diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-28 09:15:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-28 09:15:11 +0000 |
| commit | 628a0a1b76f8b7b08c8286a429bd1371f790e421 (patch) | |
| tree | e48540e8fbcb44536694fa701814ca0538e16d69 /dev-python/http-ece | |
| parent | 22f877e87a316dd892787c57f205a45abe8ae144 (diff) | |
| download | baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.tar.gz baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.tar.xz baldeagleos-repo-628a0a1b76f8b7b08c8286a429bd1371f790e421.zip | |
Adding metadata
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.1.0.ebuild | 25 | ||||
| -rw-r--r-- | dev-python/http-ece/metadata.xml | 10 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest new file mode 100644 index 000000000000..c22f0dae2165 --- /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 000000000000..c6061dc4fb94 --- /dev/null +++ b/dev-python/http-ece/http-ece-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools +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 000000000000..ddb5b0f1787e --- /dev/null +++ b/dev-python/http-ece/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
