diff --git a/dev-python/http_ece/Manifest b/dev-python/http_ece/Manifest new file mode 100644 index 0000000000..c958f55b26 --- /dev/null +++ b/dev-python/http_ece/Manifest @@ -0,0 +1 @@ +DIST http_ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908 diff --git a/dev-python/http_ece/http_ece-1.1.0.ebuild b/dev-python/http_ece/http_ece-1.1.0.ebuild new file mode 100644 index 0000000000..f711e52452 --- /dev/null +++ b/dev-python/http_ece/http_ece-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +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 +" +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]" + +distutils_enable_tests nose diff --git a/dev-python/http_ece/metadata.xml b/dev-python/http_ece/metadata.xml new file mode 100644 index 0000000000..2a65b463fe --- /dev/null +++ b/dev-python/http_ece/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + http-ece + martinthomson/encrypted-content-encoding + +