commit:     64c42c6e60e14cf872f2bc96474f560587ab8dcf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 14:41:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 14:41:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c42c6e

dev-python/elementpath: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/elementpath/Manifest                 |  3 ---
 dev-python/elementpath/elementpath-1.4.6.ebuild | 26 -------------------------
 dev-python/elementpath/elementpath-2.0.1.ebuild | 26 -------------------------
 dev-python/elementpath/elementpath-2.0.2.ebuild | 26 -------------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 8df322b6136..8b9a4ddc500 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,5 +1,2 @@
-DIST elementpath-1.4.6.tar.gz 121815 BLAKE2B 
09014fc503c8a3a6a6865572fa48c515af19fc009512369d8e761ca5b4e516de1add7eb14c0681114331c4a8ef08cccb5fac8f4ce2b436523780cb4e41e2dc00
 SHA512 
ac1d7fc0ab07f22fa02550ac77f4067b5564f78619bf98d6fda257751d6404684622580002d69beb769fc471500ee0c08f6095b05ddc6b7d81276dc8e158c40b
 DIST elementpath-2.0.0.tar.gz 149239 BLAKE2B 
6963429ee127ef2a293da6706e6d1bc13be4d864d7da3d7169dd81d0a430156684f0977076182ec7aff7622940dbc341b84fab3eb488bbe6470476c4d30b6d4a
 SHA512 
bb29c9cf30e9a414f9ddc7e29d3ae09af74302ed9c0bb98332b4fe01bab2e043cd5adb59b20a0730218d79b9f2ae42e9f2ad3ed7e4d0ae8ffde1800c96ee00a9
-DIST elementpath-2.0.1.tar.gz 186127 BLAKE2B 
db2e566e3032881d9db57d3951371dd4321baf3c3246a1a882c8a1ee9dafee2c2e4c2e8bb35cea7452ed51779a91c85976847cb46f18c1c6683c7c501961b2ed
 SHA512 
77bf895c9d509dec57dd9770ebddf8ad58eca4aaee46c3372fead2d0a5109ff27e183d29a5bd5ef1a2ad203c6c64387b11b8bc0b2e96786843d24faadc3274ad
-DIST elementpath-2.0.2.tar.gz 189956 BLAKE2B 
7d7b612a1271b322eef504952bc6fb5089bdafa3276745668c156229b66c80b8fb8070de56c84988af22ee3586a5b420481bd9141b598d436525ac2a78d25f5e
 SHA512 
eeb4876525ab06857e30cd04e234a66c7396e6aea48a6bfdd158354591fd8b7e8fcb65cbcafd73c274a5590d8fe1844a62e1d86baae4d55dbf7545e8377d49d1
 DIST elementpath-2.0.3.tar.gz 191499 BLAKE2B 
dd8ee226b5e04168de90e0375db971bb51aad233cbc56a63e1a79aa847fffbeddc5438ca769317ccd0ad6f30aad61ec65fe9dc7c32dfff687e8cd208ccf9ee46
 SHA512 
fccb291405aafa5751f0dbb636171145a41941e929dd93b097d61f11366e71757f47a65c32b83fd8ad0fafcfb530315417ea879b3e05421bc479b2e309960006

diff --git a/dev-python/elementpath/elementpath-1.4.6.ebuild 
b/dev-python/elementpath/elementpath-1.4.6.ebuild
deleted file mode 100644
index 2d6e59da0dd..00000000000
--- a/dev-python/elementpath/elementpath-1.4.6.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

diff --git a/dev-python/elementpath/elementpath-2.0.1.ebuild 
b/dev-python/elementpath/elementpath-2.0.1.ebuild
deleted file mode 100644
index 64b4b299f7f..00000000000
--- a/dev-python/elementpath/elementpath-2.0.1.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

diff --git a/dev-python/elementpath/elementpath-2.0.2.ebuild 
b/dev-python/elementpath/elementpath-2.0.2.ebuild
deleted file mode 100644
index c7a8e1d2336..00000000000
--- a/dev-python/elementpath/elementpath-2.0.2.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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/xmlschema[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests unittest

Reply via email to