Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/flask-security/
Date: Thu, 29 Sep 2022 08:09:11
Message-Id: 1664438858.8bfd440a755b77c146e1f0e0c48ed1190fc82a7b.jsmolic@gentoo
1 commit: 8bfd440a755b77c146e1f0e0c48ed1190fc82a7b
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 08:07:34 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 08:07:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfd440a
7
8 dev-python/flask-security: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/867415
11 Closes: https://bugs.gentoo.org/863509
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 dev-python/flask-security/Manifest | 2 -
15 .../flask-security/flask-security-4.1.4.ebuild | 66 ---------------------
16 .../flask-security/flask-security-4.1.5.ebuild | 67 ----------------------
17 dev-python/flask-security/metadata.xml | 13 -----
18 profiles/package.mask | 12 ----
19 5 files changed, 160 deletions(-)
20
21 diff --git a/dev-python/flask-security/Manifest b/dev-python/flask-security/Manifest
22 deleted file mode 100644
23 index 372f0361383a..000000000000
24 --- a/dev-python/flask-security/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST flask-security-4.1.4.gh.tar.gz 408532 BLAKE2B 5fd401da8a907ff56ab7fe1fc79ec586222c26d60d921534afea4743cbc6840098f8a1d231741f83f061e2a4f747c4937be848aa4bfee8b3cf4bc06a8928e437 SHA512 d9ec87d1d2baa11b00db437135060630ea06451d96057fc8712ced8bc433fb6779f7b2561ad1c96d8f192a43acdc93dddf7f44ec75f89297204fd1796dcad1df
28 -DIST flask-security-4.1.5.gh.tar.gz 408704 BLAKE2B 18a1711e99794293fec17cca90ab9fcc7437c4882d7f14fb8c5abfddf137724a37ecf968cebd3801ef509f5b34f9671428405477894166d9c4350e1fd4a59054 SHA512 cf0a4ea6d8ad519ae5055898d2b7eb1bea8b3ceb3fffd2a79b47b92c6ccb72b692ed9483088fbea3987ff6fa3aaf60fcc388b7553a7e3e6ba8edfce63c714ad3
29
30 diff --git a/dev-python/flask-security/flask-security-4.1.4.ebuild b/dev-python/flask-security/flask-security-4.1.4.ebuild
31 deleted file mode 100644
32 index 80cde17b13c7..000000000000
33 --- a/dev-python/flask-security/flask-security-4.1.4.ebuild
34 +++ /dev/null
35 @@ -1,66 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -DISTUTILS_USE_PEP517=setuptools
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Simple security for Flask apps"
47 -HOMEPAGE="
48 - https://github.com/Flask-Middleware/flask-security/
49 - https://pypi.org/project/Flask-Security-Too/"
50 -SRC_URI="
51 - https://github.com/Flask-Middleware/flask-security/archive/${PV}.tar.gz
52 - -> ${P}.gh.tar.gz"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~riscv x86"
57 -
58 -RDEPEND="
59 - >=dev-python/bleach-3.3.1[${PYTHON_USEDEP}]
60 - >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
61 - dev-python/cachetools[${PYTHON_USEDEP}]
62 - >=dev-python/flask-1.1.1[${PYTHON_USEDEP}]
63 - >=dev-python/flask-babelex-0.9.3[${PYTHON_USEDEP}]
64 - >=dev-python/flask-login-0.4.1[${PYTHON_USEDEP}]
65 - >=dev-python/flask-principal-0.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/flask-wtf-0.14.3[${PYTHON_USEDEP}]
67 - >=dev-python/itsdangerous-1.1.0[${PYTHON_USEDEP}]
68 - >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}]
69 - >=dev-python/python-email-validator-1.1.1[${PYTHON_USEDEP}]
70 -"
71 -
72 -BDEPEND="
73 - dev-python/Babel[${PYTHON_USEDEP}]
74 - test? (
75 - >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}]
76 - >=dev-python/bcrypt-3.1.5[${PYTHON_USEDEP}]
77 - dev-python/bleach[${PYTHON_USEDEP}]
78 - >=dev-python/cryptography-2.3.1[${PYTHON_USEDEP}]
79 - >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}]
80 - >=dev-python/flask-sqlalchemy-2.3[${PYTHON_USEDEP}]
81 - >=dev-python/mongomock-3.19.0[${PYTHON_USEDEP}]
82 - >=dev-python/peewee-3.11.2[${PYTHON_USEDEP}]
83 - >=dev-python/phonenumbers-8.11.1[${PYTHON_USEDEP}]
84 - >=dev-python/psycopg-2.8.4:2[${PYTHON_USEDEP}]
85 - >=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}]
86 - >=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}]
87 - >=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}]
88 - >=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
89 - )
90 -"
91 -
92 -distutils_enable_tests pytest
93 -
94 -src_prepare() {
95 - sed -i -e 's@--cache-clear@-p no:httpbin@' pytest.ini || die
96 - distutils-r1_src_prepare
97 -}
98 -
99 -python_configure_all() {
100 - esetup.py compile_catalog
101 -}
102
103 diff --git a/dev-python/flask-security/flask-security-4.1.5.ebuild b/dev-python/flask-security/flask-security-4.1.5.ebuild
104 deleted file mode 100644
105 index d0756bee2e8a..000000000000
106 --- a/dev-python/flask-security/flask-security-4.1.5.ebuild
107 +++ /dev/null
108 @@ -1,67 +0,0 @@
109 -# Copyright 1999-2022 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=8
113 -
114 -DISTUTILS_USE_PEP517=setuptools
115 -PYTHON_COMPAT=( python3_{8..10} )
116 -
117 -inherit distutils-r1
118 -
119 -DESCRIPTION="Simple security for Flask apps"
120 -HOMEPAGE="
121 - https://github.com/Flask-Middleware/flask-security/
122 - https://pypi.org/project/Flask-Security-Too/"
123 -SRC_URI="
124 - https://github.com/Flask-Middleware/flask-security/archive/${PV}.tar.gz
125 - -> ${P}.gh.tar.gz
126 -"
127 -
128 -LICENSE="MIT"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~riscv ~x86"
131 -
132 -RDEPEND="
133 - >=dev-python/bleach-3.3.1[${PYTHON_USEDEP}]
134 - >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
135 - dev-python/cachetools[${PYTHON_USEDEP}]
136 - >=dev-python/flask-1.1.1[${PYTHON_USEDEP}]
137 - >=dev-python/flask-babelex-0.9.3[${PYTHON_USEDEP}]
138 - >=dev-python/flask-login-0.4.1[${PYTHON_USEDEP}]
139 - >=dev-python/flask-principal-0.4.0[${PYTHON_USEDEP}]
140 - >=dev-python/flask-wtf-0.14.3[${PYTHON_USEDEP}]
141 - >=dev-python/itsdangerous-1.1.0[${PYTHON_USEDEP}]
142 - >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}]
143 - >=dev-python/python-email-validator-1.1.1[${PYTHON_USEDEP}]
144 -"
145 -
146 -BDEPEND="
147 - dev-python/Babel[${PYTHON_USEDEP}]
148 - test? (
149 - >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}]
150 - >=dev-python/bcrypt-3.1.5[${PYTHON_USEDEP}]
151 - dev-python/bleach[${PYTHON_USEDEP}]
152 - >=dev-python/cryptography-2.3.1[${PYTHON_USEDEP}]
153 - >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}]
154 - >=dev-python/flask-sqlalchemy-2.3[${PYTHON_USEDEP}]
155 - >=dev-python/mongomock-3.19.0[${PYTHON_USEDEP}]
156 - >=dev-python/peewee-3.11.2[${PYTHON_USEDEP}]
157 - >=dev-python/phonenumbers-8.11.1[${PYTHON_USEDEP}]
158 - >=dev-python/psycopg-2.8.4:2[${PYTHON_USEDEP}]
159 - >=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}]
160 - >=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}]
161 - >=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}]
162 - >=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
163 - )
164 -"
165 -
166 -distutils_enable_tests pytest
167 -
168 -src_prepare() {
169 - sed -e 's/--cache-clear/-p no:httpbin/' -i pytest.ini || die
170 - distutils-r1_src_prepare
171 -}
172 -
173 -python_configure_all() {
174 - esetup.py compile_catalog
175 -}
176
177 diff --git a/dev-python/flask-security/metadata.xml b/dev-python/flask-security/metadata.xml
178 deleted file mode 100644
179 index 9b41c5afc845..000000000000
180 --- a/dev-python/flask-security/metadata.xml
181 +++ /dev/null
182 @@ -1,13 +0,0 @@
183 -<?xml version="1.0" encoding="UTF-8"?>
184 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
185 -<pkgmetadata>
186 - <maintainer type="project">
187 - <email>python@g.o</email>
188 - <name>Python</name>
189 - </maintainer>
190 - <stabilize-allarches/>
191 - <upstream>
192 - <remote-id type="pypi">Flask-Security-Too</remote-id>
193 - <remote-id type="github">Flask-Middleware/flask-security</remote-id>
194 - </upstream>
195 -</pkgmetadata>
196
197 diff --git a/profiles/package.mask b/profiles/package.mask
198 index 3471f2db6849..1d8b551b9991 100644
199 --- a/profiles/package.mask
200 +++ b/profiles/package.mask
201 @@ -186,18 +186,6 @@ app-backup/attic
202 # bugs #829447, #836227, #862504
203 mail-filter/sigh
204
205 -# Michał Górny <mgorny@g.o> (2022-08-30)
206 -# Flask-Security-Too is a package with high maintenance cost
207 -# and no revdeps in ::gentoo. The next version bump (once more)
208 -# introduces more dependencies.
209 -#
210 -# The remaining listed packages are used exclusively by this package
211 -# (or its tests). If you find one of them useful, please let us know
212 -# and we'll keep it.
213 -#
214 -# Removal on 2022-09-29. Bug #867415.
215 -dev-python/flask-security
216 -
217 # hololeap <hololeap@××××××××××.com> (2022-08-21)
218 # doctest-parallel does not currently work with Setup.hs (used internally by
219 # haskell-cabal.eclass)