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: Sat, 04 Mar 2023 05:48:22
Message-Id: 1677908887.5398ae04e37a61e7c867c8f1623996646d5bcf42.mgorny@gentoo
1 commit: 5398ae04e37a61e7c867c8f1623996646d5bcf42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 05:14:45 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 05:48:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5398ae04
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-2.1.1.ebuild | 38 -----------------------------
14 dev-python/xmlschema/xmlschema-2.2.0.ebuild | 38 -----------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
18 index be175702c31f..11135117197f 100644
19 --- a/dev-python/xmlschema/Manifest
20 +++ b/dev-python/xmlschema/Manifest
21 @@ -1,3 +1 @@
22 -DIST xmlschema-2.1.1.tar.gz 482988 BLAKE2B 8bcd66518e99b6df96a48408830388cba33530b8787ab733f5710e8ebdee3243cbbe8968c25060396c4d0e577dd40ae2438dab7afae5958386c886f235b3d96c SHA512 2c55de21ab4aaba9f499a0b348e60a50939af41b5ce43787c339ce86e4067681acf28b155bfba90346b1e8d976c468ad0ca21f73f76afc55bd700b1866bba945
23 -DIST xmlschema-2.2.0.tar.gz 485104 BLAKE2B 3cafd67149043e8ee8a720afd08f4a37b343fcc245302d2754230e08a8c624f507cd1f8aca884e7d75717a9e794b936bf1c54b3d98a37f3ec687d97e3f6f919a SHA512 f613a8f49f3b373398e097017407cba4e6801886ef7ff479906d5180bd2a7020b2a2fb812aae444210b82ab2f8b12438b639c4418e2d5bedaa396fcaa69271f5
24 DIST xmlschema-2.2.1.tar.gz 491212 BLAKE2B 75212d7e159b0719bd1c01e8e31da6aab2b6422bb497d7312160aee4d00a920e65a135852441c2c61e83a9d8d65c94d9f5ed0f05e967fb456ffd46f314a4bb13 SHA512 8e3eef6379cbcb67fc0dd90f9a962f0ba890c5c9a1334c2cfe695e701b8a3aa1fa97f8e50c1e87cbdb5f0b7790bb84e1a181c00b678134cfbeeb8578fa78f724
25
26 diff --git a/dev-python/xmlschema/xmlschema-2.1.1.ebuild b/dev-python/xmlschema/xmlschema-2.1.1.ebuild
27 deleted file mode 100644
28 index 7d20ffc548bc..000000000000
29 --- a/dev-python/xmlschema/xmlschema-2.1.1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 2019-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="An XML Schema validator and decoder"
43 -HOMEPAGE="
44 - https://github.com/sissaschool/xmlschema/
45 - https://pypi.org/project/xmlschema/
46 -"
47 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - <dev-python/elementpath-4[${PYTHON_USEDEP}]
57 - >=dev-python/elementpath-3.0.0[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - test? (
61 - ${RDEPEND}
62 - dev-python/jinja[${PYTHON_USEDEP}]
63 - dev-python/lxml[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -python_test() {
68 - "${EPYTHON}" tests/test_all.py -v || die "Tests fail with ${EPYTHON}"
69 -}
70
71 diff --git a/dev-python/xmlschema/xmlschema-2.2.0.ebuild b/dev-python/xmlschema/xmlschema-2.2.0.ebuild
72 deleted file mode 100644
73 index ccc61f19eb6c..000000000000
74 --- a/dev-python/xmlschema/xmlschema-2.2.0.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 2019-2023 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -DISTUTILS_USE_PEP517=setuptools
83 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="An XML Schema validator and decoder"
88 -HOMEPAGE="
89 - https://github.com/sissaschool/xmlschema/
90 - https://pypi.org/project/xmlschema/
91 -"
92 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
97 -IUSE="test"
98 -RESTRICT="!test? ( test )"
99 -
100 -RDEPEND="
101 - <dev-python/elementpath-5[${PYTHON_USEDEP}]
102 - >=dev-python/elementpath-4.0.0[${PYTHON_USEDEP}]
103 -"
104 -BDEPEND="
105 - test? (
106 - ${RDEPEND}
107 - dev-python/jinja[${PYTHON_USEDEP}]
108 - dev-python/lxml[${PYTHON_USEDEP}]
109 - )
110 -"
111 -
112 -python_test() {
113 - "${EPYTHON}" tests/test_all.py -v || die "Tests fail with ${EPYTHON}"
114 -}