From c8273339188289fe8571e5a8cb9e00e59a46aaaf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 2 Feb 2023 03:06:27 +0000 Subject: gentoo auto-resync : 02:02:2023 - 03:06:27 --- app-misc/check-jsonschema/Manifest | 2 +- .../check-jsonschema-0.21.0-r1.ebuild | 51 ++++++++++++++++++++++ .../check-jsonschema-0.21.0.ebuild | 50 --------------------- 3 files changed, 52 insertions(+), 51 deletions(-) create mode 100644 app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild delete mode 100644 app-misc/check-jsonschema/check-jsonschema-0.21.0.ebuild (limited to 'app-misc/check-jsonschema') diff --git a/app-misc/check-jsonschema/Manifest b/app-misc/check-jsonschema/Manifest index a9f11c5a821e..53dfd6859e34 100644 --- a/app-misc/check-jsonschema/Manifest +++ b/app-misc/check-jsonschema/Manifest @@ -1,3 +1,3 @@ DIST check-jsonschema-0.21.0.gh.tar.gz 214872 BLAKE2B 0ee013e379523e5a957e745d550c2014872eab9fc3281aad575f92abfada30b7e0853177bd06147b69a81100bf6b987b485342a087830845c32648efc1c7a9a0 SHA512 dd839a9bb104e1fc68e4a7507077dc991dfc9e840f785c4b7024f2838488eb8b8c6a8f7718f0f821981f5b6b23b1d67745948f48db55a0c589395cf43bfdd2a7 -EBUILD check-jsonschema-0.21.0.ebuild 1149 BLAKE2B f2064dfdc869471a6fdf8b946873c631b1723d2ad3b6ba1462a8d3544a02d6b5a8238757d05be2b3eecbcaa5edc98596b4642d3f5af6900fd2a442df8717f649 SHA512 34cd87e8e9534070783b9ee1f9f7349801f05e28c4ae4d68ad4920f77e8fe02abdb5fd2e4d632cabff6b4b949646c75fb39d5ad87a17a3be3ae3f94ad04d3c10 +EBUILD check-jsonschema-0.21.0-r1.ebuild 1178 BLAKE2B 00f1f0b6d66b51c242b4f2ad2e1ca0a3296dd160c9cc71146317a688f88066e7def5eb210710651af9f7cae7b760e0aba535f92a062e2999d163ccdfb85f8477 SHA512 19571da6b59151f582bd77121b4dfe77634852c3fc2f788a07e567ba83c4bf82cdfff8e26f95e309d255532959e97361b797f22262ccd946d479690e48cc57f7 MISC metadata.xml 403 BLAKE2B d0254150920ea63313734ad154391cf5d61176b56f53f26c2c8d8408ee571ce0fb4fb1383a6c63ec9f2542fdd66c35feee6b4d926f5cee3cf50253458305c346 SHA512 37cf237a2d7fdf5fe238e42a91d14d29fc01c807546a313b605cead57b50eff9a3fb2b66ed65c5aa019a727778356be659a0466cba5bc7f1b3a1bff8be8da42e diff --git a/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild new file mode 100644 index 000000000000..f7caec002ba3 --- /dev/null +++ b/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} 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" + +RDEPEND=" + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + dev-python/jsonschema[${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 +} diff --git a/app-misc/check-jsonschema/check-jsonschema-0.21.0.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.21.0.ebuild deleted file mode 100644 index 26d7ad3e1777..000000000000 --- a/app-misc/check-jsonschema/check-jsonschema-0.21.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} 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" - -RDEPEND=" - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/jsonschema[${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/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 -} -- cgit v1.2.3