summaryrefslogtreecommitdiff
path: root/dev-python/elementpath
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-19 08:27:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-19 08:27:21 +0000
commit9a778b5534dee4f8fb55c656c8d3b39ab752a6ca (patch)
treef6b026f61a39af5dbbbb94fa890222979a38df16 /dev-python/elementpath
parent6fc9b61fff283f41a751b4da8807ea4c44b836ce (diff)
downloadbaldeagleos-repo-9a778b5534dee4f8fb55c656c8d3b39ab752a6ca.tar.gz
baldeagleos-repo-9a778b5534dee4f8fb55c656c8d3b39ab752a6ca.tar.xz
baldeagleos-repo-9a778b5534dee4f8fb55c656c8d3b39ab752a6ca.zip
Adding metadata
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r--dev-python/elementpath/Manifest1
-rw-r--r--dev-python/elementpath/elementpath-5.0.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 3edb9e8b5d9b..23298d5fd017 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
DIST elementpath-5.0.1.tar.gz 363233 BLAKE2B 16b8a5179f3ec5a1037395bbf63e39169616186f7e004c41bad449bccaa487f8f8c8c257fd18a70cb7d92720c4baed4a4cf79b723ec0c19dca619f7b846400dd SHA512 a7ba1d6e5cc22244660f0ac57d8644e8222fcc234cb24377cb2cad233e7d8abd5f0616f544eb70e5fa24e7a35dcecb2ea434b5b1d5ddc9f9fad9777125bd906a
+DIST elementpath-5.0.2.tar.gz 364400 BLAKE2B 56a4eb34a9740a5f455242331f160c43b7c7e3c3b2e86838ec6678ab601b6f8aea8ad5a69c0343df49addd5022df39b5591c3e7f1cc6a81f12f3c4f46527da84 SHA512 be0ed0cad605477c9215c73ae930f97650bbd7db07e0f1d0e46590e6284e71547e8f1ab3a62c5c7e82a28ec7447f169a9bb3b66504981c37e6e59e078ca6e220
diff --git a/dev-python/elementpath/elementpath-5.0.2.ebuild b/dev-python/elementpath/elementpath-5.0.2.ebuild
new file mode 100644
index 000000000000..74ce4278ffde
--- /dev/null
+++ b/dev-python/elementpath/elementpath-5.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="
+ https://github.com/sissaschool/elementpath/
+ https://pypi.org/project/elementpath/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/xmlschema-4.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # fails for some reason, more fit for upstream testing anyway
+ tests/test_typing.py
+)