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: Sat, 02 Oct 2021 08:35:36
Message-Id: 1633163715.16fa82a934fa51587b98093dc68c2069d719cc89.arthurzam@gentoo
1 commit: 16fa82a934fa51587b98093dc68c2069d719cc89
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 08:32:20 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 08:35:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fa82a9
7
8 dev-python/flask-principal: EAPI=8, enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../flask-principal-0.4.0-r2.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r2.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r2.ebuild
16 new file mode 100644
17 index 00000000000..2e383cb425e
18 --- /dev/null
19 +++ b/dev-python/flask-principal/flask-principal-0.4.0-r2.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +PYTHON_COMPAT=( python3_{8..10} )
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="
32 + https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz
33 + -> ${P}.tar.gz
34 +"
35 +# pypi tarball is missing tests
36 +
37 +LICENSE="MIT"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
40 +
41 +RDEPEND="
42 + dev-python/flask[${PYTHON_USEDEP}]
43 + dev-python/blinker[${PYTHON_USEDEP}]
44 +"
45 +
46 +distutils_enable_tests unittest