diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-05-04 11:29:18 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-05-04 11:36:53 +0200 |
| commit | f5b58dc4748779b902853bf0e8fe1e626055ba50 (patch) | |
| tree | 8199d1c37759d05038e715048efac4746c057ee3 /dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild | |
| parent | 20541dcf1beba9c5fb334149c5150a62fad34a7f (diff) | |
| download | gentoo-f5b58dc4748779b902853bf0e8fe1e626055ba50.tar.gz gentoo-f5b58dc4748779b902853bf0e8fe1e626055ba50.tar.bz2 gentoo-f5b58dc4748779b902853bf0e8fe1e626055ba50.zip | |
dev-python/python-bugzilla: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild')
| -rw-r--r-- | dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild deleted file mode 100644 index 923a3e048290..000000000000 --- a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" -HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64 x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - || ( dev-python/python-magic[${PYTHON_USEDEP}] sys-apps/file[python,${PYTHON_USEDEP}] ) - dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" |
