summaryrefslogtreecommitdiff
path: root/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2018-07-31 23:22:48 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2018-08-20 21:39:15 +0100
commitd3fe21ef5fd61d02bb4a343ab352f5736edb8c55 (patch)
treed901a7e98703ed7936209b34b9db61fb15178ceb /dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
parent5662f9577ad70b5512043be3cb7043395148bfc1 (diff)
downloadgentoo-d3fe21ef5fd61d02bb4a343ab352f5736edb8c55.tar.gz
gentoo-d3fe21ef5fd61d02bb4a343ab352f5736edb8c55.tar.bz2
gentoo-d3fe21ef5fd61d02bb4a343ab352f5736edb8c55.zip
dev-python/python-nbxmpp: Bump version
Diffstat (limited to 'dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild')
-rw-r--r--dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
new file mode 100644
index 000000000000..803bb550634d
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-0.6.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+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/repository/archive.tar.gz?ref=nbxmpp-${PV} -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""