commit: 1f6612d50a5ed096510972f4c8ad8aa066174003
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Feb 18 17:29:51 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Feb 18 17:30:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6612d5
dev-python/http-ece: add 1.2.0
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/http-ece/Manifest | 1 +
dev-python/http-ece/http-ece-1.2.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index c22f0dae21..eb6b778bee 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1 +1,2 @@
DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B
3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d
SHA512
22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
+DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B
378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5
SHA512
84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180
diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild
b/dev-python/http-ece/http-ece-1.2.0.ebuild
new file mode 100644
index 0000000000..219b0d177d
--- /dev/null
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+MY_PN="encrypted-content-encoding"
+DESCRIPTION="Encrypted Content Encoding for HTTP"
+HOMEPAGE="
+ https://pypi.org/project/http-ece/
+ https://github.com/web-push-libs/encrypted-content-encoding
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose