From 23850c0a8390d403a1fe131e47265df579818dd5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Sep 2026 03:04:52 -0500 Subject: Adding metadata --- dev-python/python-barbicanclient/Manifest | 2 +- .../python-barbicanclient-7.4.0.ebuild | 54 ---------------------- .../python-barbicanclient-7.5.0.ebuild | 2 +- .../python-barbicanclient-7.6.0.ebuild | 54 ++++++++++++++++++++++ 4 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 dev-python/python-barbicanclient/python-barbicanclient-7.4.0.ebuild create mode 100644 dev-python/python-barbicanclient/python-barbicanclient-7.6.0.ebuild (limited to 'dev-python/python-barbicanclient') diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest index a88675f11c39..213540514bab 100644 --- a/dev-python/python-barbicanclient/Manifest +++ b/dev-python/python-barbicanclient/Manifest @@ -1,2 +1,2 @@ -DIST python_barbicanclient-7.4.0.tar.gz 128635 BLAKE2B fee534d432920a0905def10d282286b7effc045be3fce0e70f3e31c01f8f2c013e7e38fd01aafef20f725e897551dea794c36f8807739e5eb406acae860edd4d SHA512 c8899e3a8c21a595bf3b09e9b9989e03679a6a6a10e8e807220ae7b7343b359a3687580bdf53a21c8aa4e1f79a2555cd3ee11e8ad2464deaa408272df123010e DIST python_barbicanclient-7.5.0.tar.gz 131773 BLAKE2B 05f0570d468500d991a0c4e74794057b07c8a5c5bed531af8fddebac5a9b6ec367bb93d0e0cc39e664da86e8516e16e1a10a139c4392c98e090e66a82f09bd30 SHA512 7b906757c073f99089e05900eca12ef8417af0c8e13ba1950482004dbc4a9128a67711103b8214321bd047cc1ae14e624ac45664e26ea6e05af2ea75a8a6a008 +DIST python_barbicanclient-7.6.0.tar.gz 131847 BLAKE2B f0af7182c7f8f8e610a0b2a02f379029e9b6e345d8ef142bdf24221c4518eefc3d33028251ae09c2b0b93149397ab90645c168224e0e6a67d13267d56549c8bc SHA512 71b07b69aeeb982b305d8979ec80e922265f72db446f87e371d7d89495c937e10604f329b74425bd71242a9c9deec87e5a55a49142d619cbca9946edec1b7132 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 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-7.5.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-7.5.0.ebuild index c6443ae25124..8ecb1a49396a 100644 --- a/dev-python/python-barbicanclient/python-barbicanclient-7.5.0.ebuild +++ b/dev-python/python-barbicanclient/python-barbicanclient-7.5.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{13..14} ) inherit distutils-r1 pypi -DESCRIPTION="Client library for Barbican API." +DESCRIPTION="Client library for Barbican API" HOMEPAGE=" https://opendev.org/openstack/python-barbicanclient https://github.com/openstack/python-barbicanclient/ diff --git a/dev-python/python-barbicanclient/python-barbicanclient-7.6.0.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-7.6.0.ebuild new file mode 100644 index 000000000000..8ecb1a49396a --- /dev/null +++ b/dev-python/python-barbicanclient/python-barbicanclient-7.6.0.ebuild @@ -0,0 +1,54 @@ +# 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