From 22fb95c898532c67173215eb2cb716b131346797 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 29 Jan 2022 15:54:33 +0100 Subject: dev-python/httpauth: Switch to PEP 517 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/httpauth/httpauth-0.3-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-python/httpauth/httpauth-0.3-r1.ebuild diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild b/dev-python/httpauth/httpauth-0.3-r1.ebuild new file mode 100644 index 000000000000..703fdd988ecb --- /dev/null +++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +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 -- cgit v1.2.3-65-gdbad