mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 09:55:21 +00:00
dev-python/sleekxmpp: add support for python v3.7-3.8 (#78)
This commit is contained in:
parent
fa3ecd544e
commit
95b74cece6
1
dev-python/sleekxmpp/Manifest
Normal file
1
dev-python/sleekxmpp/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST sleekxmpp-1.3.1.tar.gz 1014004 SHA256 72f2887ccb29bd53f9bbf09225274d11d75e88507ea3ddee97cef0b289bcb04f SHA512 1f3c68672536da0d20cd8717f7835096003019f03a05fb08ce87f784b0636d781aa78691ee54927d4755e71a57956972af0a653deb6eff0f7eb16b9a236baa65 WHIRLPOOL 464de44bff78c294d35c01b89319b82bb6f782269c0b880ddb2692b85b0e05ed5ab47e0acb3476187c10440f3bb77f1487f6795a6a08dd6f34cdcfdf8a5ff6cb
|
8
dev-python/sleekxmpp/metadata.xml
Normal file
8
dev-python/sleekxmpp/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!--maintainer-needed-->
|
||||
<upstream>
|
||||
<remote-id type="github">fritzy/SleekXMPP</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
28
dev-python/sleekxmpp/sleekxmpp-1.3.1-r2.ebuild
Normal file
28
dev-python/sleekxmpp/sleekxmpp-1.3.1-r2.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
MY_PN=SleekXMPP
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Python library for XMPP"
|
||||
HOMEPAGE="http://sleekxmpp.com/ https://github.com/fritzy/SleekXMPP/"
|
||||
SRC_URI="https://github.com/fritzy/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="crypt"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
Loading…
Reference in New Issue
Block a user