From 043affe8677994f8e782fa952217a6f13c56da7c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Feb 2023 18:25:52 +0100 Subject: dev-python/flask-paranoid: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-python') diff --git a/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild index 953ab140b834..dcdd7dd4cc61 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" +HOMEPAGE=" + https://github.com/miguelgrinberg/flask-paranoid/ + https://pypi.org/project/Flask-Paranoid/ +" SRC_URI=" https://github.com/miguelgrinberg/flask-paranoid/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz @@ -19,6 +22,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/flask[${PYTHON_USEDEP}] +" distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad