summaryrefslogtreecommitdiff
path: root/dev-python/elementpath
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
commite709146bfe0a78864c489db0165a0156151b5b7a (patch)
tree52317f234fa0358799dfaafe48623cf348e34936 /dev-python/elementpath
parent0180d18b2874a7cc5346b896ee0c25941be701d5 (diff)
downloadbaldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.gz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.xz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.zip
Adding metadata
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r--dev-python/elementpath/Manifest2
-rw-r--r--dev-python/elementpath/elementpath-4.8.0.ebuild33
-rw-r--r--dev-python/elementpath/elementpath-5.0.0.ebuild33
-rw-r--r--dev-python/elementpath/elementpath-5.0.1.ebuild2
4 files changed, 1 insertions, 69 deletions
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index b19bc31cfbf5..3edb9e8b5d9b 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,3 +1 @@
-DIST elementpath-4.8.0.tar.gz 358528 BLAKE2B 95fae0de70c310b68a9ddd8843926abdbddcaa5d54e5e3d7bd3dcba104321ba421d8ef2ab4c16a1d5db3973232d8999e10249c3e8871af42c4b3690f1306396a SHA512 2ff23d7d0dfedc02cb8cb4d8f8151e4b4a4976cbf8ba2fc41f67e1d89778efab20b09ba6fed116f9a10a64dcde3c185e7ee6ffc696e750d37d5bac0695d37396
-DIST elementpath-5.0.0.tar.gz 361913 BLAKE2B 5fa969b66dba6d2ed9f8b385c21866c0f852b8c697b869d1ec8f7334c7d1895bafb18f2e9f84ae8e492e08f4fac737d672dc2bc0dbdce70f2471bd7dc9cc5f7e SHA512 16011451a32f24ac3c104896d4b23fe569835cf40df87bcb9254239a32ec094f3faa1889a39b26e4a48774185201156e8c3b38a09f180e979911b5b637c3a760
DIST elementpath-5.0.1.tar.gz 363233 BLAKE2B 16b8a5179f3ec5a1037395bbf63e39169616186f7e004c41bad449bccaa487f8f8c8c257fd18a70cb7d92720c4baed4a4cf79b723ec0c19dca619f7b846400dd SHA512 a7ba1d6e5cc22244660f0ac57d8644e8222fcc234cb24377cb2cad233e7d8abd5f0616f544eb70e5fa24e7a35dcecb2ea434b5b1d5ddc9f9fad9777125bd906a
diff --git a/dev-python/elementpath/elementpath-4.8.0.ebuild b/dev-python/elementpath/elementpath-4.8.0.ebuild
deleted file mode 100644
index 675f639c11e5..000000000000
--- a/dev-python/elementpath/elementpath-4.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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-3.3.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # fails for some reason, more fit for upstream testing anyway
- tests/test_typing.py
-)
diff --git a/dev-python/elementpath/elementpath-5.0.0.ebuild b/dev-python/elementpath/elementpath-5.0.0.ebuild
deleted file mode 100644
index 74ce4278ffde..000000000000
--- a/dev-python/elementpath/elementpath-5.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-)
diff --git a/dev-python/elementpath/elementpath-5.0.1.ebuild b/dev-python/elementpath/elementpath-5.0.1.ebuild
index 74ce4278ffde..6a2dadc355f6 100644
--- a/dev-python/elementpath/elementpath-5.0.1.ebuild
+++ b/dev-python/elementpath/elementpath-5.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
BDEPEND="
test? (