Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elementpath/
Date: Thu, 30 Jul 2020 20:41:18
Message-Id: 1596141658.edcad435475a587df28aeeb38664d98b2504e8a5.mgorny@gentoo
1 commit: edcad435475a587df28aeeb38664d98b2504e8a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:38:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:40:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcad435
7
8 dev-python/elementpath: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/elementpath/Manifest | 1 -
13 dev-python/elementpath/elementpath-1.4.5.ebuild | 26 -------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
17 index c3b79ed4af1..f4e7f5f0d26 100644
18 --- a/dev-python/elementpath/Manifest
19 +++ b/dev-python/elementpath/Manifest
20 @@ -1,2 +1 @@
21 -DIST elementpath-1.4.5.tar.gz 120091 BLAKE2B c9ac74c4b76b3a3204364532831563c5600bdc159cfe5e853852c08de0c7abbaec952304120da4f13b14d2239880c9c1612ae8db3535cf4ad1d8ea8498cc3f1a SHA512 be3908056af67f892696edd31d1c836bbd7083a96eca1217d2dc972c5fc3bc583d89b825bed3fedeebd775d5fca53dd9b9a918ff9a3238bba54efe8ac0a51e21
22 DIST elementpath-1.4.6.tar.gz 121815 BLAKE2B 09014fc503c8a3a6a6865572fa48c515af19fc009512369d8e761ca5b4e516de1add7eb14c0681114331c4a8ef08cccb5fac8f4ce2b436523780cb4e41e2dc00 SHA512 ac1d7fc0ab07f22fa02550ac77f4067b5564f78619bf98d6fda257751d6404684622580002d69beb769fc471500ee0c08f6095b05ddc6b7d81276dc8e158c40b
23
24 diff --git a/dev-python/elementpath/elementpath-1.4.5.ebuild b/dev-python/elementpath/elementpath-1.4.5.ebuild
25 deleted file mode 100644
26 index d0249e37d45..00000000000
27 --- a/dev-python/elementpath/elementpath-1.4.5.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 2019-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
39 -HOMEPAGE="https://github.com/sissaschool/elementpath
40 - https://pypi.org/project/elementpath/"
41 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/lxml[${PYTHON_USEDEP}]
52 - dev-python/xmlschema[${PYTHON_USEDEP}]
53 - )"
54 -
55 -distutils_enable_tests unittest