repo/gentoo:master commit in: dev-python/elementpath/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786243014.ec1caac6d3f88869235aed0c2034e608e780cdf5.mgorny@gentoo> |
commit: ec1caac6d3f88869235aed0c2034e608e780cdf5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 02:00:32 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 02:36:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1caac6
dev-python/elementpath: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/elementpath/Manifest | 2 --
dev-python/elementpath/elementpath-5.1.1.ebuild | 34 -------------------------
dev-python/elementpath/elementpath-5.1.2.ebuild | 34 -------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 960e62f5834c..4e6492044389 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,3 +1 @@
-DIST elementpath-5.1.1.tar.gz 375378 BLAKE2B f9992f063753c1e836e346759ec8eaf6444ccd1228aabc0bdf15fdc0c655117ff89ef4277a7368fcb320762da707486c9f7ba774aef70a92f31c300fd238cc3c SHA512 2787eb8879064f0ecad49ec35f6804630bc3cab192d314ddd6a2abaa651c932044210780983e17a0cdbe9ffabf64237bd25382e66092d2c5ec599d67791b9554
-DIST elementpath-5.1.2.tar.gz 375909 BLAKE2B 75d455068a998f0892b79dd1b33794e631be101dd423f748c9f1ba7c1a8e232c0fc920bd36f0d7feeed526e0be72d498697b1f7d8924023158aacbf25b05efdc SHA512 f235d36952200720446f9f1b7370fc63e95c2f385d1227069be496e381b90d3a8cdc4419b3c6d4599316d29313e470dc94c4134794fa136582b620422145e2fe
DIST elementpath-5.1.3.tar.gz 378039 BLAKE2B b8543cc4010d5c48d1b126de90bab18f98a000c99e1aa0e8c5146ccbb768d723e3ffe044e89f5d543de4bec50b48c0940eeebdf4eee049c2dcfaee4cb0f60e48 SHA512 11c1141beff5cadd3593615d2bf36119ce4d5c4655004ae2a8ee396673ca67cf5856b0698f1f264af936c6868d11e5c0f00bb9d61e95ecb0c256f4653ec16957
diff --git a/dev-python/elementpath/elementpath-5.1.1.ebuild b/dev-python/elementpath/elementpath-5.1.1.ebuild
deleted file mode 100644
index eaad397dd9fd..000000000000
--- a/dev-python/elementpath/elementpath-5.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-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}]
- )
-"
-
-EPYTEST_PLUGINS=()
-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.1.2.ebuild b/dev-python/elementpath/elementpath-5.1.2.ebuild
deleted file mode 100644
index a93446e8135f..000000000000
--- a/dev-python/elementpath/elementpath-5.1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..14} )
-
-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}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # fails for some reason, more fit for upstream testing anyway
- tests/test_typing.py
-)