From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-wtf/
Date: Mon, 18 Apr 2016 09:06:31 +0000 (UTC) [thread overview]
Message-ID: <1460970366.734e78442c691ff86afaf9b8016a82816d9f2b2c.idella4@gentoo> (raw)
commit: 734e78442c691ff86afaf9b8016a82816d9f2b2c
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 18:40:50 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 09:06:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734e7844
dev-python/flask-wtf: add python 3 support, fix tests, trim description
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1293
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/flask-wtf/flask-wtf-0.12.ebuild | 17 ++++++++++-------
dev-python/flask-wtf/metadata.xml | 5 +++++
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/dev-python/flask-wtf/flask-wtf-0.12.ebuild b/dev-python/flask-wtf/flask-wtf-0.12.ebuild
index 94a4bb8..86c6da4 100644
--- a/dev-python/flask-wtf/flask-wtf-0.12.ebuild
+++ b/dev-python/flask-wtf/flask-wtf-0.12.ebuild
@@ -1,19 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-# silly captcha test trying to access things over the network
-RESTRICT="test"
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
MY_PN="Flask-WTF"
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration"
+DESCRIPTION="Simple integration of Flask and WTForms"
HOMEPAGE="http://pythonhosted.org/Flask-WTF/ https://pypi.python.org/pypi/Flask-WTF"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
@@ -38,6 +35,12 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
+python_prepare_all() {
+ # tries to access things over the network
+ rm tests/test_recaptcha.py || die
+ distutils-r1_python_prepare_all
+}
+
python_compile_all() {
use doc && emake -C docs html
}
diff --git a/dev-python/flask-wtf/metadata.xml b/dev-python/flask-wtf/metadata.xml
index 5b24bd5..39cf0b5 100644
--- a/dev-python/flask-wtf/metadata.xml
+++ b/dev-python/flask-wtf/metadata.xml
@@ -7,5 +7,10 @@
</maintainer>
<upstream>
<remote-id type="pypi">Flask-WTF</remote-id>
+ <remote-id type="github">lepture/flask-wtf</remote-id>
+ <bugs-to>https://github.com/lepture/flask-wtf</bugs-to>
</upstream>
+ <longdescription lang="en">
+ Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.
+ </longdescription>
</pkgmetadata>
next reply other threads:[~2016-04-18 9:06 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 9:06 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-20 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-wtf/ Patrick Lauer
2017-09-16 14:23 Patrick Lauer
2017-12-22 16:32 Jason Zaman
2018-01-03 23:35 Michał Górny
2018-04-29 7:35 Michał Górny
2018-06-20 18:46 Louis Sautier
2018-06-24 14:09 Jason Zaman
2018-10-12 0:08 Virgil Dupras
2019-07-17 13:58 Louis Sautier
2019-12-01 19:27 Andreas Sturmlechner
2020-02-05 13:24 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2020-05-04 14:25 Michał Górny
2020-05-04 14:25 Michał Górny
2020-06-24 7:07 Michał Górny
2020-07-09 5:14 Michał Górny
2020-07-09 5:14 Michał Górny
2020-07-09 5:14 Michał Górny
2021-05-25 5:13 Michał Górny
2021-05-25 18:42 Michał Górny
2021-05-25 18:42 Michał Górny
2021-06-04 14:40 Michał Górny
2021-07-12 21:50 Sam James
2021-07-12 22:53 Michał Górny
2021-08-24 18:20 Arthur Zamarin
2021-08-24 18:20 Arthur Zamarin
2021-11-08 8:31 Michał Górny
2021-11-14 14:03 Louis Sautier
2021-12-15 16:45 Jakov Smolić
2021-12-15 16:54 Michał Górny
2022-03-24 22:50 Jakov Smolić
2022-04-01 7:00 Arthur Zamarin
2022-05-06 12:45 Jakov Smolić
2022-05-06 13:30 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460970366.734e78442c691ff86afaf9b8016a82816d9f2b2c.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox