diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-28 18:03:50 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-28 18:10:19 +0100 |
commit | f21a3ea85cc7e99c680bff65dde475a098b7db7b (patch) | |
tree | aeb3c5f3952a6b370748fd30be97acd615dd5751 /app-crypt | |
parent | sys-kernel/stable-sources: add 6.9.12, drop 6.9.11 (diff) | |
download | portage-f21a3ea85cc7e99c680bff65dde475a098b7db7b.tar.xz |
app-crypt/acme: new package, add 9999
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-20240728.ebuild | 24 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 23 | ||||
-rw-r--r-- | app-crypt/acme/metadata.xml | 8 |
3 files changed, 55 insertions, 0 deletions
diff --git a/app-crypt/acme/acme-20240728.ebuild b/app-crypt/acme/acme-20240728.ebuild new file mode 100644 index 00000000..5a26551f --- /dev/null +++ b/app-crypt/acme/acme-20240728.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}" diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild new file mode 100644 index 00000000..9d80156d --- /dev/null +++ b/app-crypt/acme/acme-9999.ebuild @@ -0,0 +1,23 @@ +# 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" + +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/metadata.xml b/app-crypt/acme/metadata.xml new file mode 100644 index 00000000..82f7232e --- /dev/null +++ b/app-crypt/acme/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bertrand@jacquin.bzh</email> + <name>Bertrand Jacquin</name> + </maintainer> +</pkgmetadata> |