summaryrefslogtreecommitdiff
path: root/dev-python/httpauth
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-11 13:38:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-11 13:38:19 +0000
commit968755dacf7e03a29e13a832ee1b72986e3c4e5f (patch)
tree7251afe57c204e5a5c03a977a58755811b90887f /dev-python/httpauth
parentaf93665d111a8b722a3bcff6913fbe2be3974f55 (diff)
downloadbaldeagleos-repo-968755dacf7e03a29e13a832ee1b72986e3c4e5f.tar.gz
baldeagleos-repo-968755dacf7e03a29e13a832ee1b72986e3c4e5f.tar.xz
baldeagleos-repo-968755dacf7e03a29e13a832ee1b72986e3c4e5f.zip
Adding metadata
Diffstat (limited to 'dev-python/httpauth')
-rw-r--r--dev-python/httpauth/httpauth-0.3.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/httpauth/httpauth-0.3.ebuild b/dev-python/httpauth/httpauth-0.3.ebuild
deleted file mode 100644
index 33ae4b41dcad..000000000000
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest Authentication"
-HOMEPAGE="https://github.com/jonashaag/httpauth/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests nose