summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-23 09:01:23 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-23 11:29:01 +0200
commite333525512113d61d43ddc673a1169d4f02f4c55 (patch)
treefd69955e9275183d524eb6840f6e488297814d77 /dev-python/et_xmlfile
parentdev-python/tabulate: disable tests using deselect instead of patch (diff)
downloadgentoo-e333525512113d61d43ddc673a1169d4f02f4c55.tar.gz
gentoo-e333525512113d61d43ddc673a1169d4f02f4c55.tar.bz2
gentoo-e333525512113d61d43ddc673a1169d4f02f4c55.zip
dev-python/et_xmlfile: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r--dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
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}