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: Sun, 31 Oct 2021 20:31:28
Message-Id: 1635712230.bfb438d7e63bf45d7451be271ff7dc8364925d14.mgorny@gentoo
1 commit: bfb438d7e63bf45d7451be271ff7dc8364925d14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:30:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:30:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb438d7
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.7.1.ebuild | 31 -----------------------------
14 dev-python/xmlschema/xmlschema-1.8.0.ebuild | 31 -----------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
18 index 36503331b2a..21fa76f868b 100644
19 --- a/dev-python/xmlschema/Manifest
20 +++ b/dev-python/xmlschema/Manifest
21 @@ -1,3 +1 @@
22 -DIST xmlschema-1.7.1.tar.gz 372165 BLAKE2B a534c42d5405eefdfd0c595f1ea02a703c8f5a225f9a46ea4fe9885d09de4b87bc5ddb470fabaf3e01093012346247d34fd56495641815fe04f4fa1919f9f53f SHA512 4ad8ef9d91aa2e0b06d64aa06cc380898976c8c1b4efe049b67948b4534bb8edc3a3450cf5e242a004a039e8e29b23954138a0192ac6355fdeecb77e6284c3d9
23 -DIST xmlschema-1.8.0.tar.gz 379305 BLAKE2B dcc3fc5860dede681912f578b548bfe39feb5fda3dd7c5f0ed7f85fce247489d492b062b789acce6679cab835b31c1f77eb82ae43b83c5af5b749a4e93c991d1 SHA512 b4622030e959383729074554e80606dce6e731b9c4e3393c60a02d592acf66f07e50f12d65867fad31e18494e04a8bb1bdadcf22f110d91708e8a0fa89848e2e
24 DIST xmlschema-1.8.1.tar.gz 390835 BLAKE2B 5ba4e37bc52402a939e3c6508bb3d2cca33b85d73db9be375295de62587bae638d498435198a4b25bc6858bad19a89d14a11870774c631bcc9f1b22bb1c41f4c SHA512 741477d006270deb4a1d1b13bb404c6f4917047b0f68e85727a2dfe239a59f36f4160a6a88f26514a05865219a16ccbaa26bc319b06ac867aeabe008a778ddf8
25
26 diff --git a/dev-python/xmlschema/xmlschema-1.7.1.ebuild b/dev-python/xmlschema/xmlschema-1.7.1.ebuild
27 deleted file mode 100644
28 index 8b02ffde71f..00000000000
29 --- a/dev-python/xmlschema/xmlschema-1.7.1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 2019-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} 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 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - >=dev-python/elementpath-2.2.2[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - test? (
54 - ${RDEPEND}
55 - dev-python/jinja[${PYTHON_USEDEP}]
56 - dev-python/lxml[${PYTHON_USEDEP}]
57 - )"
58 -
59 -python_test() {
60 - "${EPYTHON}" tests/test_all.py -v ||
61 - die "Tests fail with ${EPYTHON}"
62 -}
63
64 diff --git a/dev-python/xmlschema/xmlschema-1.8.0.ebuild b/dev-python/xmlschema/xmlschema-1.8.0.ebuild
65 deleted file mode 100644
66 index 19b2c2736c2..00000000000
67 --- a/dev-python/xmlschema/xmlschema-1.8.0.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 2019-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="An XML Schema validator and decoder"
79 -HOMEPAGE="https://github.com/sissaschool/xmlschema https://pypi.org/project/xmlschema/"
80 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
85 -IUSE="test"
86 -RESTRICT="!test? ( test )"
87 -
88 -RDEPEND="
89 - >=dev-python/elementpath-2.2.2[${PYTHON_USEDEP}]"
90 -BDEPEND="
91 - test? (
92 - ${RDEPEND}
93 - dev-python/jinja[${PYTHON_USEDEP}]
94 - dev-python/lxml[${PYTHON_USEDEP}]
95 - )"
96 -
97 -python_test() {
98 - "${EPYTHON}" tests/test_all.py -v ||
99 - die "Tests fail with ${EPYTHON}"
100 -}