diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-18 07:51:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-18 07:54:47 +0200 |
commit | 1f0462ba07e24fa600c888d65473564f9e75772c (patch) | |
tree | af99f11af3aeb4ef1edf23c2b1b58fdcb7afcbfc /dev-python/elementpath | |
parent | dev-python/jaraco-packaging: Remove old (diff) | |
download | gentoo-1f0462ba07e24fa600c888d65473564f9e75772c.tar.gz gentoo-1f0462ba07e24fa600c888d65473564f9e75772c.tar.bz2 gentoo-1f0462ba07e24fa600c888d65473564f9e75772c.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.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest index 8b9a4ddc5002..b47eed41300f 100644 --- a/dev-python/elementpath/Manifest +++ b/dev-python/elementpath/Manifest @@ -1,2 +1 @@ -DIST elementpath-2.0.0.tar.gz 149239 BLAKE2B 6963429ee127ef2a293da6706e6d1bc13be4d864d7da3d7169dd81d0a430156684f0977076182ec7aff7622940dbc341b84fab3eb488bbe6470476c4d30b6d4a SHA512 bb29c9cf30e9a414f9ddc7e29d3ae09af74302ed9c0bb98332b4fe01bab2e043cd5adb59b20a0730218d79b9f2ae42e9f2ad3ed7e4d0ae8ffde1800c96ee00a9 DIST elementpath-2.0.3.tar.gz 191499 BLAKE2B dd8ee226b5e04168de90e0375db971bb51aad233cbc56a63e1a79aa847fffbeddc5438ca769317ccd0ad6f30aad61ec65fe9dc7c32dfff687e8cd208ccf9ee46 SHA512 fccb291405aafa5751f0dbb636171145a41941e929dd93b097d61f11366e71757f47a65c32b83fd8ad0fafcfb530315417ea879b3e05421bc479b2e309960006 diff --git a/dev-python/elementpath/elementpath-2.0.0.ebuild b/dev-python/elementpath/elementpath-2.0.0.ebuild deleted file mode 100644 index 2d6e59da0dd7..000000000000 --- a/dev-python/elementpath/elementpath-2.0.0.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 ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/xmlschema[${PYTHON_USEDEP}] - )" - -distutils_enable_tests unittest |