aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-12-03 20:01:01 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-12-05 00:44:17 +0500
commit3917e65a1f3223ccf04cec7702793803b1bea3a3 (patch)
tree2315286fcf808c25a9f1264424a078f05ae6a177 /dev-python/http-ece
parentdev-python/gemcall: enable py3.12 (diff)
downloadguru-3917e65a1f3223ccf04cec7702793803b1bea3a3.tar.gz
guru-3917e65a1f3223ccf04cec7702793803b1bea3a3.tar.bz2
guru-3917e65a1f3223ccf04cec7702793803b1bea3a3.zip
dev-python/http-ece: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/http-ece')
-rw-r--r--dev-python/http-ece/http-ece-1.1.0.ebuild4
-rw-r--r--dev-python/http-ece/metadata.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/http-ece/http-ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
index e81674c31..dadd8968c 100644
--- a/dev-python/http-ece/http-ece-1.1.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.1.0.ebuild
@@ -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"
diff --git a/dev-python/http-ece/metadata.xml b/dev-python/http-ece/metadata.xml
index 657fa02ac..66ae835da 100644
--- a/dev-python/http-ece/metadata.xml
+++ b/dev-python/http-ece/metadata.xml
@@ -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>