diff options
| author | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:24 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:24 +0100 |
| commit | 14f23c796b78400785fcdc2384ec46f4ab71e7de (patch) | |
| tree | 0d0da9be67f4110699c213d8d15a04f4960cd092 /dev-python/python-designateclient/python-designateclient-2.9.0.ebuild | |
| parent | 6020877cb31e079a18bdf886551e1778158deb13 (diff) | |
| download | gentoo-14f23c796b78400785fcdc2384ec46f4ab71e7de.tar.gz gentoo-14f23c796b78400785fcdc2384ec46f4ab71e7de.tar.bz2 gentoo-14f23c796b78400785fcdc2384ec46f4ab71e7de.zip | |
dev-python/python-designateclient: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-designateclient/python-designateclient-2.9.0.ebuild')
| -rw-r--r-- | dev-python/python-designateclient/python-designateclient-2.9.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild deleted file mode 100644 index 0da67647dc1d..000000000000 --- a/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings to the Designate API." -HOMEPAGE="https://github.com/openstack/python-designateclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND="${CDEPEND} - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}] - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]" |
