diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 07:45:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:14:52 +0200 |
commit | 6c1faef98f4559413cda26b541077cb4c95066bc (patch) | |
tree | cc4e0efbefc60c812bda4a2e346c5cd191ebb498 /dev-python/reportlab | |
parent | dev-python/cssselect2: Enable py3.11 (diff) | |
download | gentoo-6c1faef98f4559413cda26b541077cb4c95066bc.tar.gz gentoo-6c1faef98f4559413cda26b541077cb4c95066bc.tar.bz2 gentoo-6c1faef98f4559413cda26b541077cb4c95066bc.zip |
dev-python/reportlab: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/reportlab')
-rw-r--r-- | dev-python/reportlab/reportlab-3.6.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/reportlab/reportlab-3.6.9.ebuild b/dev-python/reportlab/reportlab-3.6.9.ebuild index 9cfb9219951c..e432d96c0d39 100644 --- a/dev-python/reportlab/reportlab-3.6.9.ebuild +++ b/dev-python/reportlab/reportlab-3.6.9.ebuild @@ -4,17 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Tools for generating printable PDF documents from any data source" HOMEPAGE=" https://www.reportlab.com/ - https://pypi.org/project/reportlab/" + https://pypi.org/project/reportlab/ +" SRC_URI=" mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz - https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip" + https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip +" LICENSE="BSD" SLOT="0" |