summaryrefslogtreecommitdiff
path: root/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-26 10:17:52 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-26 10:17:52 +0200
commit0c534859f3bc6b465c50c73e7ca9812342d9f94e (patch)
tree42e896308ff17809119da26f36d1442dfd5a9dbb /dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild
parentc1d6624600ae4a26b1f2ddd8790861e868796670 (diff)
downloadgentoo-0c534859f3bc6b465c50c73e7ca9812342d9f94e.tar.gz
gentoo-0c534859f3bc6b465c50c73e7ca9812342d9f94e.tar.bz2
gentoo-0c534859f3bc6b465c50c73e7ca9812342d9f94e.zip
dev-python/python-nbxmpp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild')
-rw-r--r--dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild
deleted file mode 100644
index b45110cf392a..000000000000
--- a/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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-libs/gobject-introspection
- net-libs/libsoup[introspection]
- dev-python/idna[${PYTHON_USEDEP}]
- dev-python/precis-i18n[${PYTHON_USEDEP}]
- dev-python/pygobject[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest