From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/flask-security/Manifest | 1 + .../flask-security/flask-security-1.7.4.ebuild | 47 ++++++++++++++++++++++ dev-python/flask-security/metadata.xml | 8 ++++ 3 files changed, 56 insertions(+) create mode 100644 dev-python/flask-security/Manifest create mode 100644 dev-python/flask-security/flask-security-1.7.4.ebuild create mode 100644 dev-python/flask-security/metadata.xml (limited to 'dev-python/flask-security') diff --git a/dev-python/flask-security/Manifest b/dev-python/flask-security/Manifest new file mode 100644 index 000000000000..0ee2118fc8e3 --- /dev/null +++ b/dev-python/flask-security/Manifest @@ -0,0 +1 @@ +DIST Flask-Security-1.7.4.tar.gz 41467 SHA256 f0b8ee98ab983d96b808c97d4bc0d6ede9fd7adf88f436dde7f38fb66aa1e2ed SHA512 9d0f7db3250f6cab5af4e60cdffd2fffe28ef2dc30e38a479eb91f04c559308b5c530784fc4d9bbf410fd3f6060830f150b8cdb56a3a2d650c4873a14e09b622 WHIRLPOOL b747c9e9e73eb82c4c4ebd6d61289e09e383f5055ec2dcee12af74117119431ef341f01917ab108e19fa02b7e84a10fd03c33c8407c00f1668b86ef3236267c2 diff --git a/dev-python/flask-security/flask-security-1.7.4.ebuild b/dev-python/flask-security/flask-security-1.7.4.ebuild new file mode 100644 index 000000000000..0ce0ba47b319 --- /dev/null +++ b/dev-python/flask-security/flask-security-1.7.4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN="Flask-Security" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Simple security for Flask apps" +HOMEPAGE="http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" +# packages of this type require local running instances of databases +# which then require connect to localhost +RESTRICT="test" + +RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] + >=dev-python/itsdangerous-0.17[${PYTHON_USEDEP}] + >=dev-python/passlib-1.6.1[${PYTHON_USEDEP}] + >=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}] + >=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}] + >=dev-python/flask-wtf-0.8[${PYTHON_USEDEP}] + >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + dev-python/flask-mongoengine[${PYTHON_USEDEP}] + dev-python/flask-peewee[${PYTHON_USEDEP}] + dev-python/bcrypt[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +python_test() { + nosetests || die "Testing failed with ${EPYTHON}" +} diff --git a/dev-python/flask-security/metadata.xml b/dev-python/flask-security/metadata.xml new file mode 100644 index 000000000000..ca747f04c2e4 --- /dev/null +++ b/dev-python/flask-security/metadata.xml @@ -0,0 +1,8 @@ + + + + python + + Flask-Security + + -- cgit v1.2.3