summaryrefslogtreecommitdiff
path: root/dev-python/http-ece
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/http-ece')
-rw-r--r--dev-python/http-ece/Manifest2
-rw-r--r--dev-python/http-ece/http-ece-1.2.1.ebuild8
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index 4bfe8357cfc7..6fa6034dcd0d 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1 +1 @@
-DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
+DIST http_ece-1.2.1.tar.gz 8830 BLAKE2B 8746321d6f0b2d5718ce5548a768461cbd84c0e726aa8831199910aa80ea8187db211a5eaa9f9c2229e07f0d5f47217e510cddd712595673c14dbdc847260d73 SHA512 c8d65922bd7fa6a63b550c228df277f8754f8689f2b0b563da9c89c91251a7b3f80ae7ad986997ffe36bb7a5b46861d480b06dd44253bb218e0275b383653ab8
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild
index 2941a9e0bae0..e1b9ece2a559 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -1,13 +1,11 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
DISTUTILS_USE_PEP517=setuptools
-# TODO re-enable pypi when it is available on there
-# <https://github.com/web-push-libs/encrypted-content-encoding/issues/79>
-inherit distutils-r1
+inherit distutils-r1 pypi
MY_PN="encrypted-content-encoding"
DESCRIPTION="Encrypted Content Encoding for HTTP"
@@ -15,8 +13,6 @@ HOMEPAGE="
https://pypi.org/project/http-ece/
https://github.com/web-push-libs/encrypted-content-encoding
"
-SRC_URI="https://github.com/web-push-libs/encrypted-content-encoding/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/encrypted-content-encoding-${PV}/python"
LICENSE="MIT"
SLOT="0"