commit:     c2a00fa7c86c5f7b2abb9d4664e73fa879a72f06
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 12:02:14 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 12:02:14 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=c2a00fa7

dev-python/flask-httpauth: initial commit

 dev-python/flask-httpauth/Manifest                 |  1 +
 .../flask-httpauth/flask-httpauth-3.2.1.ebuild     | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/flask-httpauth/Manifest 
b/dev-python/flask-httpauth/Manifest
new file mode 100644
index 0000000..62d6f36
--- /dev/null
+++ b/dev-python/flask-httpauth/Manifest
@@ -0,0 +1 @@
+DIST flask-httpauth-3.2.1.tar.gz 32396 SHA256 
e2c77f0975ced099db31e5291a53f9e94a9c2c22db79cc018efbeb2d9aede3d8 SHA512 
e2bd7c545ac730edb55adcbe490a16255a182863ab2c9e268fd9705c3c611ce3d8c6da5598c60823a98da194d91d12b30487151755d252ca8e5ba204a9a6c3ab
 WHIRLPOOL 
00e9e9ed6b112054d5c953896a8086564cfbe4cea1717e736ba89fb547ad6885fe71e4b5a3e731b1bfe7373d7e0aa28e6e9d9651f1af0ebd5bd1bc8ca13fa7cd

diff --git a/dev-python/flask-httpauth/flask-httpauth-3.2.1.ebuild 
b/dev-python/flask-httpauth/flask-httpauth-3.2.1.ebuild
new file mode 100644
index 0000000..0e610e7
--- /dev/null
+++ b/dev-python/flask-httpauth/flask-httpauth-3.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+inherit distutils-r1
+
+MY_PN="Flask-HTTPAuth"
+
+DESCRIPTION="Provides Basic and Digest HTTP authentication for Flask routes"
+HOMEPAGE="http://github.com/miguelgrinberg/Flask-HTTPAuth 
https://pypi.python.org/pypi/Flask-HTTPAuth";
+SRC_URI="https://github.com/miguelgrinberg/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# tarball on pypi does not contain tests
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+       esetup.py test || die
+}

Reply via email to