commit:     3917e65a1f3223ccf04cec7702793803b1bea3a3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec  3 15:01:01 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec  4 19:44:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3917e65a

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

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/http-ece/http-ece-1.1.0.ebuild | 4 ++--
 dev-python/http-ece/metadata.xml          | 2 +-
 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 e81674c31a..dadd8968ca 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 657fa02ac0..66ae835dac 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>

Reply via email to