From e333525512113d61d43ddc673a1169d4f02f4c55 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Sun, 23 May 2021 09:01:23 +0300 Subject: dev-python/et_xmlfile: bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild index a44d680ba7b8..755eecc6117a 100644 --- a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild +++ b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -11,7 +11,9 @@ MY_PV=${PV%.0} MY_P=${PN}-${MY_PV} DESCRIPTION="An implementation of lxml.xmlfile for the standard library" -HOMEPAGE="https://pypi.org/project/et-xmlfile/" +HOMEPAGE=" + https://pypi.org/project/et-xmlfile/ + https://foss.heptapod.net/openpyxl/et_xmlfile/" SRC_URI=" https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${MY_PV}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} -- cgit v1.2.3-65-gdbad