summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-27 08:45:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-27 09:08:18 +0200
commit679f17266f4468da184514f8c3f6b31d38a71c65 (patch)
treea077fe50d2d2dab93f0209e2e14d5f5adec186ed /dev-python/et_xmlfile
parentdev-python/fonttools: Bump to 4.22.1 (diff)
downloadgentoo-679f17266f4468da184514f8c3f6b31d38a71c65.tar.gz
gentoo-679f17266f4468da184514f8c3f6b31d38a71c65.tar.bz2
gentoo-679f17266f4468da184514f8c3f6b31d38a71c65.zip
dev-python/et_xmlfile: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r--dev-python/et_xmlfile/Manifest1
-rw-r--r--dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild25
-rw-r--r--dev-python/et_xmlfile/metadata.xml2
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/et_xmlfile/Manifest b/dev-python/et_xmlfile/Manifest
index d32f594ceda3..c7fd13c0c5dd 100644
--- a/dev-python/et_xmlfile/Manifest
+++ b/dev-python/et_xmlfile/Manifest
@@ -1 +1,2 @@
DIST et_xmlfile-1.0.1.tar.gz 8427 BLAKE2B 39677f4e8101eee012427bbc2959a187bee96bf052e14c47a2d5fc9000d62243e3842ce20953f7541ca534b151c025ee8cd8da96ec8bd82d926a21c68e8a0a04 SHA512 551fd87efd961b9c3202154dea9468aa97814ab8f6e5efc00962a651b17400866f2ad4fc85484a04c183c85a06375fd1c576c425e2e01bee4395ccfb680ce39b
+DIST et_xmlfile-1.1.tar.gz 12566 BLAKE2B f8f1c95a523433698032c79442b8bdf725717b647d3f65017926be3c12b78890528d5cde99c13e219d99f20e45ee5db872a772f88e451974435d565bebb56923 SHA512 0978cfa08c56b6dd8b3bed020a9f48c286c5bbcef5ac46f0cbf37bea0c1fcc79c6688f9853da68cbd9df4c6268e780fd99a172907cf900bcb3faf2f6252157f8
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
new file mode 100644
index 000000000000..a44d680ba7b8
--- /dev/null
+++ b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+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/"
+SRC_URI="
+ https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${MY_PV}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/et_xmlfile/metadata.xml b/dev-python/et_xmlfile/metadata.xml
index 8a8c915f9cfe..4838f47151b5 100644
--- a/dev-python/et_xmlfile/metadata.xml
+++ b/dev-python/et_xmlfile/metadata.xml
@@ -6,6 +6,6 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="pypi">et_xmlfile</remote-id>
+ <remote-id type="pypi">et-xmlfile</remote-id>
</upstream>
</pkgmetadata>