diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-28 19:07:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-28 19:07:39 +0000 |
| commit | 85c00403852442ad1cf4cbf4ce30fa71f0772f80 (patch) | |
| tree | 2eeece37927e20f536076e28b31f6d420cea0d71 /dev-python/httpauth/httpauth-0.4.ebuild | |
| parent | beadf27eb8a9d1fafbad5cc36170ca46d54b5dfe (diff) | |
| download | baldeagleos-repo-85c00403852442ad1cf4cbf4ce30fa71f0772f80.tar.gz baldeagleos-repo-85c00403852442ad1cf4cbf4ce30fa71f0772f80.tar.xz baldeagleos-repo-85c00403852442ad1cf4cbf4ce30fa71f0772f80.zip | |
Adding metadata
Diffstat (limited to 'dev-python/httpauth/httpauth-0.4.ebuild')
| -rw-r--r-- | dev-python/httpauth/httpauth-0.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/httpauth/httpauth-0.4.ebuild b/dev-python/httpauth/httpauth-0.4.ebuild new file mode 100644 index 000000000000..c623a46bb8bb --- /dev/null +++ b/dev-python/httpauth/httpauth-0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +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 |
