From 3917e65a1f3223ccf04cec7702793803b1bea3a3 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 3 Dec 2023 20:01:01 +0500 Subject: [PATCH] dev-python/http-ece: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 @@ http-ece - martinthomson/encrypted-content-encoding + web-push-libs/encrypted-content-encoding