From 6ddf25509aacece952eb8656d4ab6fa1fead6678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 19 May 2022 09:19:34 +0200 Subject: [PATCH] dev-python/xlsxwriter: 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/xlsxwriter/xlsxwriter-3.0.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild index 1b8cf78574f4c..78fe056c1bcad 100644 --- a/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild +++ b/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild @@ -4,14 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 TAG=RELEASE_${PV} MY_P=XlsxWriter-${TAG} DESCRIPTION="Python module for creating Excel XLSX files" -HOMEPAGE="https://github.com/jmcnamara/XlsxWriter" +HOMEPAGE=" + https://github.com/jmcnamara/XlsxWriter/ + https://pypi.org/project/XlsxWriter/ +" SRC_URI=" https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz -> ${MY_P}.tar.gz