From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/python-barbicanclient/Manifest | 2 - dev-python/python-barbicanclient/metadata.xml | 12 ----- .../python-barbicanclient-7.3.0.ebuild | 54 ---------------------- .../python-barbicanclient-7.4.0.ebuild | 54 ---------------------- 4 files changed, 122 deletions(-) delete mode 100644 dev-python/python-barbicanclient/Manifest delete mode 100644 dev-python/python-barbicanclient/metadata.xml delete mode 100644 dev-python/python-barbicanclient/python-barbicanclient-7.3.0.ebuild delete mode 100644 dev-python/python-barbicanclient/python-barbicanclient-7.4.0.ebuild (limited to 'dev-python/python-barbicanclient') diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest deleted file mode 100644 index 9782ed7f86ac..000000000000 --- a/dev-python/python-barbicanclient/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST python_barbicanclient-7.3.0.tar.gz 128409 BLAKE2B 311fe17580efd67b158d477c838ac6c87e7c4d9d193561f76199bd3ead56b790781e0891ce402928dcd6becbd4f3b956b9b778327d48492d8023838a79337557 SHA512 db31cb44519c4dbbb0155f936284d05f4481ea1c7cbbfb1a3ae333803b936dbe58c9a307817f888da1af7289b9c735bd2a46bb7b1369c032f78577c898945506 -DIST python_barbicanclient-7.4.0.tar.gz 128635 BLAKE2B fee534d432920a0905def10d282286b7effc045be3fce0e70f3e31c01f8f2c013e7e38fd01aafef20f725e897551dea794c36f8807739e5eb406acae860edd4d SHA512 c8899e3a8c21a595bf3b09e9b9989e03679a6a6a10e8e807220ae7b7343b359a3687580bdf53a21c8aa4e1f79a2555cd3ee11e8ad2464deaa408272df123010e diff --git a/dev-python/python-barbicanclient/metadata.xml b/dev-python/python-barbicanclient/metadata.xml deleted file mode 100644 index 63dffd883aaa..000000000000 --- a/dev-python/python-barbicanclient/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gentoo-bugzilla@vimja.email - Niklaus 'vimja' Hofer - - - python-barbicanclient - openstack/python-barbicanclient - - diff --git a/dev-python/python-barbicanclient/python-barbicanclient-7.3.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-7.3.0.ebuild deleted file mode 100644 index c6443ae25124..000000000000 --- a/dev-python/python-barbicanclient/python-barbicanclient-7.3.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Client library for Barbican API." -HOMEPAGE=" - https://opendev.org/openstack/python-barbicanclient - https://github.com/openstack/python-barbicanclient/ - https://pypi.org/project/python-barbicanclient/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth1-5.1.1[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/coverage-4.1[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - ) -" - -src_prepare() { - distutils-r1_src_prepare -} - -EPYTEST_PLUGINS=() - -EPYTEST_IGNORE=( - # Requires access to cloud instance - functionaltests/ -) - -distutils_enable_tests pytest diff --git a/dev-python/python-barbicanclient/python-barbicanclient-7.4.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-7.4.0.ebuild deleted file mode 100644 index c6443ae25124..000000000000 --- a/dev-python/python-barbicanclient/python-barbicanclient-7.4.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Client library for Barbican API." -HOMEPAGE=" - https://opendev.org/openstack/python-barbicanclient - https://github.com/openstack/python-barbicanclient/ - https://pypi.org/project/python-barbicanclient/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth1-5.1.1[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/coverage-4.1[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - ) -" - -src_prepare() { - distutils-r1_src_prepare -} - -EPYTEST_PLUGINS=() - -EPYTEST_IGNORE=( - # Requires access to cloud instance - functionaltests/ -) - -distutils_enable_tests pytest -- cgit v1.3.1