From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/
Date: Sat, 3 Feb 2024 09:17:34 +0000 (UTC) [thread overview]
Message-ID: <1706951374.6e8973b8cf8504f072c78e8eb58ed128b765fed8.mgorny@gentoo> (raw)
commit: 6e8973b8cf8504f072c78e8eb58ed128b765fed8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 09:09:34 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 09:09:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8973b8
dev-python/jsonschema: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonschema/Manifest | 2 -
dev-python/jsonschema/jsonschema-4.20.0.ebuild | 57 --------------------------
dev-python/jsonschema/jsonschema-4.21.0.ebuild | 57 --------------------------
3 files changed, 116 deletions(-)
diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index b6804f3a5374..bab1c177cb4b 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,4 +1,2 @@
DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e SHA512 626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
-DIST jsonschema-4.20.0.tar.gz 320243 BLAKE2B 7782665aa97d080a3ade9f0ed600d84602135ba80641c75d027f31f118432d206d5c61243e90a59aa134bce2fcf6bed6aed685bca9ad243178c78d3002d43b66 SHA512 916ce6e5a1cce19e52d34394797d59c4821a3e7abad0248d929a8d5975e8e5a2c0a270b2839d6e1800037a53d0ed8fd38ca44264a88653b5aaba1705d459cb47
-DIST jsonschema-4.21.0.tar.gz 321324 BLAKE2B 0c2bcf26fd9cb2c5ce86bb556a1312b861984373bde30e7dae42dce7711967e0e0f51b648cb2683786240c743f276ce81a4ef70fb66ab878e783602c77d903b2 SHA512 7467a1c70e587d32c2d196050b60f01a765a27ac0c97f4481c2c654381863911999e7b8f7592ec6ce24a92fb81f4de4ce5197652977a82ace5b75928a6c2334c
DIST jsonschema-4.21.1.tar.gz 321491 BLAKE2B 5c8fad04bf62af3f9204818cc5cff88dcc492b7957439be2a2fd8c0731a986c223d1612ab79d47696fa5695224fceacea35b5e699466f14393adc2cf9d89c83f SHA512 b0744a80d64572307860c9238ff5048e062b7665d9ed97dd390bae0b168ab96497f359ddc4e95f052d8b177161e5b808ee432bd9fe182c1ea39cbad417db9278
diff --git a/dev-python/jsonschema/jsonschema-4.20.0.ebuild b/dev-python/jsonschema/jsonschema-4.20.0.ebuild
deleted file mode 100644
index 3ef304302a53..000000000000
--- a/dev-python/jsonschema/jsonschema-4.20.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An implementation of JSON-Schema validation for Python"
-HOMEPAGE="
- https://pypi.org/project/jsonschema/
- https://github.com/python-jsonschema/jsonschema/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-specifications-2023.03.6[${PYTHON_USEDEP}]
- >=dev-python/referencing-0.28.4[${PYTHON_USEDEP}]
- >=dev-python/rpds-py-0.7.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
- test? (
- !!dev-python/shiboken6
- )
-"
-
-# formatter deps
-RDEPEND+="
- dev-python/fqdn[${PYTHON_USEDEP}]
- dev-python/idna[${PYTHON_USEDEP}]
- dev-python/isoduration[${PYTHON_USEDEP}]
- >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
- dev-python/rfc3339-validator[${PYTHON_USEDEP}]
- dev-python/rfc3986-validator[${PYTHON_USEDEP}]
- dev-python/rfc3987[${PYTHON_USEDEP}]
- dev-python/uri-template[${PYTHON_USEDEP}]
- >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # requires pip, does not make much sense for the users
- jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
- # fragile warning tests
- jsonschema/tests/test_deprecations.py
- # wtf?
- jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
-)
diff --git a/dev-python/jsonschema/jsonschema-4.21.0.ebuild b/dev-python/jsonschema/jsonschema-4.21.0.ebuild
deleted file mode 100644
index a7d67335f628..000000000000
--- a/dev-python/jsonschema/jsonschema-4.21.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An implementation of JSON-Schema validation for Python"
-HOMEPAGE="
- https://pypi.org/project/jsonschema/
- https://github.com/python-jsonschema/jsonschema/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-specifications-2023.03.6[${PYTHON_USEDEP}]
- >=dev-python/referencing-0.28.4[${PYTHON_USEDEP}]
- >=dev-python/rpds-py-0.7.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
- test? (
- !!dev-python/shiboken6
- )
-"
-
-# formatter deps
-RDEPEND+="
- dev-python/fqdn[${PYTHON_USEDEP}]
- dev-python/idna[${PYTHON_USEDEP}]
- dev-python/isoduration[${PYTHON_USEDEP}]
- >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
- dev-python/rfc3339-validator[${PYTHON_USEDEP}]
- dev-python/rfc3986-validator[${PYTHON_USEDEP}]
- dev-python/rfc3987[${PYTHON_USEDEP}]
- dev-python/uri-template[${PYTHON_USEDEP}]
- >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # requires pip, does not make much sense for the users
- jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
- # fragile warning tests
- jsonschema/tests/test_deprecations.py
- # wtf?
- jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
-)
next reply other threads:[~2024-02-03 9:17 UTC|newest]
Thread overview: 250+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-03 9:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-27 7:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ Michał Górny
2024-07-27 7:05 Arthur Zamarin
2024-07-09 2:10 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-12 16:30 Michał Górny
2024-05-01 4:34 Michał Górny
2024-02-03 10:41 Michał Górny
2024-02-03 8:22 Arthur Zamarin
2024-01-20 7:09 Michał Górny
2024-01-16 17:30 Michał Górny
2023-11-30 2:08 Sam James
2023-11-17 7:57 Michał Górny
2023-10-30 18:10 Michał Górny
2023-10-05 4:47 Arthur Zamarin
2023-10-04 19:50 Sam James
2023-10-04 19:50 Sam James
2023-10-04 19:40 Sam James
2023-10-03 21:44 Sam James
2023-10-03 1:59 Sam James
2023-10-03 1:51 Sam James
2023-09-30 5:34 Michał Górny
2023-09-21 5:28 Michał Górny
2023-08-08 2:25 Patrick McLean
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:35 Arthur Zamarin
2023-08-03 6:09 Michał Górny
2023-07-24 20:12 WANG Xuerui
2023-07-19 6:57 Michał Górny
2023-07-14 5:33 Michał Górny
2023-07-13 5:28 Michał Górny
2023-07-09 18:00 Arthur Zamarin
2023-07-08 10:47 Benda XU
2023-07-07 3:36 Sam James
2023-07-07 3:15 Michał Górny
2023-06-18 17:07 Michał Górny
2023-05-27 13:21 Michał Górny
2023-03-16 3:56 Michał Górny
2022-12-10 8:54 Michał Górny
2022-12-10 8:50 Arthur Zamarin
2022-12-01 7:09 Michał Górny
2022-11-23 8:41 Michał Górny
2022-11-02 7:37 Michał Górny
2022-10-22 15:58 Michał Górny
2022-10-22 15:52 Arthur Zamarin
2022-10-03 16:53 Michał Górny
2022-10-03 16:46 Arthur Zamarin
2022-10-03 8:31 Agostino Sarubbo
2022-10-03 8:30 Agostino Sarubbo
2022-10-03 8:29 Agostino Sarubbo
2022-10-03 8:28 Agostino Sarubbo
2022-10-03 8:26 Agostino Sarubbo
2022-10-03 8:24 Agostino Sarubbo
2022-10-03 0:44 Sam James
2022-09-26 4:14 Arthur Zamarin
2022-09-20 5:57 Michał Górny
2022-09-19 20:12 Arthur Zamarin
2022-09-18 6:22 Michał Górny
2022-09-16 20:32 Michał Górny
2022-09-16 18:41 Arthur Zamarin
2022-09-16 18:41 Arthur Zamarin
2022-09-16 18:41 Arthur Zamarin
2022-09-16 18:41 Arthur Zamarin
2022-09-16 18:41 Arthur Zamarin
2022-09-10 5:38 Arthur Zamarin
2022-09-06 21:52 Sam James
2022-09-06 21:37 Sam James
2022-09-06 21:15 Sam James
2022-08-31 18:25 Arthur Zamarin
2022-08-31 18:07 Arthur Zamarin
2022-08-30 17:03 Arthur Zamarin
2022-08-30 16:59 Arthur Zamarin
2022-08-28 9:48 James Le Cuirot
2022-08-27 18:04 Arthur Zamarin
2022-08-22 17:39 WANG Xuerui
2022-08-22 17:33 WANG Xuerui
2022-08-22 14:30 Jakov Smolić
2022-08-21 17:41 Arthur Zamarin
2022-08-19 14:18 Arthur Zamarin
2022-08-19 7:00 Arthur Zamarin
2022-08-19 5:54 Arthur Zamarin
2022-08-19 5:27 Arthur Zamarin
2022-08-19 5:27 Arthur Zamarin
2022-08-19 5:24 Arthur Zamarin
2022-08-19 5:24 Arthur Zamarin
2022-08-18 18:11 Arthur Zamarin
2022-08-17 18:28 Arthur Zamarin
2022-08-16 18:51 Arthur Zamarin
2022-08-13 10:57 Arthur Zamarin
2022-08-13 10:43 Arthur Zamarin
2022-08-07 4:55 WANG Xuerui
2022-08-06 8:47 James Le Cuirot
2022-08-03 17:30 Arthur Zamarin
2022-08-02 3:05 Yixun Lan
2022-08-01 19:21 Arthur Zamarin
2022-08-01 19:21 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 19:19 Arthur Zamarin
2022-08-01 18:38 Arthur Zamarin
2022-08-01 15:56 Michał Górny
2022-07-29 12:49 Michał Górny
2022-07-29 11:46 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-07-12 9:05 Michał Górny
2022-07-11 20:00 Arthur Zamarin
2022-07-07 19:11 Arthur Zamarin
2022-07-04 7:14 Michał Górny
2022-07-04 6:51 Agostino Sarubbo
2022-06-28 18:49 Arthur Zamarin
2022-06-12 14:25 Michał Górny
2022-06-12 12:46 Sam James
2022-06-02 11:54 Michał Górny
2022-06-02 6:42 Michał Górny
2022-05-11 14:32 Michał Górny
2022-05-07 9:35 Michał Górny
2022-05-07 9:27 Arthur Zamarin
2022-05-05 23:03 Patrick McLean
2022-04-26 19:17 Arthur Zamarin
2022-04-26 19:17 Arthur Zamarin
2022-04-26 19:17 Arthur Zamarin
2022-04-26 19:16 Arthur Zamarin
2022-04-26 19:14 Arthur Zamarin
2022-04-26 17:22 Arthur Zamarin
2022-04-26 17:18 Arthur Zamarin
2022-04-10 2:35 Matt Turner
2022-04-09 19:42 Arthur Zamarin
2022-04-09 19:40 Arthur Zamarin
2022-04-09 19:26 Arthur Zamarin
2022-03-27 20:20 James Le Cuirot
2022-03-26 17:07 Arthur Zamarin
2022-03-26 16:50 Arthur Zamarin
2022-03-26 16:50 Arthur Zamarin
2022-03-26 16:49 Arthur Zamarin
2022-03-26 16:43 Arthur Zamarin
2022-03-26 16:43 Arthur Zamarin
2022-03-25 19:42 Jakov Smolić
2022-03-25 14:39 Michał Górny
2022-02-27 18:35 Michał Górny
2022-01-26 21:53 Michał Górny
2022-01-26 21:53 Michał Górny
2022-01-26 21:53 Michał Górny
2022-01-20 14:20 Michał Górny
2022-01-20 8:44 Arthur Zamarin
2022-01-19 22:45 James Le Cuirot
2022-01-12 21:12 Michał Górny
2022-01-10 5:13 Joshua Kinard
2022-01-02 10:59 Michał Górny
2021-12-31 16:53 Matt Turner
2021-12-20 23:10 Michał Górny
2021-12-17 7:59 Michał Górny
2021-12-16 8:46 Michał Górny
2021-12-10 17:39 Michał Górny
2021-12-10 11:27 Arthur Zamarin
2021-11-18 5:36 Sam James
2021-11-09 14:01 Michał Górny
2021-11-08 21:04 Michał Górny
2021-11-08 19:32 Sam James
2021-11-08 19:32 Sam James
2021-11-06 19:56 Sam James
2021-11-06 10:59 Michał Górny
2021-11-06 0:48 Sam James
2021-11-05 17:33 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05 2:20 Sam James
2021-11-04 8:16 Michał Górny
2021-10-26 11:12 Michał Górny
2021-10-26 6:38 Sam James
2021-10-20 21:43 Michał Górny
2021-10-20 9:40 Michał Górny
2021-10-11 1:20 Sam James
2021-10-10 21:21 Sam James
2021-10-10 20:43 Sam James
2021-10-10 6:45 Michał Górny
2021-10-10 0:09 Sam James
2021-10-06 13:07 Yixun Lan
2021-10-05 5:00 Sam James
2021-10-04 23:10 Sam James
2021-10-04 23:09 Sam James
2021-10-04 23:09 Sam James
2021-10-04 17:44 Sam James
2021-09-30 6:26 Michał Górny
2021-06-04 15:24 Michał Górny
2021-05-24 21:58 Joshua Kinard
2020-08-01 21:00 Michał Górny
2020-07-26 3:57 Michał Górny
2020-07-11 22:28 Sam James
2020-06-09 19:46 Michał Górny
2020-06-06 19:31 Mart Raudsepp
2020-06-05 16:10 Sergei Trofimovich
2020-06-04 6:35 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-03 18:43 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 17:02 Sergei Trofimovich
2020-05-17 7:44 Michał Górny
2020-05-04 11:21 Michał Górny
2020-04-30 7:16 Sergei Trofimovich
2020-04-28 19:23 Mart Raudsepp
2020-04-28 15:41 Mikle Kolyada
2020-04-04 10:33 Sergei Trofimovich
2020-03-29 11:27 Sergei Trofimovich
2020-03-29 10:48 Sergei Trofimovich
2020-03-29 10:40 Mikle Kolyada
2020-03-29 9:40 Sergei Trofimovich
2020-03-29 9:34 Sergei Trofimovich
2020-03-28 23:40 Sergei Trofimovich
2020-03-27 20:22 Michał Górny
2020-03-27 20:22 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-12-10 19:25 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-25 8:16 Patrick McLean
2019-11-23 23:25 Patrick McLean
2019-07-18 13:35 Agostino Sarubbo
2019-07-18 13:33 Agostino Sarubbo
2019-03-13 8:35 Alexey Shvetsov
2019-03-13 8:28 Alexey Shvetsov
2019-03-09 11:17 Alexey Shvetsov
2018-06-08 11:12 Mikle Kolyada
2018-02-21 17:20 Michał Górny
2017-09-30 0:00 Matt Thode
2017-07-01 10:58 Sergei Trofimovich
2017-05-13 6:29 Markus Meier
2017-05-11 19:31 Markus Meier
2017-05-09 7:49 Tobias Klausmann
2017-05-06 11:22 Jeroen Roovers
2017-05-03 20:41 Zac Medico
2017-05-03 19:47 Zac Medico
2017-03-16 8:36 Michael Weber
2016-11-06 21:39 Matt Thode
2016-10-09 8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-06 8:35 Tobias Klausmann
2016-06-06 8:30 Tobias Klausmann
2016-02-10 0:49 Patrick McLean
2016-02-10 0:49 Patrick McLean
2016-02-05 19:45 Justin Lecher
2016-02-05 19:45 Justin Lecher
2015-10-10 8:53 Markus Meier
2015-09-29 20:59 Markus Meier
2015-09-09 1:18 Patrick McLean
2015-09-05 19:52 Patrice Clement
2015-09-02 11:05 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1706951374.6e8973b8cf8504f072c78e8eb58ed128b765fed8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox