diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 06:01:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 06:07:30 +0200 |
commit | 6dab07690926e81dcf96d6452f3496254339e08b (patch) | |
tree | e94a63c3ed11fb35087299d470552165c5111a23 /dev-python/httpauth | |
parent | dev-python/guessit: Enable py3.12 (diff) | |
download | gentoo-6dab07690926e81dcf96d6452f3496254339e08b.tar.gz gentoo-6dab07690926e81dcf96d6452f3496254339e08b.tar.bz2 gentoo-6dab07690926e81dcf96d6452f3496254339e08b.zip |
dev-python/httpauth: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpauth')
-rw-r--r-- | dev-python/httpauth/httpauth-0.3-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild b/dev-python/httpauth/httpauth-0.3-r1.ebuild index 826b032ffd94..cba95c2a12f2 100644 --- a/dev-python/httpauth/httpauth-0.3-r1.ebuild +++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest Authentication" -HOMEPAGE="https://github.com/jonashaag/httpauth/" +HOMEPAGE=" + https://github.com/jonashaag/httpauth/ + https://pypi.org/project/httpauth/ +" LICENSE="ISC" SLOT="0" |