summaryrefslogtreecommitdiff
path: root/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 22:31:34 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 22:31:34 +0200
commit0e274e729fc4aff81fb89cb233f8070c327db7c3 (patch)
treedaed718594c92ceb781387248e7ad9a28344b7b5 /dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
parent221398977672aa21e829625f29a819c598a86cea (diff)
downloadgentoo-0e274e729fc4aff81fb89cb233f8070c327db7c3.tar.gz
gentoo-0e274e729fc4aff81fb89cb233f8070c327db7c3.tar.bz2
gentoo-0e274e729fc4aff81fb89cb233f8070c327db7c3.zip
dev-python/python-barbicanclient: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild')
-rw-r--r--dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
deleted file mode 100644
index 8c5588618eb1..000000000000
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Client library for Barbican API."
-HOMEPAGE="https://github.com/openstack/barbican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"