diff options
Diffstat (limited to 'dev-python/http-ece')
| -rw-r--r-- | dev-python/http-ece/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/http-ece/http-ece-1.2.1.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/http-ece/metadata.xml | 9 |
3 files changed, 39 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..66ae835dac84 --- /dev/null +++ b/dev-python/http-ece/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="pypi">http-ece</remote-id> + <remote-id type="github">web-push-libs/encrypted-content-encoding</remote-id> + </upstream> +</pkgmetadata> |
