* [gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-principal/
@ 2016-02-29 12:54 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-02-29 12:54 UTC (permalink / raw
To: gentoo-commits
commit: 21f2e11ea6d14b01d074b2021809ecad6b0aa6d0
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 12:40:31 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 12:40:31 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=21f2e11e
dev-python/flask-principal: rev bump for EAPI=6 and py-3.5, fix tests
dev-python/flask-principal/Manifest | 1 +
.../flask-principal-0.4.0-r1.ebuild | 28 ++++++++++++++++++++++
dev-python/flask-principal/metadata.xml | 11 +++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/flask-principal/Manifest b/dev-python/flask-principal/Manifest
new file mode 100644
index 0000000..3f85a8f
--- /dev/null
+++ b/dev-python/flask-principal/Manifest
@@ -0,0 +1 @@
+DIST flask-principal-0.4.0.tar.gz 17287 SHA256 ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9 SHA512 ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a WHIRLPOOL 66fd5fd659c4984b604d60bdd4b7733644d1997fad761b62cee68196f84d4c5ceab81ea54728678ec4f94ada4f6e1d500ca9ede14c94d90e6e56e070389da735
diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
new file mode 100644
index 0000000..b7c7d65
--- /dev/null
+++ b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Identity management for flask"
+HOMEPAGE="http://pythonhosted.org/Flask-Principal/ https://pypi.python.org/pypi/Flask-Principal"
+SRC_URI="https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# pypi tarball is missing tests
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/blinker[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+ nosetests -v || die "Testing failed with ${EPYTHON}"
+}
diff --git a/dev-python/flask-principal/metadata.xml b/dev-python/flask-principal/metadata.xml
new file mode 100644
index 0000000..ba2e0f7
--- /dev/null
+++ b/dev-python/flask-principal/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Flask-Principal</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-principal/
@ 2016-09-19 11:23 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-09-19 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 7d6268b894d06e331322348f36d34c29cf99cbb5
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 12:51:27 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 12:51:27 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=7d6268b8
dev-python/flask-principal: changes merged to ebuild in tree
dev-python/flask-principal/Manifest | 1 -
.../flask-principal-0.4.0-r1.ebuild | 28 ----------------------
dev-python/flask-principal/metadata.xml | 11 ---------
3 files changed, 40 deletions(-)
diff --git a/dev-python/flask-principal/Manifest b/dev-python/flask-principal/Manifest
deleted file mode 100644
index 3f85a8f..0000000
--- a/dev-python/flask-principal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flask-principal-0.4.0.tar.gz 17287 SHA256 ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9 SHA512 ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a WHIRLPOOL 66fd5fd659c4984b604d60bdd4b7733644d1997fad761b62cee68196f84d4c5ceab81ea54728678ec4f94ada4f6e1d500ca9ede14c94d90e6e56e070389da735
diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
deleted file mode 100644
index b7c7d65..0000000
--- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Identity management for flask"
-HOMEPAGE="http://pythonhosted.org/Flask-Principal/ https://pypi.python.org/pypi/Flask-Principal"
-SRC_URI="https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-# pypi tarball is missing tests
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
- dev-python/blinker[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests -v || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/flask-principal/metadata.xml b/dev-python/flask-principal/metadata.xml
deleted file mode 100644
index ba2e0f7..0000000
--- a/dev-python/flask-principal/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">Flask-Principal</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-19 11:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 12:54 [gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-principal/ Tiziano Müller
-- strict thread matches above, loose matches on Subject: below --
2016-09-19 11:23 Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox