mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-python/http-ece: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user