dev-python/elementpath: Remove redundant versions
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 08:31:23 +0000 (09:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 08:57:46 +0000 (09:57 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/elementpath/Manifest
dev-python/elementpath/elementpath-1.3.1.ebuild [deleted file]
dev-python/elementpath/elementpath-1.4.1.ebuild [deleted file]
dev-python/elementpath/elementpath-1.4.2.ebuild [deleted file]

index 17c13d2a1d61d84edbb064b3f55a86c9a1b726ec..4bfaabc7f9f92ae606b335affe8f5e843b00a23a 100644 (file)
@@ -1,4 +1 @@
-DIST elementpath-1.3.1.tar.gz 100631 BLAKE2B fb3238006afb5100ad03314bddb16e77ea2fc7a91acf95e479ad67308456f761c53c64920266aa251a3f1b9bb6c6bebe39faa6413dd840a19ca1e9b3293f5253 SHA512 3beea19fe431514630f3957d2005d5883fb496a7192a47ea593d4b0df7a0050a19756275af7f85c7807c929482ddaacaba76ec0f3a715b6779d4aec125ee5550
-DIST elementpath-1.4.1.tar.gz 106008 BLAKE2B 9613949e65d61425d8ca04a2af95e162b603202f521cd96a3e40da4834149890f5767841bc9c7eac45d27902fdd79bac933013aed27767a840f48e889bfe174a SHA512 b83ec52549c6221b4d4d0912100df700f7a36e1eadb5491cc61106fc98ce36370217dae133c6ff0b11d1522b5ad5b9765aa135b0ac7310a9c922148e3d92acfd
-DIST elementpath-1.4.2.tar.gz 116419 BLAKE2B 8fd16d579e543f10f96cebc37cac3cbbed7dd76e04ff66ead95b50b2ce4d6284c5bcf2647460cb888425005e46b7cc40813c31a66371e29b5e5589e9ffcf2850 SHA512 66524dfd53694c58ba587081e405d7c73ef2d3fe8164aa0690b5f06749dad718d05ecc9d462c060643789c0186aeb5113590c02fac5307d91952e4fb705a2db0
 DIST elementpath-1.4.3.tar.gz 117295 BLAKE2B 4ee29cf6c863c8c73aae26857266e1ac119082c3fa0f3bbb2a807b662f3bca03699e33f3a0043dc486d4de0e5484c5a559adb72681ba38851d02bac2a6093ac2 SHA512 3fb71d0eb333589995d2b4e75e56e001ecb57d7b3930ac6faa55ef8b05823ce3254979d7d27a1e8219487240edcb498bafa3198c212385164312839972e02dd9
diff --git a/dev-python/elementpath/elementpath-1.3.1.ebuild b/dev-python/elementpath/elementpath-1.3.1.ebuild
deleted file mode 100644 (file)
index a87888e..0000000
+++ /dev/null
@@ -1,36 +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} )
-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="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/xmlschema[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # this test fails depending on system locale + requires some random
-       # locales being installed
-       sed -e 's:test_compare_strings_function:_&:' \
-               -i tests/test_xpath2_parser.py || die
-}
diff --git a/dev-python/elementpath/elementpath-1.4.1.ebuild b/dev-python/elementpath/elementpath-1.4.1.ebuild
deleted file mode 100644 (file)
index b89ead2..0000000
+++ /dev/null
@@ -1,36 +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} 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 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/xmlschema[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # this test fails depending on system locale + requires some random
-       # locales being installed
-#      sed -e 's:test_compare_strings_function:_&:' \
-#              -i tests/test_xpath2_parser.py || die
-}
diff --git a/dev-python/elementpath/elementpath-1.4.2.ebuild b/dev-python/elementpath/elementpath-1.4.2.ebuild
deleted file mode 100644 (file)
index b89ead2..0000000
+++ /dev/null
@@ -1,36 +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} 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 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/xmlschema[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # this test fails depending on system locale + requires some random
-       # locales being installed
-#      sed -e 's:test_compare_strings_function:_&:' \
-#              -i tests/test_xpath2_parser.py || die
-}