summaryrefslogtreecommitdiff
path: root/dev-python/http-ece
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-08 11:47:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-08 11:47:26 +0000
commitfe0074903c357914aaaadfa88589436e559ea326 (patch)
tree9b40e2b9205fb34fd066fddeec1b9b86f172bd9e /dev-python/http-ece
parent54f79a2305b1e0fb2e2b798272701d8aa178067f (diff)
downloadbaldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.gz
baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.xz
baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.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.0.ebuild26
-rw-r--r--dev-python/http-ece/http-ece-1.2.1.ebuild6
3 files changed, 4 insertions, 29 deletions
diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index 607aadc4b0c6..4bfe8357cfc7 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1,2 +1 @@
DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
-DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B 378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5 SHA512 84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180
diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
deleted file mode 100644
index 2e97e0452ad7..000000000000
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-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"
-
-# dev-python/nose removed from ::gentoo
-RESTRICT="test"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
-
-# distutils_enable_tests nose
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild
index d6a7dd33a241..1db307e2f4fb 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -24,6 +24,8 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
-RESTRICT="test" # tests seem to be broken, further investigation advised
-
distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}