| 4 |
4 |
EAPI=8
|
| 5 |
5 |
|
| 6 |
6 |
DISTUTILS_USE_PEP517=setuptools
|
| 7 |
|
PYTHON_COMPAT=( python3_{12..13} )
|
|
7 |
PYTHON_COMPAT=( python3_{12..14} )
|
| 8 |
8 |
|
| 9 |
9 |
inherit distutils-r1 toolchain-funcs
|
| 10 |
10 |
|
| ... | ... | |
| 19 |
19 |
https://github.com/certbot/certbot/archive/v${PV}.tar.gz
|
| 20 |
20 |
-> ${P}.gh.tar.gz
|
| 21 |
21 |
"
|
| 22 |
|
KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
|
|
22 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
|
| 23 |
23 |
fi
|
| 24 |
24 |
|
| 25 |
25 |
DESCRIPTION="Let's Encrypt client to automate deployment of X.509 certificates"
|
| ... | ... | |
| 69 |
69 |
# Also discard the previous related packages
|
| 70 |
70 |
# except their transition step
|
| 71 |
71 |
RDEPEND="
|
| 72 |
|
dev-python/chardet[${PYTHON_USEDEP}]
|
| 73 |
72 |
>=dev-python/configargparse-1.5.3[${PYTHON_USEDEP}]
|
| 74 |
73 |
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
|
| 75 |
74 |
>=dev-python/cryptography-43.0.0[${PYTHON_USEDEP}]
|
| 76 |
75 |
>=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
|
| 77 |
76 |
>=dev-python/josepy-2.0.0[${PYTHON_USEDEP}]
|
| 78 |
|
>=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
|
|
77 |
>=dev-python/parsedatetime-2.6[${PYTHON_USEDEP}]
|
| 79 |
78 |
>=dev-python/pyopenssl-25.0.0[${PYTHON_USEDEP}]
|
| 80 |
79 |
dev-python/pyrfc3339[${PYTHON_USEDEP}]
|
| 81 |
|
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
|
| 82 |
80 |
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
|
| 83 |
81 |
certbot-apache? (
|
| 84 |
82 |
dev-python/python-augeas[${PYTHON_USEDEP}]
|
| ... | ... | |
| 119 |
117 |
)
|
| 120 |
118 |
certbot-nginx? (
|
| 121 |
119 |
>=dev-python/pyopenssl-25.0.0[${PYTHON_USEDEP}]
|
| 122 |
|
>=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
|
|
120 |
>=dev-python/pyparsing-3.0.0[${PYTHON_USEDEP}]
|
| 123 |
121 |
)
|
| 124 |
122 |
selinux? ( sec-policy/selinux-certbot )
|
| 125 |
123 |
"
|
| ... | ... | |
| 134 |
132 |
# )
|
| 135 |
133 |
# certbot-dns-digitalocean? (
|
| 136 |
134 |
# # Available in GURU
|
| 137 |
|
# >=dev-python/digitalocean-1.11[${PYTHON_USEDEP}]
|
|
135 |
# >=dev-python/digitalocean-1.15.0[${PYTHON_USEDEP}]
|
| 138 |
136 |
# )
|
| 139 |
137 |
# "
|
| 140 |
138 |
|