commit: 07448e79479d28d63b6fdc230ba91ef70207d10d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 17 14:35:59 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 17 14:35:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07448e79
dev-python/http_ece: new package, add 1.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/http_ece/Manifest | 1 +
dev-python/http_ece/http_ece-1.1.0.ebuild | 25 +++++++++++++++++++++++++
dev-python/http_ece/metadata.xml | 12 ++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-python/http_ece/Manifest b/dev-python/http_ece/Manifest
new file mode 100644
index 000000000..c958f55b2
--- /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 000000000..f711e5245
--- /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 000000000..2a65b463f
--- /dev/null
+++ b/dev-python/http_ece/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">http-ece</remote-id>
+ <remote-id
type="github">martinthomson/encrypted-content-encoding</remote-id>
+ </upstream>
+</pkgmetadata>