Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-principal/
Date: Fri, 05 Nov 2021 09:55:15
Message-Id: 1636090804.2f1548e484fe36aec4a2648f0940ebb41b5ed44a.arthurzam@gentoo
1 commit: 2f1548e484fe36aec4a2648f0940ebb41b5ed44a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 05:29:01 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 05:40:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1548e4
7
8 dev-python/flask-principal: drop 0.4.0-r1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../flask-principal/flask-principal-0.4.0-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 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
16 deleted file mode 100644
17 index b4036ce8961..00000000000
18 --- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_{7..9} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Identity management for flask"
30 -HOMEPAGE="https://pythonhosted.org/Flask-Principal/ https://pypi.org/project/Flask-Principal/"
31 -SRC_URI="https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -# pypi tarball is missing tests
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~arm64 x86"
37 -
38 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
39 - dev-python/blinker[${PYTHON_USEDEP}]"
40 -
41 -distutils_enable_tests nose