commit:     9430a6fa1e7c497c0ad6973d073e06458455341a
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:25:14 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:25:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=9430a6fa

dev-python/flask-bcrypt: initial commit

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

diff --git a/dev-python/flask-bcrypt/Manifest b/dev-python/flask-bcrypt/Manifest
new file mode 100644
index 0000000..aeed066
--- /dev/null
+++ b/dev-python/flask-bcrypt/Manifest
@@ -0,0 +1 @@
+DIST flask-bcrypt-0.7.1.tar.gz 116978 SHA256 
3ac736869ce989a367f0b545d0fe451373e93732ddeee9842e35f2f3fd920bb2 SHA512 
b69e23f77810280514d3fe155fb092918989e6a3b91b3f4baaf88dbd46feb660c6f19d27a67a63caefee8384f8f8f030c308e4a5b9023fe04b4009db1ad130db
 WHIRLPOOL 
2c6aa94f78270372ff5dae64110318e3a0305b9c892e1b66ad2cc1dc4b299766aa1e6ff91e6aea1a4d65f28be239d0be2305cbd6455df33b4df3836aa96c89c6

diff --git a/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild 
b/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
new file mode 100644
index 0000000..6b8300b
--- /dev/null
+++ b/dev-python/flask-bcrypt/flask-bcrypt-0.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides bcrypt hashing utilities for your Flask application."
+HOMEPAGE="https://pypi.python.org/pypi/Flask-Bcrypt";
+SRC_URI="https://github.com/maxcountryman/flask-bcrypt/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/bcrypt[${PYTHON_USEDEP}]
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+       "
+
+# use the github tarball which includes the test files
+python_test() {
+       esetup.py test
+}

Reply via email to