commit:     d5e70722e497f8d9acecc000d2709a0bd1eb0c78
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 23:28:03 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 23:28:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e70722

dev-python/flask-paranoid: Initial Commit

Required by dev-db/pgadmin4.

Gentoo-Bug: 633732
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/flask-paranoid/Manifest                 |  1 +
 .../flask-paranoid/flask-paranoid-0.1.0.ebuild     | 25 ++++++++++++++++++++++
 dev-python/flask-paranoid/metadata.xml             | 15 +++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/flask-paranoid/Manifest 
b/dev-python/flask-paranoid/Manifest
new file mode 100644
index 00000000000..c68d364591e
--- /dev/null
+++ b/dev-python/flask-paranoid/Manifest
@@ -0,0 +1 @@
+DIST Flask-Paranoid-0.1.0.tar.gz 2619 SHA256 
7a757c115e5f9d1acc5eda3ed2356ae8c21ec3e14f25d1d3c0dcf4eb2877e0cc SHA512 
435b679d7ad027d813b887bfa1211318aa122c6bded879dcb3e803535671e21f81e52fd5abb3b82c998d862441e6b5123290f4bb2da70a4dec391b05601eb639
 WHIRLPOOL 
01effc285494b7f186cc396bbc79914a97ca7ab9e25027bbd754d26cd9a2fc522fdcf739d872749df1655594beb0ad9c6cd94dd0a07f740c9d500c2116f4c2f8

diff --git a/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild 
b/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild
new file mode 100644
index 00000000000..9af78fe167b
--- /dev/null
+++ b/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="Flask-Paranoid"
+MY_P=${MY_PN}-${PV}
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Simple user session protection extension for Flask"
+HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/";
+SRC_URI="mirror://pypi/F/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}

diff --git a/dev-python/flask-paranoid/metadata.xml 
b/dev-python/flask-paranoid/metadata.xml
new file mode 100644
index 00000000000..9b4a931e5d0
--- /dev/null
+++ b/dev-python/flask-paranoid/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Aaron W. Swenson</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">Flask-Paranoid</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to