Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-wtf/
Date: Wed, 03 Jan 2018 23:35:41
Message-Id: 1515022517.bec67b2834fc0d7f714b5b5e2af50527c7dd5cab.mgorny@gentoo
1 commit: bec67b2834fc0d7f714b5b5e2af50527c7dd5cab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 22:31:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 23:35:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec67b28
7
8 dev-python/flask-wtf: Clean old up
9
10 dev-python/flask-wtf/Manifest | 2 --
11 dev-python/flask-wtf/flask-wtf-0.10.3.ebuild | 51 --------------------------
12 dev-python/flask-wtf/flask-wtf-0.13.1.ebuild | 54 ----------------------------
13 3 files changed, 107 deletions(-)
14
15 diff --git a/dev-python/flask-wtf/Manifest b/dev-python/flask-wtf/Manifest
16 index 46485dc84b4..c703d863e8c 100644
17 --- a/dev-python/flask-wtf/Manifest
18 +++ b/dev-python/flask-wtf/Manifest
19 @@ -1,3 +1 @@
20 -DIST Flask-WTF-0.10.3.tar.gz 247240 BLAKE2B d0bc70cef87cfb6aab0947319ed1b1b66ced7b6a2d7d165ab4e58abf8c0d9c5177bec95aa95f66fd34c02c2bc82bc9f224967c4b8a9b7f685aaccc90d74c489a SHA512 c8cbc817afca7efbc2c0302c4fa3625874159c10e4664b502693acfa3ffcca34aee0a6f17528b45340f1e7f103f87ac72178f2ca4d589307bde12fe47ac5cf50
21 -DIST Flask-WTF-0.13.1.tar.gz 253341 BLAKE2B 47c369f173d64bbeaa3286e28faebf9055c3ebc28e5ad3d4e6f54ae9b17f79205eca5fa1f135dd38f2536ea8b7f1c83967ce5919e03538b4d7861cdfa59191c0 SHA512 ea85898688c16ee0b5dc54055ac0f19564c83b60a433c8fb4dfa27651f9f16b62e6c30ede0f8246a18c19c7b36dd17272210fd1a38f463efe71e12c058bd0f27
22 DIST Flask-WTF-0.14.2.tar.gz 254903 BLAKE2B dd6b650d97622dbb56cc0bdd3c036f14e562181720ede0c48652b8fcbc88d2d684f013f0468e723b8b0746f2c6f44ca18ffe0ea353594680b47bc1212664ce52 SHA512 9d4b4b24eb24827aeb524699e6720eab384c42901a102daddd9fdc6b8dbc8eebec8c9d31a1e9052c9af4d61bd08eef8ef9dc4cdc8d9b950ff5bdd0201db1dfde
23
24 diff --git a/dev-python/flask-wtf/flask-wtf-0.10.3.ebuild b/dev-python/flask-wtf/flask-wtf-0.10.3.ebuild
25 deleted file mode 100644
26 index 0012300ab42..00000000000
27 --- a/dev-python/flask-wtf/flask-wtf-0.10.3.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -PYTHON_COMPAT=( python2_7 pypy )
35 -
36 -# silly captcha test trying to access things over the network
37 -RESTRICT="test"
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN="Flask-WTF"
42 -MY_P="${MY_PN}-${PV}"
43 -
44 -DESCRIPTION="Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration"
45 -HOMEPAGE="http://pythonhosted.org/Flask-WTF/ https://pypi.python.org/pypi/Flask-WTF"
46 -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="doc test"
52 -
53 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
54 - >=dev-python/wtforms-1.0.5[${PYTHON_USEDEP}]"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? (
58 - dev-python/nose[${PYTHON_USEDEP}]
59 - dev-python/flask-testing[${PYTHON_USEDEP}]
60 - dev-python/flask-uploads[${PYTHON_USEDEP}]
61 - dev-python/speaklater[${PYTHON_USEDEP}]
62 - dev-python/flask-babel[${PYTHON_USEDEP}] )
63 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
64 - $(python_gen_cond_dep 'dev-python/werkzeug[${PYTHON_USEDEP}]' python2_7 )
65 - )"
66 -
67 -S="${WORKDIR}/${MY_P}"
68 -
69 -python_compile_all() {
70 - use doc && emake -C docs html
71 -}
72 -
73 -python_test() {
74 - nosetests || die "Tests failed under ${EPYTHON}"
75 -}
76 -
77 -python_install_all() {
78 - use doc && local HTML_DOCS=( docs/_build/html/. )
79 - distutils-r1_python_install_all
80 -}
81
82 diff --git a/dev-python/flask-wtf/flask-wtf-0.13.1.ebuild b/dev-python/flask-wtf/flask-wtf-0.13.1.ebuild
83 deleted file mode 100644
84 index 2b954d8da5c..00000000000
85 --- a/dev-python/flask-wtf/flask-wtf-0.13.1.ebuild
86 +++ /dev/null
87 @@ -1,54 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
93 -
94 -inherit distutils-r1
95 -
96 -MY_PN="Flask-WTF"
97 -MY_P="${MY_PN}-${PV}"
98 -
99 -DESCRIPTION="Simple integration of Flask and WTForms"
100 -HOMEPAGE="http://pythonhosted.org/Flask-WTF/ https://pypi.python.org/pypi/Flask-WTF"
101 -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
102 -
103 -LICENSE="BSD"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="doc test"
107 -
108 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
109 - >=dev-python/wtforms-1.0.5[${PYTHON_USEDEP}]"
110 -DEPEND="${RDEPEND}
111 - dev-python/setuptools[${PYTHON_USEDEP}]
112 - test? (
113 - dev-python/nose[${PYTHON_USEDEP}]
114 - dev-python/flask-testing[${PYTHON_USEDEP}]
115 - dev-python/flask-uploads[${PYTHON_USEDEP}]
116 - dev-python/speaklater[${PYTHON_USEDEP}]
117 - dev-python/flask-babel[${PYTHON_USEDEP}] )
118 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
119 - $(python_gen_cond_dep 'dev-python/werkzeug[${PYTHON_USEDEP}]' python2_7 )
120 - )"
121 -
122 -S="${WORKDIR}/${MY_P}"
123 -
124 -python_prepare_all() {
125 - # tries to access things over the network
126 - rm tests/test_recaptcha.py || die
127 - distutils-r1_python_prepare_all
128 -}
129 -
130 -python_compile_all() {
131 - use doc && emake -C docs html
132 -}
133 -
134 -python_test() {
135 - nosetests || die "Tests failed under ${EPYTHON}"
136 -}
137 -
138 -python_install_all() {
139 - use doc && local HTML_DOCS=( docs/_build/html/. )
140 - distutils-r1_python_install_all
141 -}