diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-06 12:09:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-06 12:19:22 +0100 |
commit | 203c52b6c9f21a4c2bf0e0bc1cc113ce910bf816 (patch) | |
tree | ce8156a22f53fa09a0e4ae7efe2f83fd7ce4cb61 /dev-python/elementpath | |
parent | x11-misc/qterm: Stabilize 0.7.3 x86, #761676 (diff) | |
download | gentoo-203c52b6c9f21a4c2bf0e0bc1cc113ce910bf816.tar.gz gentoo-203c52b6c9f21a4c2bf0e0bc1cc113ce910bf816.tar.bz2 gentoo-203c52b6c9f21a4c2bf0e0bc1cc113ce910bf816.zip |
dev-python/elementpath: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r-- | dev-python/elementpath/Manifest | 1 | ||||
-rw-r--r-- | dev-python/elementpath/elementpath-2.0.4.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest index cf0b25bf1bf4..1ffa3d4f0c62 100644 --- a/dev-python/elementpath/Manifest +++ b/dev-python/elementpath/Manifest @@ -1,2 +1 @@ -DIST elementpath-2.0.4.tar.gz 191601 BLAKE2B fc2f29a737c180fb04cc289b8cd9149b7a4f3c317a5efd746c42658aa6fbfe5cb78b957f517ba9a9e8650cc1ba0ee885a723695a8a107ec4cc05328828f5cf21 SHA512 b114ebe054eb6f46e261ae2a39c8126b86abafba26803eee676731d8d46d613daf5493215873ae96c9b098f6ebf9961a1ac777ddc0a1e2b1e4a3ca924d74c213 DIST elementpath-2.0.5.tar.gz 194557 BLAKE2B 0c2571eff6fd850f42d2e3cd30598a5764d2f3a81f9cad756eda82e1212337e344314d60203d06b19200537aa8027e4c902de4df746b4e838fe42a1db39f25bb SHA512 c4fd4b360c88870ccb4102e7bca29cd979262b706b795b2a9314853543cd0a40c0ea4bebbac9cff9aaa0fcfefe107f574b41822be7e3c7328bb163c2bdc53283 diff --git a/dev-python/elementpath/elementpath-2.0.4.ebuild b/dev-python/elementpath/elementpath-2.0.4.ebuild deleted file mode 100644 index 70b716a50d45..000000000000 --- a/dev-python/elementpath/elementpath-2.0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml" -HOMEPAGE="https://github.com/sissaschool/elementpath - https://pypi.org/project/elementpath/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/xmlschema[${PYTHON_USEDEP}] - )" - -distutils_enable_tests unittest |