summaryrefslogtreecommitdiff
path: root/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-19 00:55:55 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-19 01:11:52 +0100
commit04fe2d551cab2cb6e2c286c67d7299590bb17197 (patch)
tree5142b3aa2f4c2cd6f9e626443d8f438f78d34cce /dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild
parent69391b3b55c1aa1490b93b87a8fd08161eb35122 (diff)
downloadgentoo-04fe2d551cab2cb6e2c286c67d7299590bb17197.tar.gz
gentoo-04fe2d551cab2cb6e2c286c67d7299590bb17197.tar.bz2
gentoo-04fe2d551cab2cb6e2c286c67d7299590bb17197.zip
dev-python/python-nbxmpp: Bump to 2.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild')
-rw-r--r--dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild
new file mode 100644
index 000000000000..97d7d2fd8931
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
+SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/idna[${PYTHON_USEDEP}]
+ dev-python/precis-i18n[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest