From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/
Date: Thu, 18 Sep 2025 02:05:30 +0000 (UTC) [thread overview]
Message-ID: <1758161109.0b1e20452b9faa7dc81f21648b7b10c04b801ee5.chutzpah@gentoo> (raw)
commit: 0b1e20452b9faa7dc81f21648b7b10c04b801ee5
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 02:05:09 2025 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 02:05:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1e2045
app-misc/check-jsonschema: drop 0.23.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/check-jsonschema/Manifest | 1 -
.../check-jsonschema-0.23.3.ebuild | 51 ----------------------
2 files changed, 52 deletions(-)
diff --git a/app-misc/check-jsonschema/Manifest b/app-misc/check-jsonschema/Manifest
index 97380aeb40c7..f1b7b74c95aa 100644
--- a/app-misc/check-jsonschema/Manifest
+++ b/app-misc/check-jsonschema/Manifest
@@ -1,3 +1,2 @@
-DIST check-jsonschema-0.23.3.gh.tar.gz 229537 BLAKE2B a8a40ddc383f38096693a2079b73a8a8fe2ceed5d1e118e539957c205c500807518c0380aa18cae2524efdeda33987f057350ba73b7a699240706ff4e276eafc SHA512 14f9eb6b203e3aec6ca35f75304bd24fd5a09c2b89bcbbf69c22e0c0f44c587972015677498fef1a378683c77f94d9319450daccadddf5fecbe7c738dd16c726
DIST check-jsonschema-0.28.4.gh.tar.gz 270302 BLAKE2B a5355ed124d6e3bd076403448c3d7fa7c62524c6da49eb5a61d226485639812bdea28b53c570b084e976749b92c1ee586b0285111a543b1a3e8a734ea8d6cc67 SHA512 f4c693ea0951c246814775f26d5c3e5de8020484a92ae15e2a13e284ccb2c58f2bdf7dbdb66612661304f5ff9e6ba88eb3f89e7f0ad23a3f6fc8fcc61372ceea
DIST check-jsonschema-0.34.0.gh.tar.gz 369778 BLAKE2B 20fa6b378051812b205d7b424c4a797085f41db1f576f1d745a21148f8ef1648db6179586e220b3c469b0f02f6d2c45ebb6bedd71b4cf94e9fb213a3896b1f17 SHA512 535d305c9cdce7ef2fdc1465b3f7153fffd0f864b3ad9a00d47b6a1d222589ae7900e4661ac734900ecf9e163ada31a45b4913df030f894e59552714afca6d26
diff --git a/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild
deleted file mode 100644
index da0d8374f863..000000000000
--- a/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A CLI and set of pre-commit hooks for jsonschema validation"
-HOMEPAGE="
- https://pypi.org/project/check-jsonschema/
- https://github.com/python-jsonschema/check-jsonschema
-"
-SRC_URI="https://github.com/python-jsonschema/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-RDEPEND="
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-4.5.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/click[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-python/responses[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=(
- README.md
- CONTRIBUTING.md
- CHANGELOG.rst
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-issues \
- dev-python/furo
-
-python_prepare_all() {
- # relax deps in setup.cfg
- sed -r -e 's:([a-zA-Z.-]+)([<>]|==|[<>]=)+.+:\1: ; /importlib-resources/ d' -i setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2025-09-18 2:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 2:05 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-18 2:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/ Patrick McLean
2024-12-12 5:12 Sam James
2024-10-25 22:21 Sam James
2024-06-26 9:05 Sam James
2024-06-26 9:05 Sam James
2024-05-25 22:19 Yixun Lan
2024-05-25 2:03 Sam James
2024-05-24 18:26 Patrick McLean
2024-03-05 13:27 Marek Szuba
2023-08-21 13:46 Marek Szuba
2023-07-11 22:32 Patrick McLean
2023-05-11 9:17 Marek Szuba
2023-02-01 22:17 Patrick McLean
2023-02-01 18:44 Patrick McLean
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=1758161109.0b1e20452b9faa7dc81f21648b7b10c04b801ee5.chutzpah@gentoo \
--to=chutzpah@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