summaryrefslogtreecommitdiff
path: root/app-crypt/acme/acme-9999.ebuild
blob: 9d80156dcb164557cdd098b1f2a0c8731a4e195e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}"