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/jsonschema/
Date: Sun, 27 Feb 2022 18:36:00
Message-Id: 1645986752.2effe574b828afa3679d8922dccfc89cd70253db.mgorny@gentoo
1 commit: 2effe574b828afa3679d8922dccfc89cd70253db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:32:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:32:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2effe574
7
8 dev-python/jsonschema: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jsonschema/Manifest | 1 -
13 dev-python/jsonschema/jsonschema-4.3.3.ebuild | 52 ---------------------------
14 dev-python/jsonschema/jsonschema-4.4.0.ebuild | 46 ------------------------
15 3 files changed, 99 deletions(-)
16
17 diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
18 index 922228fe4ff7..2c484f637935 100644
19 --- a/dev-python/jsonschema/Manifest
20 +++ b/dev-python/jsonschema/Manifest
21 @@ -1,2 +1 @@
22 -DIST jsonschema-4.3.3.tar.gz 311720 BLAKE2B 685e7712bdf87f0b6cfdc0ca6b094c90efd78acec72a6233661caddbba52e55ab78af83a24b14b9580a9eed6179302208b35ca836dce36459db65f0017805142 SHA512 f2a9e4d89a12d5d1c53666a9c95bc29adf2559438f0ab11f34abaf3f2525f525cd742ae54f2d3a732d98db92c4f45fc7611ffbc61f2ac1121377066a86db3bf9
23 DIST jsonschema-4.4.0.tar.gz 313519 BLAKE2B 6339c4ac9e99b55e41c133861baacb6644e04d15e915d3199955512530c946973ca6d5348746688660ea7392d53102754dba3f3380fc8aa3a4ab284a9dcde684 SHA512 8e5c138f4debf7540e2cd131f3f208d1778927ac9036f5fa67bcf5db8c62fe1bb454c7818ee61acef64e856ea4b498ef6ab08be314a3c6b1e461e0bb44db41c7
24
25 diff --git a/dev-python/jsonschema/jsonschema-4.3.3.ebuild b/dev-python/jsonschema/jsonschema-4.3.3.ebuild
26 deleted file mode 100644
27 index d4db9f120428..000000000000
28 --- a/dev-python/jsonschema/jsonschema-4.3.3.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An implementation of JSON-Schema validation for Python"
41 -HOMEPAGE="https://pypi.org/project/jsonschema/ https://github.com/Julian/jsonschema"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
47 -
48 -RDEPEND="
49 - dev-python/attrs[${PYTHON_USEDEP}]
50 - >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
51 - $(python_gen_cond_dep '
52 - >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
53 - ' pypy3 python3_8)
54 -"
55 -
56 -# formatter deps
57 -RDEPEND+="
58 - dev-python/fqdn[${PYTHON_USEDEP}]
59 - dev-python/idna[${PYTHON_USEDEP}]
60 - dev-python/isoduration[${PYTHON_USEDEP}]
61 - >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
62 - dev-python/rfc3339-validator[${PYTHON_USEDEP}]
63 - dev-python/rfc3986-validator[${PYTHON_USEDEP}]
64 - dev-python/rfc3987[${PYTHON_USEDEP}]
65 - dev-python/uritemplate[${PYTHON_USEDEP}]
66 - >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
67 -"
68 -
69 -BDEPEND="
70 - test? (
71 - dev-python/twisted[${PYTHON_USEDEP}]
72 - )
73 -"
74 -
75 -distutils_enable_tests pytest
76 -
77 -EPYTEST_DESELECT=(
78 - # requires pip, does not make much sense for the users
79 - jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
80 - # wtf?
81 - jsonschema/tests/test_deprecations.py::TestDeprecations::test_version
82 -)
83
84 diff --git a/dev-python/jsonschema/jsonschema-4.4.0.ebuild b/dev-python/jsonschema/jsonschema-4.4.0.ebuild
85 deleted file mode 100644
86 index b76cf3540c58..000000000000
87 --- a/dev-python/jsonschema/jsonschema-4.4.0.ebuild
88 +++ /dev/null
89 @@ -1,46 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
96 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="An implementation of JSON-Schema validation for Python"
100 -HOMEPAGE="https://pypi.org/project/jsonschema/ https://github.com/Julian/jsonschema"
101 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
106 -
107 -RDEPEND="
108 - dev-python/attrs[${PYTHON_USEDEP}]
109 - >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
110 - $(python_gen_cond_dep '
111 - >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
112 - ' pypy3 python3_8)
113 -"
114 -
115 -# formatter deps
116 -RDEPEND+="
117 - dev-python/fqdn[${PYTHON_USEDEP}]
118 - dev-python/idna[${PYTHON_USEDEP}]
119 - dev-python/isoduration[${PYTHON_USEDEP}]
120 - >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
121 - dev-python/rfc3339-validator[${PYTHON_USEDEP}]
122 - dev-python/rfc3986-validator[${PYTHON_USEDEP}]
123 - dev-python/rfc3987[${PYTHON_USEDEP}]
124 - dev-python/uritemplate[${PYTHON_USEDEP}]
125 - >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
126 -"
127 -
128 -distutils_enable_tests pytest
129 -
130 -EPYTEST_DESELECT=(
131 - # requires pip, does not make much sense for the users
132 - jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
133 - # wtf?
134 - jsonschema/tests/test_deprecations.py::TestDeprecations::test_version
135 -)