From 3d12b65aa1b4bb8b02b1f8d3e77bccf230b79a09 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 May 2024 00:00:05 +0100 Subject: gentoo auto-resync : 01:05:2024 - 00:00:04 --- app-admin/ansible-modules-hashivault/Manifest | 6 ++-- .../ansible-modules-hashivault-4.6.8.ebuild | 29 ------------------ .../ansible-modules-hashivault-5.1.0.ebuild | 35 ---------------------- .../ansible-modules-hashivault-5.2.1.ebuild | 35 ++++++++++++++++++++++ 4 files changed, 37 insertions(+), 68 deletions(-) delete mode 100644 app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild delete mode 100644 app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild create mode 100644 app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild (limited to 'app-admin/ansible-modules-hashivault') diff --git a/app-admin/ansible-modules-hashivault/Manifest b/app-admin/ansible-modules-hashivault/Manifest index 1b0224e290ef..a0bda6d8e920 100644 --- a/app-admin/ansible-modules-hashivault/Manifest +++ b/app-admin/ansible-modules-hashivault/Manifest @@ -1,5 +1,3 @@ -DIST ansible-modules-hashivault-4.6.8.tar.gz 94253 BLAKE2B 2b6a315cfd051a2e16d889a8784a9185b86b98b3d96ba19f6bdde8b628ce94622c360b60cb59dfcae790fc822f2c41eacd5428356b48324aa2704f0048821c2d SHA512 4b3487e553e6dea5fbefbb383ce22d018ed9f83378d601574badfb2be8dd3f98c54caf975690d3116df6cca970d8e2d3932f0d0ccb1f18f7145aee0beae79f96 -DIST ansible-modules-hashivault-5.1.0.gh.tar.gz 100025 BLAKE2B 6bedb1269a5f39be777ab24e973a52a708d5871cf99f6e7018caa703bc4e8222fec9a40b6b5b980c67e2574034511fe810cba656278336dce0ca3b52f880bcb6 SHA512 cc442a80a4a15e013352202912af6db889afe793aa5baebd8056312eea42c7a819fdae32c9199ec297b9c4aa30719017bff964934d7f94571f368996328619ab -EBUILD ansible-modules-hashivault-4.6.8.ebuild 735 BLAKE2B 62f477236f359ca8c18b433f315124ae14d67062246ddcca9de7fdc22bd3dc3fb0672a53d4fe845377ac71dc62d4ec0ccc36b3e487533fe9ad28825a8cd6d97f SHA512 9af600f9b22d0b102e5d1d6bda148ec42f3f9cf61acaf7cc483be1bf01de227b923a8ca96847835e04b82b9b1515156ae277f0de75d510517c3d3196410a70f0 -EBUILD ansible-modules-hashivault-5.1.0.ebuild 900 BLAKE2B a3ddef951cb94cfabac2d2c39f0b17675125bae2ca16a88e1dd1ed893f0e53802e33ff24a5384c47607e026bde5e7fd1be02a311a4753e9df3bcf92cb8ce6bcd SHA512 58977a2b20f109c705c84ad5e73c7a08e5f1916531a1340c40b471ba08f2cb5ca05992197910c7adb24b0792c020483cc94624af18bceb6391d4b461783a88ea +DIST ansible-modules-hashivault-5.2.1.gh.tar.gz 101636 BLAKE2B 3395dc86917b8a35b6ff34f9c518969100fde0e0f760760cbf7c126f5f782e22a01bfe60e9dae89cef49839e80d4f5c0ff2731672cdd616c3eac545d6b507072 SHA512 374edef8c47a27c6a9cde55e8b9294b05c0f222a2ff21e68551558e197d6a938c17a88fa85f18e25f2123585ed0465507b2759036ac834a55ee68c13f54304b4 +EBUILD ansible-modules-hashivault-5.2.1.ebuild 902 BLAKE2B 6bb2f4b2e9f49cef692469514753833b10fb5ecf84acbcb3b23b7bb0c98c2b16a03df05007255be0dededcf1837013abdde1001c25024d57e70ba4a037301084 SHA512 b642840ba4132d405f17b31308f7fc4407532ff06ecdf7f1ad876bc55da53733547913eb3892efbd016aaa79c39bff2f98f843117a4e63abccd5c2ddd37e07ec MISC metadata.xml 484 BLAKE2B b04a491a520870b52c4b66b86b22e69f3029d11ff7c6690640eb341460399056d13d396f56df291c3d0224db95c4255f7a04085091284a657b951dbaf97f93e8 SHA512 bf40ebeeeaa3024fd00eb4c6fd061e9f1a21e367953d46c8d5810eb28ea02baf32592ecbb6261b62f7d54e0e0a38a9490366cb5b3597ce81e73e32792a547556 diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild deleted file mode 100644 index 657bfb2bda2b..000000000000 --- a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Ansible module for hashicorp vault" -HOMEPAGE="https://www.ansible.com/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git" -else - SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=app-admin/ansible-2.0.0[${PYTHON_USEDEP}] - >=dev-python/hvac-0.9.5[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" - -# The tests require a private instance of vault -RESTRICT="test" diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild deleted file mode 100644 index 054808151350..000000000000 --- a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Ansible module for hashicorp vault" -HOMEPAGE="https://www.ansible.com/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git" -else - SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=app-admin/ansible-5.0.0[${PYTHON_USEDEP}] - >=dev-python/hvac-1.0.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" - -# The tests require a private instance of vault -RESTRICT="test" - -python_prepare_all() { - sed -i 's:description-file:description_file:' setup.cfg || die - distutils-r1_python_prepare_all -} diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild new file mode 100644 index 000000000000..729da2c55e80 --- /dev/null +++ b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Ansible module for hashicorp vault" +HOMEPAGE="https://www.ansible.com/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git" +else + SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~arm64" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + >=app-admin/ansible-2.12.0[${PYTHON_USEDEP}] + >=dev-python/hvac-1.2.1[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" + +# The tests require a private instance of vault +RESTRICT="test" + +python_prepare_all() { + sed -i 's:description-file:description_file:' setup.cfg || die + distutils-r1_python_prepare_all +} -- cgit v1.2.3