summaryrefslogtreecommitdiff
path: root/dev-python/http-ece
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
commitdda948891d3731927b821ce31f9d9a2d03ba20c5 (patch)
tree99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-python/http-ece
parenta3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff)
downloadbaldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip
Adding metadata
Diffstat (limited to 'dev-python/http-ece')
-rw-r--r--dev-python/http-ece/Manifest1
-rw-r--r--dev-python/http-ece/http-ece-1.2.1.ebuild29
-rw-r--r--dev-python/http-ece/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
new file mode 100644
index 000000000000..6fa6034dcd0d
--- /dev/null
+++ b/dev-python/http-ece/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..88ebe1198eb3
--- /dev/null
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+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}]"
+
+EPYTEST_PLUGINS=( )
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}
diff --git a/dev-python/http-ece/metadata.xml b/dev-python/http-ece/metadata.xml
new file mode 100644
index 000000000000..5f33304011d5
--- /dev/null
+++ b/dev-python/http-ece/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>