diff options
author | 2024-05-30 05:45:59 +0200 | |
---|---|---|
committer | 2024-05-30 06:03:00 +0200 | |
commit | 1dfc426c34df822228b72115b96ad42128969b72 (patch) | |
tree | 25f4a1a9a9d715647332cbafd005e6d513b7e8fe /dev-python/httpauth | |
parent | dev-python/rapidfuzz: Bump to 3.9.2 (diff) | |
download | gentoo-1dfc426c34df822228b72115b96ad42128969b72.tar.gz gentoo-1dfc426c34df822228b72115b96ad42128969b72.tar.bz2 gentoo-1dfc426c34df822228b72115b96ad42128969b72.zip |
dev-python/httpauth: Bump to 0.4.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpauth')
-rw-r--r-- | dev-python/httpauth/Manifest | 1 | ||||
-rw-r--r-- | dev-python/httpauth/httpauth-0.4.1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/httpauth/Manifest b/dev-python/httpauth/Manifest index 1840fe76521a..b7d147793fdd 100644 --- a/dev-python/httpauth/Manifest +++ b/dev-python/httpauth/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-python/httpauth/httpauth-0.4.1.ebuild b/dev-python/httpauth/httpauth-0.4.1.ebuild new file mode 100644 index 000000000000..48b72a50aecc --- /dev/null +++ b/dev-python/httpauth/httpauth-0.4.1.ebuild @@ -0,0 +1,21 @@ +# 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" + +distutils_enable_tests pytest |