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/xmlschema/
Date: Thu, 30 Jul 2020 20:41:13
Message-Id: 1596141637.ad265e9f0d3075a78879ca85907324729b4b2d6b.mgorny@gentoo
1 commit: ad265e9f0d3075a78879ca85907324729b4b2d6b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:30:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:40:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad265e9f
7
8 dev-python/xmlschema: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xmlschema/Manifest | 2 --
13 dev-python/xmlschema/xmlschema-1.1.3.ebuild | 29 ----------------------------
14 dev-python/xmlschema/xmlschema-1.2.0.ebuild | 30 -----------------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
18 index bb7402dd539..8ab6888025d 100644
19 --- a/dev-python/xmlschema/Manifest
20 +++ b/dev-python/xmlschema/Manifest
21 @@ -1,3 +1 @@
22 -DIST xmlschema-1.1.3.tar.gz 298490 BLAKE2B 70c24424fd6a5e87e07591451db920d22c1bf2c63c1908e008401eafe210b759894ba508011ee58e2c242ca5b3d424c86cdf7a65312e9df1cda426802af8e861 SHA512 df277cd75058e10b8e0505db51fc167c688fe4c3d319de289ac77faa37913f60d2697f4456e00d637c4a3c3f83d164619e0ce1b849e8c8ea3b5e1932b56044dc
23 -DIST xmlschema-1.2.0.tar.gz 314580 BLAKE2B d42b221d2730d2b5cdab655269f7b885c72bce1794f12111b4110a80a1288e1996633ef5f00e9fc3ef7cd66a4267baffbdb6a906d0a0c3caf418d31abda93016 SHA512 1a6644b02e96beeea68bd737a4a66fd02693b4cb3c36a07e569a2b2c3e2b0db4fe01a475fcc3c4e5372c6000b27ef824ba5859215a03212fe4c0f2ec61f7103b
24 DIST xmlschema-1.2.2.tar.gz 318829 BLAKE2B 5ebb8749d56491e65a2c09b56e965ea6b3e9be3d453a01671fa0da065389ca4bf44993693517bed4ef9df22cb94b9398660a7a838405c1757ee1c6f40aedacd3 SHA512 51be4317530cd1055438a4bf8e484b70d8a9414da5507fd30ed506271317859e5255fc729ed9fa5df2230e2af049ff40e693c67a5062e61fda43a1329ef2138d
25
26 diff --git a/dev-python/xmlschema/xmlschema-1.1.3.ebuild b/dev-python/xmlschema/xmlschema-1.1.3.ebuild
27 deleted file mode 100644
28 index 627c81fd350..00000000000
29 --- a/dev-python/xmlschema/xmlschema-1.1.3.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 2019-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An XML Schema validator and decoder"
41 -HOMEPAGE="https://github.com/sissaschool/xmlschema https://pypi.org/project/xmlschema/"
42 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - =dev-python/elementpath-1.4*[${PYTHON_USEDEP}]"
52 -BDEPEND="${RDEPEND}
53 - test? (
54 - dev-python/lxml[${PYTHON_USEDEP}]
55 - )"
56 -
57 -python_test() {
58 - "${EPYTHON}" tests/test_all.py -v ||
59 - die "Tests fail with ${EPYTHON}"
60 -}
61
62 diff --git a/dev-python/xmlschema/xmlschema-1.2.0.ebuild b/dev-python/xmlschema/xmlschema-1.2.0.ebuild
63 deleted file mode 100644
64 index 41b1690b4c7..00000000000
65 --- a/dev-python/xmlschema/xmlschema-1.2.0.ebuild
66 +++ /dev/null
67 @@ -1,30 +0,0 @@
68 -# Copyright 2019-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -DISTUTILS_USE_SETUPTOOLS=rdepend
74 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="An XML Schema validator and decoder"
78 -HOMEPAGE="https://github.com/sissaschool/xmlschema https://pypi.org/project/xmlschema/"
79 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
84 -IUSE="test"
85 -RESTRICT="!test? ( test )"
86 -
87 -RDEPEND="
88 - =dev-python/elementpath-1.4*[${PYTHON_USEDEP}]"
89 -BDEPEND="${RDEPEND}
90 - test? (
91 - dev-python/lxml[${PYTHON_USEDEP}]
92 - )"
93 -
94 -python_test() {
95 - "${EPYTHON}" tests/test_all.py -v ||
96 - die "Tests fail with ${EPYTHON}"
97 -}