From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3CC715ACFC for ; Wed, 3 May 2023 18:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA93E0EA9; Wed, 3 May 2023 18:29:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0910E0EA9 for ; Wed, 3 May 2023 18:29:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEC59341705 for ; Wed, 3 May 2023 18:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2A7A55 for ; Wed, 3 May 2023 18:29:26 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1683138441.6b7092f39da47ff789915ae264373ddd59a5b72a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-modules-hashivault/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-modules-hashivault/Manifest app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild X-VCS-Directories: app-admin/ansible-modules-hashivault/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 6b7092f39da47ff789915ae264373ddd59a5b72a X-VCS-Branch: master Date: Wed, 3 May 2023 18:29:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17a4028a-a2b2-4ed2-b38b-136319aee50a X-Archives-Hash: 70ab03e2eedfca4d0818d3759ec58ee7 commit: 6b7092f39da47ff789915ae264373ddd59a5b72a Author: Patrick McLean gentoo org> AuthorDate: Wed May 3 18:27:21 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed May 3 18:27:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7092f3 app-admin/ansible-modules-hashivault: add 5.1.0 Closes: https://bugs.gentoo.org/896458 Signed-off-by: Patrick McLean gentoo.org> app-admin/ansible-modules-hashivault/Manifest | 1 + .../ansible-modules-hashivault-5.1.0.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-admin/ansible-modules-hashivault/Manifest b/app-admin/ansible-modules-hashivault/Manifest index 9c81fc6469bf..dd593c9ebb12 100644 --- a/app-admin/ansible-modules-hashivault/Manifest +++ b/app-admin/ansible-modules-hashivault/Manifest @@ -1 +1,2 @@ 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 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 new file mode 100644 index 000000000000..ac39347ecb46 --- /dev/null +++ b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild @@ -0,0 +1,35 @@ +# 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" +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 +}