diff options
author | 2022-06-12 20:14:27 +0200 | |
---|---|---|
committer | 2022-06-12 20:28:02 +0200 | |
commit | b8e204e31fa0f0dde699b96c36dbf995eb0d38fa (patch) | |
tree | 505f6c262d51fcb215e127e2a23394a672c1a8d7 /dev-python/josepy | |
parent | dev-python/itypes: Enable py3.11 (diff) | |
download | gentoo-b8e204e31fa0f0dde699b96c36dbf995eb0d38fa.tar.gz gentoo-b8e204e31fa0f0dde699b96c36dbf995eb0d38fa.tar.bz2 gentoo-b8e204e31fa0f0dde699b96c36dbf995eb0d38fa.zip |
dev-python/josepy: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/josepy')
-rw-r--r-- | dev-python/josepy/josepy-1.13.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/josepy/josepy-1.13.0.ebuild b/dev-python/josepy/josepy-1.13.0.ebuild index 01bdbe48359a..7802a4731dab 100644 --- a/dev-python/josepy/josepy-1.13.0.ebuild +++ b/dev-python/josepy/josepy-1.13.0.ebuild @@ -4,11 +4,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="JOSE protocol implementation in Python" -HOMEPAGE="https://github.com/certbot/josepy" +HOMEPAGE=" + https://github.com/certbot/josepy/ + https://pypi.org/project/josepy/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |