diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-02 19:55:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-02 20:19:23 +0200 |
commit | 820d0b37595e73bf9efd3d1522302abb617d10be (patch) | |
tree | 33b20de53d69a678253765d171d8cbd8583ebb2c /dev-python | |
parent | dev-python/flask-htmlmin: Enable py3.12 (diff) | |
download | gentoo-820d0b37595e73bf9efd3d1522302abb617d10be.tar.gz gentoo-820d0b37595e73bf9efd3d1522302abb617d10be.tar.bz2 gentoo-820d0b37595e73bf9efd3d1522302abb617d10be.zip |
dev-python/flask-paginate: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild b/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild index bf6e520d55d0..545297259bb7 100644 --- a/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild +++ b/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild @@ -4,18 +4,28 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + inherit distutils-r1 DESCRIPTION="Pagination support for flask" -HOMEPAGE="https://flask-paginate.readthedocs.io" -SRC_URI="https://github.com/lixxu/flask-paginate/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://flask-paginate.readthedocs.io/ + https://github.com/lixxu/flask-paginate/ + https://pypi.org/project/flask-paginate/ +" +SRC_URI=" + https://github.com/lixxu/flask-paginate/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/flask[${PYTHON_USEDEP}] +" distutils_enable_tests pytest |