dev-python/http-ece: enable py3.12

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-12-03 20:01:01 +05:00
parent 4c9e921a0e
commit 3917e65a1f
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -11,7 +11,7 @@ MY_PN="encrypted-content-encoding"
DESCRIPTION="Encrypted Content Encoding for HTTP"
HOMEPAGE="
https://pypi.org/project/http-ece/
https://github.com/martinthomson/encrypted-content-encoding
https://github.com/web-push-libs/encrypted-content-encoding
"
SRC_URI="https://github.com/martinthomson/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}/python"

View File

@@ -4,6 +4,6 @@
<!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">http-ece</remote-id>
<remote-id type="github">martinthomson/encrypted-content-encoding</remote-id>
<remote-id type="github">web-push-libs/encrypted-content-encoding</remote-id>
</upstream>
</pkgmetadata>