From f8e9efee8530b0d494ef05dd6a4f9b0915309d1b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 29 Jul 2024 20:20:32 +0100 Subject: app-crypt/acme: add 20240729, drop 20240728 --- app-crypt/acme/acme-20240728.ebuild | 24 ------------------------ app-crypt/acme/acme-20240729.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-crypt/acme/acme-20240728.ebuild create mode 100644 app-crypt/acme/acme-20240729.ebuild (limited to 'app-crypt') diff --git a/app-crypt/acme/acme-20240728.ebuild b/app-crypt/acme/acme-20240728.ebuild deleted file mode 100644 index 5a26551f..00000000 --- a/app-crypt/acme/acme-20240728.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit git-r3 distutils-r1 - -DESCRIPTION="ACME protocol implementation" -HOMEPAGE="https://pants-on.net" -EGIT_REPO_URI="https://git.pants-on.net/acme.git" -EGIT_COMMIT="v${PVR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64" - -DEPEND="${PYTHON_DEPS} ${DISTUTILS_DEPS} - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/dnspython[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/boto3[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/app-crypt/acme/acme-20240729.ebuild b/app-crypt/acme/acme-20240729.ebuild new file mode 100644 index 00000000..5a26551f --- /dev/null +++ b/app-crypt/acme/acme-20240729.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit git-r3 distutils-r1 + +DESCRIPTION="ACME protocol implementation" +HOMEPAGE="https://pants-on.net" +EGIT_REPO_URI="https://git.pants-on.net/acme.git" +EGIT_COMMIT="v${PVR}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm64" + +DEPEND="${PYTHON_DEPS} ${DISTUTILS_DEPS} + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/boto3[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" -- cgit v1.2.3