summaryrefslogtreecommitdiff
path: root/dev-python/httpauth
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/httpauth')
-rw-r--r--dev-python/httpauth/Manifest5
-rw-r--r--dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch40
-rw-r--r--dev-python/httpauth/httpauth-0.3-r1.ebuild29
-rw-r--r--dev-python/httpauth/httpauth-0.4.ebuild27
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-python/httpauth/Manifest b/dev-python/httpauth/Manifest
index 1c1e14eee0f5..9607cdffb087 100644
--- a/dev-python/httpauth/Manifest
+++ b/dev-python/httpauth/Manifest
@@ -1,8 +1,3 @@
-AUX httpauth-0.3-remove-nose-dependency.patch 1239 BLAKE2B e4d40f37e88b7bc0e95d012837b3a256d75f8a67c41dbf66b6bd2d11f769f584771de3a5b83707ae32f8b4d5175d8814f57bc89450ba7f049b4afe3a91474b47 SHA512 a0cc7ce2db92e9bc89b4f5ef5be393e3c8a444729f0000aead02701e7128ed0a489f08f366f3ae327e476f10b29c4d81d1e1a743ab4c5bec032ab8c1204c9564
-DIST httpauth-0.3.tar.gz 4440 BLAKE2B 41c9ba9ee50b7fcc4ed409f4b34897b5243df4065fd081cd5c0951ebe2719a34a424e59c21adbcd9be133c8fe4fa4ad9dc7bec561285b873987f982f684b3682 SHA512 aa35148322a1c5ffc22a132d3062d300118aa23181a0008018d0aacfd473758d86d50ff1236d88126858a53e2f45aeea938988b2d1a8f62f80a97d8c2cc69822
DIST httpauth-0.4.1.tar.gz 5526 BLAKE2B afa99c4cd1d2a8a0d776b8e68e4b5864db786713eba6213c18f5773d6347e70e785e03ba57ce23e89c8eb80c2f04829ed0c617c8ccdee802e394e5f39df6a858 SHA512 f9472aa8aa3e640bfd00b458fe356fa7d1d762d64ca5fececf7d679ce81c03b6efe22d7c224b09eed188b9289aa59efb43f9e626e71552285d886a1fab1318ef
-DIST httpauth-0.4.gh.tar.gz 5437 BLAKE2B 9db9085afab06a8189e6ecad38a7da8a5599a39f6ca257f3a29818eeea100ca8301c704873977177ca6f40f46953365d5af14a713f87ea85747d84d006787850 SHA512 3e42bd400447f0179ae70662d79c61378a20dd1fcec2684d6b374de3114e362d1ad177ac7dcd9624a167de213df67438933161c083515a1ec6d20aadc6003dc4
-EBUILD httpauth-0.3-r1.ebuild 565 BLAKE2B d760fc79c4b4a72753a5afef6f375e73b31891a2e075eba418244a04f0edecc21b01ad1019aa142389a731d817d1d5167925f37eb05fc6850bb6c722074fbb30 SHA512 2a054dbb9d430494c9fbaee92a72c929ca5a907ef9d0db4a118e646aa559f66bc93d791d2db3a898d7270f5c1efedce38e706af24a51910f8906680a0f9aa6ea
EBUILD httpauth-0.4.1.ebuild 475 BLAKE2B b065b7672e9dc588ef3aad987b08de52e72bbc06eaa68acb8a6e1a5e19b1afafd8ea01d3e472e9532b3b1930eebde762cde65ecf328c0c53684330a0c5909150 SHA512 b6286295d7baaa3108fcf4be0003d25e82166df905c9ca43b816df895123c0c35da5eb7606617f9c6897c5ab4973772ff30bc4c1db2bd4e1c0015ba895d252d2
-EBUILD httpauth-0.4.ebuild 625 BLAKE2B f2add9b2d7c5df5b40187a4abe2ac425e759fdebb184a5b30e8561120987b66d0ea406cc601b367596e27b8f72e4d50c2ee74735b9a2c47e7ba3089ab1f48bb1 SHA512 047e519e1821008b42254476657f8da682466ab64fc21e4b5b14ce9549ea758c8c68a5abf4766dc74df163ca9f7aa3d1aad1e9d5cfa9294f742c62a5a938b5c6
MISC metadata.xml 441 BLAKE2B 2c3d0480d416c2d12e0e5a4d511a5a2c04d2e26d1ddf4a52528371f16c36059276ac7f4b2c9b0d2d40a7d93aa5d3323e1763ada535ccc37a2c5b74ee28449dc5 SHA512 17202ae2f283611ae3a31f9519c7d11b32c904e729efbf878c928d5920481d1c4279127763a4d11f89b5354c677a213909cd4db39bbef56539bf4474ad61af1c
diff --git a/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch b/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch
deleted file mode 100644
index 5cb607c2bb4c..000000000000
--- a/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-commit d57060ebaeca8cd38e03cc64f9ee0996e83b50a9
-Author: Jonas Haag <jonas@lophus.org>
-Date: Thu Apr 21 08:58:36 2022 +0200
-
- Move CI to GHA (#3)
-
---- a/tests.py
-+++ b/tests.py
-@@ -10,7 +10,7 @@ except ImportError: # Python 2
-
- from httpauth import DictHttpAuthMiddleware, DigestFileHttpAuthMiddleware, md5_str
-
--from nose.tools import raises
-+import pytest
-
-
- def parse_dict_header(value):
-@@ -121,16 +121,16 @@ def test_without_realm():
- assert 'Digest realm=""' in response.headers['WWW-Authenticate']
-
-
--@raises(ValueError)
- def test_invalid_digestfile_1():
-- DigestFileHttpAuthMiddleware(StringIO('u::realm:hash'),
-- wsgi_app=wsgi_app)
-+ with pytest.raises(ValueError):
-+ DigestFileHttpAuthMiddleware(StringIO('u::realm:hash'),
-+ wsgi_app=wsgi_app)
-
-
--@raises(ValueError)
- def test_invalid_digestfile_2():
-- DigestFileHttpAuthMiddleware(StringIO('u:realm:hash\nu2:realm2:hash2'),
-- wsgi_app=wsgi_app)
-+ with pytest.raises(ValueError):
-+ DigestFileHttpAuthMiddleware(StringIO('u:realm:hash\nu2:realm2:hash2'),
-+ wsgi_app=wsgi_app)
-
-
- def test_ticket_1():
diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild b/dev-python/httpauth/httpauth-0.3-r1.ebuild
deleted file mode 100644
index c1f53e87effa..000000000000
--- a/dev-python/httpauth/httpauth-0.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest Authentication"
-HOMEPAGE="
- https://github.com/jonashaag/httpauth/
- https://pypi.org/project/httpauth/
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
- "${FILESDIR}/${P}-remove-nose-dependency.patch"
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}
diff --git a/dev-python/httpauth/httpauth-0.4.ebuild b/dev-python/httpauth/httpauth-0.4.ebuild
deleted file mode 100644
index 32e48b05348c..000000000000
--- a/dev-python/httpauth/httpauth-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest Authentication"
-HOMEPAGE="
- https://github.com/jonashaag/httpauth/
- https://pypi.org/project/httpauth/
-"
-# 0.4 has broken sdist
-# https://github.com/jonashaag/httpauth/issues/6
-SRC_URI="
- https://github.com/jonashaag/httpauth/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest