[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2024-05-12 Thread Michał Górny
commit: bc4f0f88cf9150496098e0dd23aba624aaed073f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 15:57:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 16:30:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4f0f88

dev-python/jsonschema-specifications: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 .../jsonschema-specifications-2023.12.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
index 162b48ac20c6..50d28d04e35d 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-05-12 Thread Michał Górny
commit: 8498c271dd148745b78cf7fc5bc892a51edf487d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 15:57:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 16:30:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8498c271

dev-python/jsonschema: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/jsonschema-4.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.22.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.22.0.ebuild
index a7d67335f628..b96024016a08 100644
--- a/dev-python/jsonschema/jsonschema-4.22.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.22.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-04-30 Thread Michał Górny
commit: 9f10c9d45dc28c6a2ad5f59a8611bd06fd468cee
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  1 04:21:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  1 04:34:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f10c9d4

dev-python/jsonschema: Bump to 4.22.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.22.0.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index cbf323dbc218..f439c644e693 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-4.21.1.tar.gz 321491 BLAKE2B 
5c8fad04bf62af3f9204818cc5cff88dcc492b7957439be2a2fd8c0731a986c223d1612ab79d47696fa5695224fceacea35b5e699466f14393adc2cf9d89c83f
 SHA512 
b0744a80d64572307860c9238ff5048e062b7665d9ed97dd390bae0b168ab96497f359ddc4e95f052d8b177161e5b808ee432bd9fe182c1ea39cbad417db9278
+DIST jsonschema-4.22.0.tar.gz 325490 BLAKE2B 
aa0fcd9cb35ffe93d9e7ae940f9fbfc6e20656b09bdec91163ee7120b3495210522c2354dd3e74b33274f61bd9364b6b33f9e6482bac58b2ee0c6dd4bba3658e
 SHA512 
72c9ffd1edf8820696d831062cfae2d38729935b32d12b7fa5171fefa3d38d495b588152c07224a5c9d1f4b9f97bd9b2aa7919d3d4ecdae0ba396e60e954b1c5

diff --git a/dev-python/jsonschema/jsonschema-4.22.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.22.0.ebuild
new file mode 100644
index ..a7d67335f628
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.22.0.ebuild
@@ -0,0 +1,57 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2024-02-08 Thread Michał Górny
commit: c6bb730058bd63a19d1d38830d8c5664a8393e0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 16:08:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 16:11:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bb7300

dev-python/jsonschema-path: Add dev-python/requests dep

Signed-off-by: Michał Górny  gentoo.org>

 ...{jsonschema-path-0.3.2.ebuild => jsonschema-path-0.3.2-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
similarity index 84%
rename from dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
rename to dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
index 3cc2225e3980..e371fab4870e 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,10 +22,13 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
+# requests seem "optional" but they failed at properly making it
+# optional in poetry, sigh
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
 "
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2024-02-08 Thread Michał Górny
commit: 3ef6414d724e2576ea6fa248c34a5d68954d3890
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 16:09:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 16:11:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef6414d

dev-python/jsonschema-spec: Add dev-python/requests dep

Signed-off-by: Michał Górny  gentoo.org>

 ...{jsonschema-spec-0.2.4.ebuild => jsonschema-spec-0.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
similarity index 84%
rename from dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
rename to dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
index 81eeedc289a1..70471280c38b 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,10 +22,13 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
+# requests seem "optional" but they failed at properly making it
+# optional in poetry, sigh
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
 "
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-02-03 Thread Michał Górny
commit: 79ee7b1741581618c7ce455a53e30c854f0bf6b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 10:34:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 10:41:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ee7b17

dev-python/jsonschema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 -
 dev-python/jsonschema/jsonschema-4.17.3.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index bab1c177cb4b..cbf323dbc218 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,2 +1 @@
-DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
 DIST jsonschema-4.21.1.tar.gz 321491 BLAKE2B 
5c8fad04bf62af3f9204818cc5cff88dcc492b7957439be2a2fd8c0731a986c223d1612ab79d47696fa5695224fceacea35b5e699466f14393adc2cf9d89c83f
 SHA512 
b0744a80d64572307860c9238ff5048e062b7665d9ed97dd390bae0b168ab96497f359ddc4e95f052d8b177161e5b808ee432bd9fe182c1ea39cbad417db9278

diff --git a/dev-python/jsonschema/jsonschema-4.17.3.ebuild 
b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
deleted file mode 100644
index 792a13cb03f3..
--- a/dev-python/jsonschema/jsonschema-4.17.3.ebuild
+++ /dev/null
@@ -1,52 +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="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
-"
-
-# 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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-02-03 Thread Michał Górny
commit: 6e8973b8cf8504f072c78e8eb58ed128b765fed8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:09:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:09:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8973b8

dev-python/jsonschema: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-02-03 Thread Arthur Zamarin
commit: f1c12f7ccec5911de481e2f00725614573df8594
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 08:22:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 08:22:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c12f7c

dev-python/jsonschema: Stabilize 4.21.1 ALLARCHES, #923664

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.21.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.21.1.ebuild
index a7d67335f628..c3d90920dc23 100644
--- a/dev-python/jsonschema/jsonschema-4.21.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.21.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-01-19 Thread Michał Górny
commit: 75fa9b77b3528bd100d90644aa75558d17ade394
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 20 06:31:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 20 07:08:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fa9b77

dev-python/jsonschema: Bump to 4.21.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.21.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 4616395575d6..b6804f3a5374 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,3 +1,4 @@
 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.21.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.21.1.ebuild
new file mode 100644
index ..a7d67335f628
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.21.1.ebuild
@@ -0,0 +1,57 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2024-01-16 Thread Michał Górny
commit: c019806491d3edf27ebd65925f8702fc6cb0d1a3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 16 16:54:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 16 17:30:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0198064

dev-python/jsonschema: Bump to 4.21.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.21.0.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 7acecefd78df..4616395575d6 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/jsonschema/jsonschema-4.21.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.21.0.ebuild
new file mode 100644
index ..a7d67335f628
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.21.0.ebuild
@@ -0,0 +1,57 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2024-01-13 Thread Michał Górny
commit: 4a44563d3116a933fa7620f6f9f668f718f0e0a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 13 09:29:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 13 09:32:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a44563d

dev-python/jsonschema-specifications: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 -
 .../jsonschema-specifications-2023.11.2.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 1dba30a7cdfc..9003b4f491b0 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,2 +1 @@
-DIST jsonschema_specifications-2023.11.2.tar.gz 13033 BLAKE2B 
a9e64f1956a80f040eb300b772e10c7f75ed36502b69899bcadaef79086bc209d63b139bfe94cc3f30ee250bd50b9e0021e3c7616cecd08b322160cadba69046
 SHA512 
de990c8e6976a2a5915f9b5882f4b9da1cbe8c63a9de70aff74efeb2c659f041815186c6cb38ca9df14fefc211cae2b3c7c8af838fc4b9b853b07f7a5362f181
 DIST jsonschema_specifications-2023.12.1.tar.gz 13983 BLAKE2B 
db3cad7a900b114eff4827b6653da9e88b80cedae8f724fe030f373d98c7771f427a9960fa47cbe4d4b677805385a059aca08665271659b3e5ab43719c9d74d1
 SHA512 
7027641c65a6f7c618fd8c3b91af10bc45604966b6cf50780ca72c31f2135ec9d8b14de35049b4897586ad651b65392bb650d162f3bb546c9d250a8cd257ad30

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
deleted file mode 100644
index 1ee6a611c7f2..
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
-HOMEPAGE="
-   https://github.com/python-jsonschema/jsonschema-specifications/
-   https://pypi.org/project/jsonschema-specifications/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2024-01-13 Thread Arthur Zamarin
commit: ce5f30dbaaa74dcd1440356dedefe84780ae1df9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 13 09:13:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 13 09:13:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5f30db

dev-python/jsonschema-specifications: Stabilize 2023.12.1 ALLARCHES, #921986

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications-2023.12.1.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
index 9c3a40e4cef7..162b48ac20c6 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-12-25 Thread Michał Górny
commit: 8e232103810458479ca93ed2a7c650b791bfefa1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 26 06:33:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 26 06:43:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e232103

dev-python/jsonschema-specifications: Bump to 2023.12.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.12.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 01f35adf2973..1dba30a7cdfc 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1 +1,2 @@
 DIST jsonschema_specifications-2023.11.2.tar.gz 13033 BLAKE2B 
a9e64f1956a80f040eb300b772e10c7f75ed36502b69899bcadaef79086bc209d63b139bfe94cc3f30ee250bd50b9e0021e3c7616cecd08b322160cadba69046
 SHA512 
de990c8e6976a2a5915f9b5882f4b9da1cbe8c63a9de70aff74efeb2c659f041815186c6cb38ca9df14fefc211cae2b3c7c8af838fc4b9b853b07f7a5362f181
+DIST jsonschema_specifications-2023.12.1.tar.gz 13983 BLAKE2B 
db3cad7a900b114eff4827b6653da9e88b80cedae8f724fe030f373d98c7771f427a9960fa47cbe4d4b677805385a059aca08665271659b3e5ab43719c9d74d1
 SHA512 
7027641c65a6f7c618fd8c3b91af10bc45604966b6cf50780ca72c31f2135ec9d8b14de35049b4897586ad651b65392bb650d162f3bb546c9d250a8cd257ad30

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
new file mode 100644
index ..9c3a40e4cef7
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-12-15 Thread Michał Górny
commit: 0b5664bc7926f26981f1fa2a6797f37c2e6987f4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 10:49:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 10:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5664bc

dev-python/jsonschema-specifications: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 -
 .../jsonschema-specifications-2023.11.1.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index a50891116099..01f35adf2973 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,2 +1 @@
-DIST jsonschema_specifications-2023.11.1.tar.gz 12935 BLAKE2B 
317c6c937f0939ec59e25f2d84a6eea30ae4d8f14c4787e282dc9d6d4b74d84ab4985fde8f78f0cffa0fc61efe44493afe9d79182f4c02b0d6caff18f15dfd08
 SHA512 
a917226f5341c2a8913fa87a9640e1a5fdb34c857a8be1a0618db15cd09de0d45e82b294f759177de5fbe002f1ad9a04196c1c0976cc99ec685764b30e648b8d
 DIST jsonschema_specifications-2023.11.2.tar.gz 13033 BLAKE2B 
a9e64f1956a80f040eb300b772e10c7f75ed36502b69899bcadaef79086bc209d63b139bfe94cc3f30ee250bd50b9e0021e3c7616cecd08b322160cadba69046
 SHA512 
de990c8e6976a2a5915f9b5882f4b9da1cbe8c63a9de70aff74efeb2c659f041815186c6cb38ca9df14fefc211cae2b3c7c8af838fc4b9b853b07f7a5362f181

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
deleted file mode 100644
index 1ee6a611c7f2..
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
-HOMEPAGE="
-   https://github.com/python-jsonschema/jsonschema-specifications/
-   https://pypi.org/project/jsonschema-specifications/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-12-15 Thread Arthur Zamarin
commit: 0bf3dca8a4f75b10bb6cf36e78f054b951358606
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 10:33:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 10:33:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf3dca8

dev-python/jsonschema-specifications: Stabilize 2023.11.2 ALLARCHES, #919994

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications-2023.11.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
index 9c3a40e4cef7..1ee6a611c7f2 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-12-02 Thread Michał Górny
commit: 462c43dbf75aa44a13e471805a74b5ed030797aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 09:33:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 09:33:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462c43db

dev-python/jsonschema-path: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-path/Manifest|  1 -
 .../jsonschema-path/jsonschema-path-0.3.1.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/jsonschema-path/Manifest 
b/dev-python/jsonschema-path/Manifest
index 71c8d67f0913..37d779c809dd 100644
--- a/dev-python/jsonschema-path/Manifest
+++ b/dev-python/jsonschema-path/Manifest
@@ -1,2 +1 @@
-DIST jsonschema-path-0.3.1.gh.tar.gz 39698 BLAKE2B 
b56f3c6c591066781c01ab32674c8fdd6193352208fbe9a3b06cae6e345711532a4abfb3f4433481eeb02a4dc7e884cc280c1b6d247ee1e647d503cea434b4f6
 SHA512 
00aa61aacb92d3aa11be6b3f5f69f6cb70743559849c425549a6fcc0c8c6eeff9feaef5a07da70308cc03311ca48dda7e35d429fa2a5a1aba9099fe678594038
 DIST jsonschema-path-0.3.2.gh.tar.gz 39521 BLAKE2B 
871bb33c7839a3b9bf66e145c239cd6715cfaa2ae782f28b77de83228136af5259e1757856e47f0ac26f46572911553510a153f4f48e3b1d2a813160eb65c143
 SHA512 
e49b32c4609238d2808938976bd0022f86837e9d7d296a137d42f8e8c80d20d20fdd23a07b898063536290b36bd72df0abef64b65997a66cb3fb9c403cc275d3

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
deleted file mode 100644
index 3cc2225e3980..
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="JSONSchema Spec with object-oriented paths"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema-path/
-   https://github.com/p1c2u/jsonschema-path/
-"
-SRC_URI="
-   https://github.com/p1c2u/jsonschema-path/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/responses[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/--cov/d' pyproject.toml || die
-   # remove random pins due to caret operator
-   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-12-02 Thread Arthur Zamarin
commit: cfd432c57dae052186b5497003e242a0103368ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  2 09:31:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  2 09:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd432c5

dev-python/jsonschema-path: Stabilize 0.3.2 ALLARCHES, #919008

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
index 364da459eeca..3cc2225e3980 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-11-30 Thread Michał Górny
commit: cae63c37c5e2c1b9dc082f57cd7641d7995d5ada
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  1 05:28:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  1 05:38:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae63c37

dev-python/jsonschema-specifications: Bump to 2023.11.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.11.2.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 0b531a0b2694..a50891116099 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1 +1,2 @@
 DIST jsonschema_specifications-2023.11.1.tar.gz 12935 BLAKE2B 
317c6c937f0939ec59e25f2d84a6eea30ae4d8f14c4787e282dc9d6d4b74d84ab4985fde8f78f0cffa0fc61efe44493afe9d79182f4c02b0d6caff18f15dfd08
 SHA512 
a917226f5341c2a8913fa87a9640e1a5fdb34c857a8be1a0618db15cd09de0d45e82b294f759177de5fbe002f1ad9a04196c1c0976cc99ec685764b30e648b8d
+DIST jsonschema_specifications-2023.11.2.tar.gz 13033 BLAKE2B 
a9e64f1956a80f040eb300b772e10c7f75ed36502b69899bcadaef79086bc209d63b139bfe94cc3f30ee250bd50b9e0021e3c7616cecd08b322160cadba69046
 SHA512 
de990c8e6976a2a5915f9b5882f4b9da1cbe8c63a9de70aff74efeb2c659f041815186c6cb38ca9df14fefc211cae2b3c7c8af838fc4b9b853b07f7a5362f181

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
new file mode 100644
index ..9c3a40e4cef7
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-11-29 Thread Michał Górny
commit: 600cf323a38737c43446ffb11d7ae6953045ed67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 12:08:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 12:45:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600cf323

dev-python/jsonschema-specifications: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 -
 .../jsonschema-specifications-2023.7.1.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 485ce148967c..0b531a0b2694 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,2 +1 @@
 DIST jsonschema_specifications-2023.11.1.tar.gz 12935 BLAKE2B 
317c6c937f0939ec59e25f2d84a6eea30ae4d8f14c4787e282dc9d6d4b74d84ab4985fde8f78f0cffa0fc61efe44493afe9d79182f4c02b0d6caff18f15dfd08
 SHA512 
a917226f5341c2a8913fa87a9640e1a5fdb34c857a8be1a0618db15cd09de0d45e82b294f759177de5fbe002f1ad9a04196c1c0976cc99ec685764b30e648b8d
-DIST jsonschema_specifications-2023.7.1.tar.gz 12689 BLAKE2B 
421b0e94161c84c658a9af1ddef74fb98ca18332a2977e1ca983b04995bc0a65b3399edd4a2a52c741a4ffdbeeb4a0796371448f283ba328c72c1899f3f0b55a
 SHA512 
78275fe6595151c611baeeebc17f08287f50a3636c3de515abfe8dc45075136874740dfa169aa3ebda004b5ead66ba93bc22b963ded14e4aa906e4b454356f7c

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
deleted file mode 100644
index e3e30ff4617b..
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
-HOMEPAGE="
-   https://github.com/python-jsonschema/jsonschema-specifications/
-   https://pypi.org/project/jsonschema-specifications/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-11-29 Thread Michał Górny
commit: 140b069ac5428861394657f168ab7ab532d04e6e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 12:07:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 12:07:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140b069a

dev-python/jsonschema-specifications: Stabilize 2023.11.1 ALLARCHES, #918762

Signed-off-by: Michał Górny  gentoo.org>

 .../jsonschema-specifications-2023.11.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
index e6366d1acc50..9e3ccfbdec8c 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-25 Thread Arthur Zamarin
commit: 76cfd723df478a6289f166ba732a8ac39b66f4b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 25 12:38:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 25 12:38:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cfd723

dev-python/jsonschema-path: Stabilize 0.3.1 arm64, #917379

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
index 5dcfe61deeca..3cc2225e3980 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-11-16 Thread Michał Górny
commit: 87e7f698cc3d8c5e710a2dba8a1c0ec3312a4a74
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 17 07:34:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 17 07:57:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e7f698

dev-python/jsonschema: Bump to 4.20.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.20.0.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 2d779d1f6d60..3a8a1ad440c8 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,3 +1,4 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
 DIST jsonschema-4.19.1.tar.gz 318089 BLAKE2B 
63ddd573ec47bc1c58c2b1bc4a20dd833c4c041de69b8c2e3cfa24c3494d3879fb09914491758ef38e8ae775b347f68d1d9c2e4d3cfc087dbd8c55d381cccd66
 SHA512 
60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d
 DIST jsonschema-4.19.2.tar.gz 318786 BLAKE2B 
2906344281ffa50ac1256c37025aa74ac8267af25187d3e13e6f1be219027e16a8fb4a6cdf778e6d0be4adf727d4393281fd8e5ffceef608fb40cb322361e20c
 SHA512 
0820f0e6417cceb1017efe9b8fed6e386acbb194e786c97c89a94f173c22a8dfa8144f19ae46cbf44cb3d2b78b27d4631344e13e964d82d9810a513d328a95a0
+DIST jsonschema-4.20.0.tar.gz 320243 BLAKE2B 
7782665aa97d080a3ade9f0ed600d84602135ba80641c75d027f31f118432d206d5c61243e90a59aa134bce2fcf6bed6aed685bca9ad243178c78d3002d43b66
 SHA512 
916ce6e5a1cce19e52d34394797d59c4821a3e7abad0248d929a8d5975e8e5a2c0a270b2839d6e1800037a53d0ed8fd38ca44264a88653b5aaba1705d459cb47

diff --git a/dev-python/jsonschema/jsonschema-4.20.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.20.0.ebuild
new file mode 100644
index ..b12e660f41a2
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.20.0.ebuild
@@ -0,0 +1,57 @@
+# 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 ~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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-15 Thread Sam James
commit: 25e7eed6cae492ff41b2badbb6813b8a4262794f
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 15 17:40:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 15 17:40:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e7eed6

dev-python/jsonschema-path: Stabilize 0.3.1 ppc64, #917379

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
index 7592bf62d2e4..5dcfe61deeca 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-15 Thread Arthur Zamarin
commit: 1f06d96f12b17071f769b038c614e7145e6498cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:45:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:45:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f06d96f

dev-python/jsonschema-path: Stabilize 0.3.1 arm, #917379

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
index 904f250c1f59..7592bf62d2e4 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-15 Thread Arthur Zamarin
commit: 1d36a57f25ecbfea4b788c8a9f34dd8c32028aac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:37:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:37:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d36a57f

dev-python/jsonschema-path: Stabilize 0.3.1 amd64, #917379

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
index 322d6810cf1f..904f250c1f59 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-15 Thread Arthur Zamarin
commit: cdee2a2a97177118fa1a05425f832bc2476fc444
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:33:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:33:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdee2a2a

dev-python/jsonschema-path: Stabilize 0.3.1 x86, #917379

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
index 364da459eeca..322d6810cf1f 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/

2023-11-15 Thread Michał Górny
commit: a43791bd5239745da17b3dde9922c7add8c175df
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 15 14:47:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 15 14:47:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43791bd

dev-python/jsonschema-path: Bump to 0.3.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-path/Manifest|  1 +
 .../jsonschema-path/jsonschema-path-0.3.2.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jsonschema-path/Manifest 
b/dev-python/jsonschema-path/Manifest
index 025b4393a848..71c8d67f0913 100644
--- a/dev-python/jsonschema-path/Manifest
+++ b/dev-python/jsonschema-path/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-path-0.3.1.gh.tar.gz 39698 BLAKE2B 
b56f3c6c591066781c01ab32674c8fdd6193352208fbe9a3b06cae6e345711532a4abfb3f4433481eeb02a4dc7e884cc280c1b6d247ee1e647d503cea434b4f6
 SHA512 
00aa61aacb92d3aa11be6b3f5f69f6cb70743559849c425549a6fcc0c8c6eeff9feaef5a07da70308cc03311ca48dda7e35d429fa2a5a1aba9099fe678594038
+DIST jsonschema-path-0.3.2.gh.tar.gz 39521 BLAKE2B 
871bb33c7839a3b9bf66e145c239cd6715cfaa2ae782f28b77de83228136af5259e1757856e47f0ac26f46572911553510a153f4f48e3b1d2a813160eb65c143
 SHA512 
e49b32c4609238d2808938976bd0022f86837e9d7d296a137d42f8e8c80d20d20fdd23a07b898063536290b36bd72df0abef64b65997a66cb3fb9c403cc275d3

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
new file mode 100644
index ..364da459eeca
--- /dev/null
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-path/
+   https://github.com/p1c2u/jsonschema-path/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-path/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-11-14 Thread Michał Górny
commit: e599dceb43ddaca0c263255663495b9366f7518f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 15 05:40:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 15 05:55:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e599dceb

dev-python/jsonschema-specifications: Bump to 2023.11.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.11.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index f7a48d46446d..485ce148967c 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1 +1,2 @@
+DIST jsonschema_specifications-2023.11.1.tar.gz 12935 BLAKE2B 
317c6c937f0939ec59e25f2d84a6eea30ae4d8f14c4787e282dc9d6d4b74d84ab4985fde8f78f0cffa0fc61efe44493afe9d79182f4c02b0d6caff18f15dfd08
 SHA512 
a917226f5341c2a8913fa87a9640e1a5fdb34c857a8be1a0618db15cd09de0d45e82b294f759177de5fbe002f1ad9a04196c1c0976cc99ec685764b30e648b8d
 DIST jsonschema_specifications-2023.7.1.tar.gz 12689 BLAKE2B 
421b0e94161c84c658a9af1ddef74fb98ca18332a2977e1ca983b04995bc0a65b3399edd4a2a52c741a4ffdbeeb4a0796371448f283ba328c72c1899f3f0b55a
 SHA512 
78275fe6595151c611baeeebc17f08287f50a3636c3de515abfe8dc45075136874740dfa169aa3ebda004b5ead66ba93bc22b963ded14e4aa906e4b454356f7c

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
new file mode 100644
index ..e6366d1acc50
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-11-09 Thread Arthur Zamarin
commit: 19aa454a70b1b64a4875c2c6bafefd4904977f92
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  9 20:56:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  9 20:56:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aa454a

dev-python/jsonschema-spec: drop 0.1.6

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 -
 .../jsonschema-spec/jsonschema-spec-0.1.6.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 1ffce83729c1..50476ced8758 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,2 +1 @@
-DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
 DIST jsonschema-spec-0.2.4.gh.tar.gz 38882 BLAKE2B 
0c7d1179003ef5cd8eb0a164e9e13473df233fc72dbe3d8f75e967bb238de7267a0ef154ac3a40d8ef1ee3bd34568bfd16baae33b6ecc88077fabf0bdf22c299
 SHA512 
87f0a227e5d12badaab30a6b512f735db968ecd25856d9005e7c7f265187a3092e12ee9c900b035c5f927f250cc9743547dab1bba5195dc7534cab256b1800c2

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
deleted file mode 100644
index 41c8d5cff991..
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="JSONSchema Spec with object-oriented paths"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema-spec/
-   https://github.com/p1c2u/jsonschema-spec/
-"
-SRC_URI="
-   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-   =dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/--cov/d' -i pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-30 Thread Michał Górny
commit: 075fd950c379c24313666a73e26c818810f306e4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:59:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 30 18:04:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075fd950

dev-python/jsonschema: Bump to 4.19.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.19.2.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index b07eac69894b..2d779d1f6d60 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
 DIST jsonschema-4.19.1.tar.gz 318089 BLAKE2B 
63ddd573ec47bc1c58c2b1bc4a20dd833c4c041de69b8c2e3cfa24c3494d3879fb09914491758ef38e8ae775b347f68d1d9c2e4d3cfc087dbd8c55d381cccd66
 SHA512 
60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d
+DIST jsonschema-4.19.2.tar.gz 318786 BLAKE2B 
2906344281ffa50ac1256c37025aa74ac8267af25187d3e13e6f1be219027e16a8fb4a6cdf778e6d0be4adf727d4393281fd8e5ffceef608fb40cb322361e20c
 SHA512 
0820f0e6417cceb1017efe9b8fed6e386acbb194e786c97c89a94f173c22a8dfa8144f19ae46cbf44cb3d2b78b27d4631344e13e964d82d9810a513d328a95a0

diff --git a/dev-python/jsonschema/jsonschema-4.19.2.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.2.ebuild
new file mode 100644
index ..b12e660f41a2
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.19.2.ebuild
@@ -0,0 +1,57 @@
+# 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 ~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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-10-24 Thread Michał Górny
commit: f807fa240acc61a0bb3369ae4ce655496547dc9f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 17:13:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 17:51:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f807fa24

dev-python/jsonschema-spec: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index 95eb5470a564..81eeedc289a1 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/, profiles/features/wd40/

2023-10-13 Thread Michał Górny
commit: 5a217f4c14ed4c09bf72e68fe0fb09e6be820e7f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 15:42:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 15:49:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a217f4c

dev-python/jsonschema-path: New package, v0.3.1

This is a API-breaking rename of dev-python/jsonschema-spec, sigh.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-path/Manifest|  1 +
 .../jsonschema-path/jsonschema-path-0.3.1.ebuild   | 44 ++
 dev-python/jsonschema-path/metadata.xml| 13 +++
 profiles/features/wd40/package.mask|  1 +
 4 files changed, 59 insertions(+)

diff --git a/dev-python/jsonschema-path/Manifest 
b/dev-python/jsonschema-path/Manifest
new file mode 100644
index ..025b4393a848
--- /dev/null
+++ b/dev-python/jsonschema-path/Manifest
@@ -0,0 +1 @@
+DIST jsonschema-path-0.3.1.gh.tar.gz 39698 BLAKE2B 
b56f3c6c591066781c01ab32674c8fdd6193352208fbe9a3b06cae6e345711532a4abfb3f4433481eeb02a4dc7e884cc280c1b6d247ee1e647d503cea434b4f6
 SHA512 
00aa61aacb92d3aa11be6b3f5f69f6cb70743559849c425549a6fcc0c8c6eeff9feaef5a07da70308cc03311ca48dda7e35d429fa2a5a1aba9099fe678594038

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
new file mode 100644
index ..364da459eeca
--- /dev/null
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-path/
+   https://github.com/p1c2u/jsonschema-path/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-path/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/jsonschema-path/metadata.xml 
b/dev-python/jsonschema-path/metadata.xml
new file mode 100644
index ..ab4cdeab8d51
--- /dev/null
+++ b/dev-python/jsonschema-path/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   jsonschema-path
+   p1c2u/jsonschema-path
+   
+

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 1c0a9d95a178..380f8480fdd8 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -28,6 +28,7 @@ dev-python/inflect
 dev-python/jaraco-itertools
 dev-python/josepy
 >=dev-python/jsonschema-4.18.0
+dev-python/jsonschema-path
 dev-python/jsonschema-spec
 dev-python/jsonschema-specifications
 >=dev-python/jupyter-events-0.7.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-04 Thread Arthur Zamarin
commit: 834ec85b9d8cc04a780b52dccff0c20715d3073a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct  5 04:46:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct  5 04:46:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ec85b

dev-python/jsonschema: Stabilize 4.19.1 ppc, #912611

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index 05832d393303..2435b2bb8412 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-04 Thread Arthur Zamarin
commit: 1939cf3a19a694fac559bb746470d5c1bd29e25c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct  5 04:46:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct  5 04:46:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1939cf3a

dev-python/jsonschema-specifications: Stabilize 2023.7.1 ppc, #912107

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 2db90382a337..e3e30ff4617b 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-04 Thread Sam James
commit: 97e4f3ff50f96bc4b9ec9082de84cdb16478f15d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:50:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:50:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e4f3ff

dev-python/jsonschema: Stabilize 4.19.1 x86, #912611

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index 5f1744177453..0887437ed98e 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-04 Thread Sam James
commit: 02bc26f70e41b954c10e3081ef43e30273b88e4b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:50:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:50:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bc26f7

dev-python/jsonschema: Stabilize 4.19.1 ppc64, #912611

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index 0887437ed98e..05832d393303 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-04 Thread Sam James
commit: 485f54b023ce62177b3526255eefc4e0d8f91284
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:40:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:40:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485f54b0

dev-python/jsonschema: Stabilize 4.19.1 arm, #912611

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index fb2ca7767160..5f1744177453 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-04 Thread Sam James
commit: 5c5b575ab17289e8eda2e05bfa4f6452815b807a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:40:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:40:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5b575a

dev-python/jsonschema-specifications: Stabilize 2023.7.1 arm, #912107

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index f42838cfd27f..f1562dd07f7e 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-04 Thread Sam James
commit: 1d736a88c9e8c5e47c980d67bd5b8faddb9acf61
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:40:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:40:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d736a88

dev-python/jsonschema-specifications: Stabilize 2023.7.1 ppc64, #912107

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 7f44fb880b68..2db90382a337 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-04 Thread Sam James
commit: 7489725aa350dfec5d1c9bdbdae07a3ec872e57a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  4 19:40:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  4 19:40:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7489725a

dev-python/jsonschema-specifications: Stabilize 2023.7.1 x86, #912107

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index f1562dd07f7e..7f44fb880b68 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-03 Thread Sam James
commit: 6d6fa38ecb9a8023874713357c4ce8e6a5980740
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 21:43:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 21:43:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6fa38e

dev-python/jsonschema-specifications: Stabilize 2023.7.1 sparc, #912107

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index ed8c96a38a10..f42838cfd27f 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-03 Thread Sam James
commit: 80ea79cf392582ed21a611c093e6755fc3336e36
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 21:43:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 21:43:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ea79cf

dev-python/jsonschema: Stabilize 4.19.1 sparc, #912108

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index 3147f39377bd..fb2ca7767160 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-02 Thread Sam James
commit: f0f464d4de0ce6fd327523b658eff4b3b6121e6e
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:58:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:58:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f464d4

dev-python/jsonschema-specifications: Stabilize 2023.7.1 amd64, #912611

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 290fe47d9838..ed8c96a38a10 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-02 Thread Sam James
commit: 472c9205ab0bfc41643a6acb6aab894c889cd962
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:58:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:58:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472c9205

dev-python/jsonschema: Stabilize 4.19.1 amd64, #912108

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index a32628c16256..3147f39377bd 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-10-02 Thread Sam James
commit: c0eb6b48e31c17108a7081ef7fa723ea858a4783
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:49:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:49:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eb6b48

dev-python/jsonschema-specifications: Stabilize 2023.7.1 arm64, #912611

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 66f1028806af..290fe47d9838 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-10-02 Thread Sam James
commit: 6949d58eae92b2155251c1bbe732eb3b4a332357
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:49:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:49:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6949d58e

dev-python/jsonschema: Stabilize 4.19.1 arm64, #912108

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
index b12e660f41a2..a32628c16256 100644
--- a/dev-python/jsonschema/jsonschema-4.19.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-09-29 Thread Michał Górny
commit: eb12d7d2de3f6e8899068438e748581c7f698cf5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 05:17:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 05:34:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb12d7d2

dev-python/jsonschema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  6 ---
 dev-python/jsonschema/jsonschema-4.18.0.ebuild | 54 --
 dev-python/jsonschema/jsonschema-4.18.2.ebuild | 54 --
 dev-python/jsonschema/jsonschema-4.18.3.ebuild | 54 --
 dev-python/jsonschema/jsonschema-4.18.4.ebuild | 54 --
 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 54 --
 dev-python/jsonschema/jsonschema-4.19.0.ebuild | 54 --
 7 files changed, 330 deletions(-)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index c37fb059a403..b07eac69894b 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,8 +1,2 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
-DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e270ea48c81d2ab6ab37503b007bf2d7a3419c9d435e919fea7c6f6d4b3d1c84a5fd4f196237507c9803473a879f4d
 SHA512 
83eee5a752f14475b32405a916790f033eaeb4cc4b69625abb4915972e5832878a0aa2c51c5c782169bfef5537f3072bd41682e2752380435f7de1162e66f4c1
-DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c294030e181aa6f06d523d70b24060618f9cf7cfaf6d3c6ef4fc93950dd42b628f62a488c3636cbe636e463b8a31b661a3a
 SHA512 
38e2fb03836b8021c5f3a4db4e8d98922d565ae8bb2843cbb9b93b8be26f003b356c635d6b00d9881fcd438ed5a5304536fcad4acbc69d1de51c838cc3cd217a
-DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc34f6e91391f3b4d2c1895e38c6dc8b4c554e37acab23da743c29fe6fefe28243aa6e32da7322a4e2ed1b1f490fad6
 SHA512 
ae8c18a102b778fe99030082ec0343af0d1c5bead923c431d3242687bf8406bff0d1c7ee6c8dfce56b41bddbfdd47af67129d229903bde051920c900229a4c58
-DIST jsonschema-4.18.4.tar.gz 315212 BLAKE2B 
f931a5469653cb9ecba50b8e79ddf70b1f2b730db6bce3a91a374ae177dfb812f4492fd53a16f2a563787682c2c34618cac16adbc891d59089eb03fcdb8a46a4
 SHA512 
b7c3805460d5d49c48039f50e616ee35204cb3222384cd1f57029a04fd19c4dcab5a700770ad36c3616cce85cce902abddf4361f7a7fa044318255967ecbfcf5
-DIST jsonschema-4.18.6.tar.gz 316619 BLAKE2B 
1036a340b5605107855565ce68403acbfee85f736c8ded4debfa3bd680014f69308f86ee1514907dc67683658cf23d298cf506cf23ec19d5a4eb2816c034a050
 SHA512 
92a3b6b06c94426d7851547c4ea6d3c6e4eb12fb45b58030f10cc5772d1ec2ca332d443e82bd7f448e83fabaebbe0be7e3c0266569bcd815d1e36970f6966fe9
-DIST jsonschema-4.19.0.tar.gz 317546 BLAKE2B 
a554e5c26fe13c09f6e050c193c6608e9286660e75d555dad574b16b32a24667b5450d452079b714dace657f2aade7621c0c79b4585c4a8ac659f9242ed528f0
 SHA512 
95cc156fe0505da469600cdbaaf921853a983d45f6b8570e5bbffe9ee41abbf5757b2ccddde443b0d833a3ebdcbff321bda54b136b47d7650d3a40f6402338fb
 DIST jsonschema-4.19.1.tar.gz 318089 BLAKE2B 
63ddd573ec47bc1c58c2b1bc4a20dd833c4c041de69b8c2e3cfa24c3494d3879fb09914491758ef38e8ae775b347f68d1d9c2e4d3cfc087dbd8c55d381cccd66
 SHA512 
60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d

diff --git a/dev-python/jsonschema/jsonschema-4.18.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
deleted file mode 100644
index ce0e2d41a238..
--- a/dev-python/jsonschema/jsonschema-4.18.0.ebuild
+++ /dev/null
@@ -1,54 +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 ~riscv ~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}]
-"
-
-# 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}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-09-20 Thread Michał Górny
commit: dfb265c5306a6663242492f43a3383317143762f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 04:39:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb265c5

dev-python/jsonschema: Bump to 4.19.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.19.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 7ff5a3e01a0e..c37fb059a403 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -5,3 +5,4 @@ DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc
 DIST jsonschema-4.18.4.tar.gz 315212 BLAKE2B 
f931a5469653cb9ecba50b8e79ddf70b1f2b730db6bce3a91a374ae177dfb812f4492fd53a16f2a563787682c2c34618cac16adbc891d59089eb03fcdb8a46a4
 SHA512 
b7c3805460d5d49c48039f50e616ee35204cb3222384cd1f57029a04fd19c4dcab5a700770ad36c3616cce85cce902abddf4361f7a7fa044318255967ecbfcf5
 DIST jsonschema-4.18.6.tar.gz 316619 BLAKE2B 
1036a340b5605107855565ce68403acbfee85f736c8ded4debfa3bd680014f69308f86ee1514907dc67683658cf23d298cf506cf23ec19d5a4eb2816c034a050
 SHA512 
92a3b6b06c94426d7851547c4ea6d3c6e4eb12fb45b58030f10cc5772d1ec2ca332d443e82bd7f448e83fabaebbe0be7e3c0266569bcd815d1e36970f6966fe9
 DIST jsonschema-4.19.0.tar.gz 317546 BLAKE2B 
a554e5c26fe13c09f6e050c193c6608e9286660e75d555dad574b16b32a24667b5450d452079b714dace657f2aade7621c0c79b4585c4a8ac659f9242ed528f0
 SHA512 
95cc156fe0505da469600cdbaaf921853a983d45f6b8570e5bbffe9ee41abbf5757b2ccddde443b0d833a3ebdcbff321bda54b136b47d7650d3a40f6402338fb
+DIST jsonschema-4.19.1.tar.gz 318089 BLAKE2B 
63ddd573ec47bc1c58c2b1bc4a20dd833c4c041de69b8c2e3cfa24c3494d3879fb09914491758ef38e8ae775b347f68d1d9c2e4d3cfc087dbd8c55d381cccd66
 SHA512 
60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d

diff --git a/dev-python/jsonschema/jsonschema-4.19.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
new file mode 100644
index ..b12e660f41a2
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.19.1.ebuild
@@ -0,0 +1,57 @@
+# 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 ~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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-17 Thread Michał Górny
commit: f6200b635e8cf3ac6535a153f040658a252a624b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 17 11:29:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 17 11:29:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6200b63

dev-python/jsonschema-spec: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 -
 .../jsonschema-spec/jsonschema-spec-0.2.3.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 2766980438f4..1ffce83729c1 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,3 +1,2 @@
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
-DIST jsonschema-spec-0.2.3.gh.tar.gz 37245 BLAKE2B 
e487b9e22d502dc1dbfa2957a28b8ea39b5809f7dcfc4d7f787d46727025528bf946d0576e0a1c530c56d8f80d09401c7bd565dee5af74838db5df0da3f9de11
 SHA512 
6de68cfa9aeda77cb68ad0d15cb87dd6298bf178424ea40e3009d78a9a5a5ee66443560a0d99521d02e2fbfcecbd081b24d1dd7dee216eaea1fffbd8f7a71e8a
 DIST jsonschema-spec-0.2.4.gh.tar.gz 38882 BLAKE2B 
0c7d1179003ef5cd8eb0a164e9e13473df233fc72dbe3d8f75e967bb238de7267a0ef154ac3a40d8ef1ee3bd34568bfd16baae33b6ecc88077fabf0bdf22c299
 SHA512 
87f0a227e5d12badaab30a6b512f735db968ecd25856d9005e7c7f265187a3092e12ee9c900b035c5f927f250cc9743547dab1bba5195dc7534cab256b1800c2

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
deleted file mode 100644
index 66351663eea9..
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="JSONSchema Spec with object-oriented paths"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema-spec/
-   https://github.com/p1c2u/jsonschema-spec/
-"
-SRC_URI="
-   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/responses[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/--cov/d' pyproject.toml || die
-   # remove random pins due to caret operator
-   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-16 Thread Arthur Zamarin
commit: 33b4ced4b5080351979019031b5fa7deef889088
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:15:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:15:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b4ced4

dev-python/jsonschema-spec: Stabilize 0.2.4 x86, #914320

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index 665aa40c398a..95eb5470a564 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-16 Thread Arthur Zamarin
commit: 89a4211da994a84c80065d933f3089a2d41a210c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a4211d

dev-python/jsonschema-spec: Stabilize 0.2.4 arm64, #914320

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index 7bc2783f8fef..6afeb90cb142 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-16 Thread Arthur Zamarin
commit: ce6e49ba20d11091ee4bb2099531a1469fab64b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6e49ba

dev-python/jsonschema-spec: Stabilize 0.2.4 amd64, #914320

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index 6afeb90cb142..665aa40c398a 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-16 Thread Arthur Zamarin
commit: 915ef312bdbe19ceb54e5db60488c0313abb30a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915ef312

dev-python/jsonschema-spec: Stabilize 0.2.4 arm, #914320

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index a980d8a7e3f6..7bc2783f8fef 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-16 Thread Sam James
commit: d4b19ebc8d8a9378e23e6da0b6f105585427e9c0
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 16 22:58:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 16 22:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b19ebc

dev-python/jsonschema-spec: Stabilize 0.2.4 ppc64, #914320

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index f0e9ec7c673b..a980d8a7e3f6 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-13 Thread WANG Xuerui
commit: 46dac34c3c8da9e403cdb066a90021b95ec385a3
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Sep 14 05:23:40 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Sep 14 05:23:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46dac34c

dev-python/jsonschema-spec: keyword 0.2.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
index 66351663eea9..f0e9ec7c673b 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-09-09 Thread WANG Xuerui
commit: 9e826d84de560498f3abd7ca5f0ec8cb892abc3f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Sep 10 05:23:13 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Sep 10 05:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e826d84

dev-python/jsonschema-spec: keyword 0.1.6 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
index 7233516c8772..41c8d5cff991 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-08-17 Thread Michał Górny
commit: 19d55036fbda40523a23d4001e7702aedf1ad32b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 07:53:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 08:36:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d55036

dev-python/jsonschema-spec: Bump to 0.2.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.2.4.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index ab6e522adeda..2766980438f4 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
 DIST jsonschema-spec-0.2.3.gh.tar.gz 37245 BLAKE2B 
e487b9e22d502dc1dbfa2957a28b8ea39b5809f7dcfc4d7f787d46727025528bf946d0576e0a1c530c56d8f80d09401c7bd565dee5af74838db5df0da3f9de11
 SHA512 
6de68cfa9aeda77cb68ad0d15cb87dd6298bf178424ea40e3009d78a9a5a5ee66443560a0d99521d02e2fbfcecbd081b24d1dd7dee216eaea1fffbd8f7a71e8a
+DIST jsonschema-spec-0.2.4.gh.tar.gz 38882 BLAKE2B 
0c7d1179003ef5cd8eb0a164e9e13473df233fc72dbe3d8f75e967bb238de7267a0ef154ac3a40d8ef1ee3bd34568bfd16baae33b6ecc88077fabf0bdf22c299
 SHA512 
87f0a227e5d12badaab30a6b512f735db968ecd25856d9005e7c7f265187a3092e12ee9c900b035c5f927f250cc9743547dab1bba5195dc7534cab256b1800c2

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
new file mode 100644
index ..66351663eea9
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-08-13 Thread Arthur Zamarin
commit: 1dbd2051f4da857a21b5ba1d1d39bc239b62791a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:09:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:09:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbd2051

dev-python/jsonschema-spec: Keyword 0.2.3 ppc64, #910584

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
index 68b5de776901..66351663eea9 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-08-13 Thread Arthur Zamarin
commit: 7ac2e98ee91ba3e2b1a9f231cf8c61f5c2e19965
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 16:07:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 16:07:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac2e98e

dev-python/jsonschema-spec: Keyword 0.2.3 arm64, #910584

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
index be8b0cff74e5..68b5de776901 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-08-13 Thread Joonas Niilola
commit: 7fe6715c95b361d1dd8198d5dbb33c9bdb3b5b02
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 13 06:36:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 13 06:37:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe6715c

dev-python/jsonschema-spec: Keyword 0.2.3 x86, #910584

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
index 0c82e0a19efb..85bc111cd5f0 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-07 Thread Patrick McLean
commit: e1968c1960f2e990be87840b3b53cbd52c18ee82
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug  8 02:25:19 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug  8 02:25:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1968c19

dev-python/jsonschema: add 4.19.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.19.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 0bd51a9f4994..7ff5a3e01a0e 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -4,3 +4,4 @@ DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c29403
 DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc34f6e91391f3b4d2c1895e38c6dc8b4c554e37acab23da743c29fe6fefe28243aa6e32da7322a4e2ed1b1f490fad6
 SHA512 
ae8c18a102b778fe99030082ec0343af0d1c5bead923c431d3242687bf8406bff0d1c7ee6c8dfce56b41bddbfdd47af67129d229903bde051920c900229a4c58
 DIST jsonschema-4.18.4.tar.gz 315212 BLAKE2B 
f931a5469653cb9ecba50b8e79ddf70b1f2b730db6bce3a91a374ae177dfb812f4492fd53a16f2a563787682c2c34618cac16adbc891d59089eb03fcdb8a46a4
 SHA512 
b7c3805460d5d49c48039f50e616ee35204cb3222384cd1f57029a04fd19c4dcab5a700770ad36c3616cce85cce902abddf4361f7a7fa044318255967ecbfcf5
 DIST jsonschema-4.18.6.tar.gz 316619 BLAKE2B 
1036a340b5605107855565ce68403acbfee85f736c8ded4debfa3bd680014f69308f86ee1514907dc67683658cf23d298cf506cf23ec19d5a4eb2816c034a050
 SHA512 
92a3b6b06c94426d7851547c4ea6d3c6e4eb12fb45b58030f10cc5772d1ec2ca332d443e82bd7f448e83fabaebbe0be7e3c0266569bcd815d1e36970f6966fe9
+DIST jsonschema-4.19.0.tar.gz 317546 BLAKE2B 
a554e5c26fe13c09f6e050c193c6608e9286660e75d555dad574b16b32a24667b5450d452079b714dace657f2aade7621c0c79b4585c4a8ac659f9242ed528f0
 SHA512 
95cc156fe0505da469600cdbaaf921853a983d45f6b8570e5bbffe9ee41abbf5757b2ccddde443b0d833a3ebdcbff321bda54b136b47d7650d3a40f6402338fb

diff --git a/dev-python/jsonschema/jsonschema-4.19.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.19.0.ebuild
new file mode 100644
index ..7902dd518a93
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.19.0.ebuild
@@ -0,0 +1,54 @@
+# 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 ~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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-05 Thread Arthur Zamarin
commit: 8956f563dd852cf6172f7b73b855ca4d8c8f28fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:36:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:36:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8956f563

dev-python/jsonschema: Keyword 4.18.6 ppc64, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.6.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
index c626281d676f..e784ffd9efaa 100644
--- a/dev-python/jsonschema/jsonschema-4.18.6.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-08-05 Thread Arthur Zamarin
commit: 9be5ce5e11c219692730a2dea7e8b897f1a9acb1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:37:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be5ce5e

dev-python/jsonschema-specifications: Keyword 2023.7.1 sparc, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index b3b4303c2e03..66f1028806af 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-05 Thread Arthur Zamarin
commit: 06ef96e288e2f6ccca6b528214572b062bb6faef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:37:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ef96e2

dev-python/jsonschema: Keyword 4.18.6 sparc, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.6.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
index e784ffd9efaa..7902dd518a93 100644
--- a/dev-python/jsonschema/jsonschema-4.18.6.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-08-05 Thread Arthur Zamarin
commit: ab89236a38dc002b194e8326252f52254cc41d8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:37:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:37:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab89236a

dev-python/jsonschema-specifications: Keyword 2023.7.1 ppc64, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 5639c7b562ff..b3b4303c2e03 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-05 Thread Arthur Zamarin
commit: 1f2d1bd179ffa3f05b2b9a27a20321bed425f402
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:36:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:36:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2d1bd1

dev-python/jsonschema: Keyword 4.18.6 ppc, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.6.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
index c43424b3f3c6..c626281d676f 100644
--- a/dev-python/jsonschema/jsonschema-4.18.6.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-08-05 Thread Arthur Zamarin
commit: c4862e960c937f5e21384f820ae5a79c2775b2be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:36:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:36:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4862e96

dev-python/jsonschema-specifications: Keyword 2023.7.1 ppc, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 652eef46eb23..5639c7b562ff 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-08-05 Thread Arthur Zamarin
commit: ac5d820b7aef50078532ba680401d8f97dfb005c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:35:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:35:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5d820b

dev-python/jsonschema-specifications: Keyword 2023.7.1 s390, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 9694a878068d..652eef46eb23 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-05 Thread Arthur Zamarin
commit: d3a330772a3502bd8679125525f94de36a0deaa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug  5 19:35:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug  5 19:35:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33077

dev-python/jsonschema: Keyword 4.18.6 s390, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.6.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
index 750f12d0e326..c43424b3f3c6 100644
--- a/dev-python/jsonschema/jsonschema-4.18.6.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-08-03 Thread Michał Górny
commit: 151a1f5d9ae6eeb1fd8f888ac9b151fcb9e4e93e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 05:39:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 06:08:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151a1f5d

dev-python/jsonschema: Bump to 4.18.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.18.6.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 497f5378ca0c..0bd51a9f4994 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -3,3 +3,4 @@ DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e
 DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c294030e181aa6f06d523d70b24060618f9cf7cfaf6d3c6ef4fc93950dd42b628f62a488c3636cbe636e463b8a31b661a3a
 SHA512 
38e2fb03836b8021c5f3a4db4e8d98922d565ae8bb2843cbb9b93b8be26f003b356c635d6b00d9881fcd438ed5a5304536fcad4acbc69d1de51c838cc3cd217a
 DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc34f6e91391f3b4d2c1895e38c6dc8b4c554e37acab23da743c29fe6fefe28243aa6e32da7322a4e2ed1b1f490fad6
 SHA512 
ae8c18a102b778fe99030082ec0343af0d1c5bead923c431d3242687bf8406bff0d1c7ee6c8dfce56b41bddbfdd47af67129d229903bde051920c900229a4c58
 DIST jsonschema-4.18.4.tar.gz 315212 BLAKE2B 
f931a5469653cb9ecba50b8e79ddf70b1f2b730db6bce3a91a374ae177dfb812f4492fd53a16f2a563787682c2c34618cac16adbc891d59089eb03fcdb8a46a4
 SHA512 
b7c3805460d5d49c48039f50e616ee35204cb3222384cd1f57029a04fd19c4dcab5a700770ad36c3616cce85cce902abddf4361f7a7fa044318255967ecbfcf5
+DIST jsonschema-4.18.6.tar.gz 316619 BLAKE2B 
1036a340b5605107855565ce68403acbfee85f736c8ded4debfa3bd680014f69308f86ee1514907dc67683658cf23d298cf506cf23ec19d5a4eb2816c034a050
 SHA512 
92a3b6b06c94426d7851547c4ea6d3c6e4eb12fb45b58030f10cc5772d1ec2ca332d443e82bd7f448e83fabaebbe0be7e3c0266569bcd815d1e36970f6966fe9

diff --git a/dev-python/jsonschema/jsonschema-4.18.6.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
new file mode 100644
index ..750f12d0e326
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.18.6.ebuild
@@ -0,0 +1,54 @@
+# 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 ~riscv ~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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-07-24 Thread WANG Xuerui
commit: 1dfed228ba39179da04e175f6bd47fc886c7039f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Jul 24 20:05:58 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Jul 24 20:05:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfed228

dev-python/jsonschema-specifications: keyword 2023.7.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
index 4a8d6fc88665..9694a878068d 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-24 Thread WANG Xuerui
commit: 096989abd33fd4ebcae9d8f346f8d2dae884913e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Jul 24 20:06:00 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Jul 24 20:06:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096989ab

dev-python/jsonschema: keyword 4.18.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.4.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.4.ebuild
index daf147af3297..750f12d0e326 100644
--- a/dev-python/jsonschema/jsonschema-4.18.4.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-07-24 Thread Michał Górny
commit: ab15fb09505536c510cda59aae15bb0eca3e32e8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:19:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab15fb09

dev-python/jsonschema-specifications: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  2 --
 .../jsonschema-specifications-2023.5.2.ebuild  | 28 --
 .../jsonschema-specifications-2023.6.1.ebuild  | 28 --
 3 files changed, 58 deletions(-)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 01217b23edb0..f7a48d46446d 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,3 +1 @@
-DIST jsonschema_specifications-2023.5.2.tar.gz 12581 BLAKE2B 
74029c066e3c620126ed0ed7e70a9b63c017aeab827b0187f8c8c5964c2e1ef68a83489f4646d79653c38fcec45bc001189fc09295ac1f569ed288f2dc469459
 SHA512 
222a70e3c1673c6f3d27f5d6561d4ba192c61a8a6f86e726939d1e29843eeca82de306a889540ab352a5c2332cf30d810db956aa5094f2a6bc6607b7169513fd
-DIST jsonschema_specifications-2023.6.1.tar.gz 12645 BLAKE2B 
9dea1acae9e53a9f8ff93dd54d5df3bb1dd960036dfcc4dcc0c6287ae816c0ca60c139b35aa14901e2e9f61dca339cf9d84a5c5e8f91a62a40696db9daa1a099
 SHA512 
b7a0d7fdc642e08cf3515dfae6d8cbb14e4d40c3b1fe3cb6c87ee11c47a9d6ede33b28d9fe6f3d4f0ff1807469a015cd8fcacff9575a356a74b462af9681aa6c
 DIST jsonschema_specifications-2023.7.1.tar.gz 12689 BLAKE2B 
421b0e94161c84c658a9af1ddef74fb98ca18332a2977e1ca983b04995bc0a65b3399edd4a2a52c741a4ffdbeeb4a0796371448f283ba328c72c1899f3f0b55a
 SHA512 
78275fe6595151c611baeeebc17f08287f50a3636c3de515abfe8dc45075136874740dfa169aa3ebda004b5ead66ba93bc22b963ded14e4aa906e4b454356f7c

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
deleted file mode 100644
index 46d56e086c48..
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
-HOMEPAGE="
-   https://github.com/python-jsonschema/jsonschema-specifications/
-   https://pypi.org/project/jsonschema-specifications/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
deleted file mode 100644
index 4a8d6fc88665..
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
-HOMEPAGE="
-   https://github.com/python-jsonschema/jsonschema-specifications/
-   https://pypi.org/project/jsonschema-specifications/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-07-19 Thread Michał Górny
commit: d2f4266418f0adc314a750fbcbda75108b94d4db
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 19 06:06:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 19 06:57:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f42664

dev-python/jsonschema-specifications: Bump to 2023.7.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.7.1.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index 5d12559b27e4..01217b23edb0 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema_specifications-2023.5.2.tar.gz 12581 BLAKE2B 
74029c066e3c620126ed0ed7e70a9b63c017aeab827b0187f8c8c5964c2e1ef68a83489f4646d79653c38fcec45bc001189fc09295ac1f569ed288f2dc469459
 SHA512 
222a70e3c1673c6f3d27f5d6561d4ba192c61a8a6f86e726939d1e29843eeca82de306a889540ab352a5c2332cf30d810db956aa5094f2a6bc6607b7169513fd
 DIST jsonschema_specifications-2023.6.1.tar.gz 12645 BLAKE2B 
9dea1acae9e53a9f8ff93dd54d5df3bb1dd960036dfcc4dcc0c6287ae816c0ca60c139b35aa14901e2e9f61dca339cf9d84a5c5e8f91a62a40696db9daa1a099
 SHA512 
b7a0d7fdc642e08cf3515dfae6d8cbb14e4d40c3b1fe3cb6c87ee11c47a9d6ede33b28d9fe6f3d4f0ff1807469a015cd8fcacff9575a356a74b462af9681aa6c
+DIST jsonschema_specifications-2023.7.1.tar.gz 12689 BLAKE2B 
421b0e94161c84c658a9af1ddef74fb98ca18332a2977e1ca983b04995bc0a65b3399edd4a2a52c741a4ffdbeeb4a0796371448f283ba328c72c1899f3f0b55a
 SHA512 
78275fe6595151c611baeeebc17f08287f50a3636c3de515abfe8dc45075136874740dfa169aa3ebda004b5ead66ba93bc22b963ded14e4aa906e4b454356f7c

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
new file mode 100644
index ..4a8d6fc88665
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-19 Thread Michał Górny
commit: e3791b9267d0bfddffd9e2e69f0bcbd940c05d6c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 19 06:12:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 19 06:57:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3791b92

dev-python/jsonschema: Bump to 4.18.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.18.4.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 5ca15034fe72..497f5378ca0c 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -2,3 +2,4 @@ DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62
 DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e270ea48c81d2ab6ab37503b007bf2d7a3419c9d435e919fea7c6f6d4b3d1c84a5fd4f196237507c9803473a879f4d
 SHA512 
83eee5a752f14475b32405a916790f033eaeb4cc4b69625abb4915972e5832878a0aa2c51c5c782169bfef5537f3072bd41682e2752380435f7de1162e66f4c1
 DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c294030e181aa6f06d523d70b24060618f9cf7cfaf6d3c6ef4fc93950dd42b628f62a488c3636cbe636e463b8a31b661a3a
 SHA512 
38e2fb03836b8021c5f3a4db4e8d98922d565ae8bb2843cbb9b93b8be26f003b356c635d6b00d9881fcd438ed5a5304536fcad4acbc69d1de51c838cc3cd217a
 DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc34f6e91391f3b4d2c1895e38c6dc8b4c554e37acab23da743c29fe6fefe28243aa6e32da7322a4e2ed1b1f490fad6
 SHA512 
ae8c18a102b778fe99030082ec0343af0d1c5bead923c431d3242687bf8406bff0d1c7ee6c8dfce56b41bddbfdd47af67129d229903bde051920c900229a4c58
+DIST jsonschema-4.18.4.tar.gz 315212 BLAKE2B 
f931a5469653cb9ecba50b8e79ddf70b1f2b730db6bce3a91a374ae177dfb812f4492fd53a16f2a563787682c2c34618cac16adbc891d59089eb03fcdb8a46a4
 SHA512 
b7c3805460d5d49c48039f50e616ee35204cb3222384cd1f57029a04fd19c4dcab5a700770ad36c3616cce85cce902abddf4361f7a7fa044318255967ecbfcf5

diff --git a/dev-python/jsonschema/jsonschema-4.18.4.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.4.ebuild
new file mode 100644
index ..daf147af3297
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.18.4.ebuild
@@ -0,0 +1,54 @@
+# 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 ~riscv ~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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-13 Thread Michał Górny
commit: c846fc9cba35e7d941cf31bf9e4a7599d84497e2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 14 04:47:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 14 05:33:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c846fc9c

dev-python/jsonschema: Bump to 4.18.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.18.3.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 110888e9cff7..5ca15034fe72 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,3 +1,4 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
 DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e270ea48c81d2ab6ab37503b007bf2d7a3419c9d435e919fea7c6f6d4b3d1c84a5fd4f196237507c9803473a879f4d
 SHA512 
83eee5a752f14475b32405a916790f033eaeb4cc4b69625abb4915972e5832878a0aa2c51c5c782169bfef5537f3072bd41682e2752380435f7de1162e66f4c1
 DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c294030e181aa6f06d523d70b24060618f9cf7cfaf6d3c6ef4fc93950dd42b628f62a488c3636cbe636e463b8a31b661a3a
 SHA512 
38e2fb03836b8021c5f3a4db4e8d98922d565ae8bb2843cbb9b93b8be26f003b356c635d6b00d9881fcd438ed5a5304536fcad4acbc69d1de51c838cc3cd217a
+DIST jsonschema-4.18.3.tar.gz 315165 BLAKE2B 
486e36cab882628a9f720c098f91f1bafbc34f6e91391f3b4d2c1895e38c6dc8b4c554e37acab23da743c29fe6fefe28243aa6e32da7322a4e2ed1b1f490fad6
 SHA512 
ae8c18a102b778fe99030082ec0343af0d1c5bead923c431d3242687bf8406bff0d1c7ee6c8dfce56b41bddbfdd47af67129d229903bde051920c900229a4c58

diff --git a/dev-python/jsonschema/jsonschema-4.18.3.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.3.ebuild
new file mode 100644
index ..daf147af3297
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.18.3.ebuild
@@ -0,0 +1,54 @@
+# 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 ~riscv ~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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-12 Thread Michał Górny
commit: 5b3d93d74f4a9dced789a0a3588e93ed0113597c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 13 05:09:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 13 05:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3d93d7

dev-python/jsonschema: Bump to 4.18.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.18.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 437d4e4e0a8e..110888e9cff7 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
 DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e270ea48c81d2ab6ab37503b007bf2d7a3419c9d435e919fea7c6f6d4b3d1c84a5fd4f196237507c9803473a879f4d
 SHA512 
83eee5a752f14475b32405a916790f033eaeb4cc4b69625abb4915972e5832878a0aa2c51c5c782169bfef5537f3072bd41682e2752380435f7de1162e66f4c1
+DIST jsonschema-4.18.2.tar.gz 314916 BLAKE2B 
4e63e56ea34b0f315e0ee6e506157c294030e181aa6f06d523d70b24060618f9cf7cfaf6d3c6ef4fc93950dd42b628f62a488c3636cbe636e463b8a31b661a3a
 SHA512 
38e2fb03836b8021c5f3a4db4e8d98922d565ae8bb2843cbb9b93b8be26f003b356c635d6b00d9881fcd438ed5a5304536fcad4acbc69d1de51c838cc3cd217a

diff --git a/dev-python/jsonschema/jsonschema-4.18.2.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.2.ebuild
new file mode 100644
index ..daf147af3297
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.18.2.ebuild
@@ -0,0 +1,54 @@
+# 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 ~riscv ~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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-07-09 Thread Arthur Zamarin
commit: 7f088d87133b4d38026c70b238ac4018257f7bf5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 18:00:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 18:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f088d87

dev-python/jsonschema-specifications: Keyword 2023.6.1 arm, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
index 70e04f188ef3..4a8d6fc88665 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-09 Thread Arthur Zamarin
commit: 48c2b02e0b7168b0276b4c7d7ad8c2ff727bb803
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 18:00:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 18:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c2b02e

dev-python/jsonschema: Keyword 4.18.0 arm, #909787

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
index 9d6d3b1d25cf..daf147af3297 100644
--- a/dev-python/jsonschema/jsonschema-4.18.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-07-09 Thread Michał Górny
commit: f4743705f832f7212277652b17b109e8ded8d2de
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 12:45:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 12:45:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4743705

dev-python/jsonschema-spec: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  5 ---
 .../jsonschema-spec/jsonschema-spec-0.1.4.ebuild   | 38 --
 .../jsonschema-spec/jsonschema-spec-0.1.5.ebuild   | 40 ---
 .../jsonschema-spec/jsonschema-spec-0.2.0.ebuild   | 45 --
 .../jsonschema-spec/jsonschema-spec-0.2.1.ebuild   | 45 --
 .../jsonschema-spec/jsonschema-spec-0.2.2.ebuild   | 44 -
 6 files changed, 217 deletions(-)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 915a1a344767..ab6e522adeda 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,7 +1,2 @@
-DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f
-DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
-DIST jsonschema-spec-0.2.0.gh.tar.gz 37210 BLAKE2B 
44892638371f8ed9074c997e0590594a55a4a00bb0f88bbe535021726f1de6b961825a710c7f1ed63081c5ee7d252bc4f5bcc2cb462ded71ecb492625876c811
 SHA512 
6bc9f50f9132a72243df1a20d16d049ca1413904fba5403fb780663c0819ae3be8dfd51efada84118e34e157e95475e375df9c6ce1e1930c72c6d45dc71d4d04
-DIST jsonschema-spec-0.2.1.gh.tar.gz 37242 BLAKE2B 
8e1b2c4e44052fba0e78cefdf0a60a1e14adbe9f0027464d87e635bac7bb2ce1aefe65c92a1224877128ee23505402f199aca119cd48769d9149d57b5f9ec7ea
 SHA512 
1d1769e301f60c2b2a1e7b413e5d1081f3e069bf29ad12d5e3c4b0c91094c8e78f44b01642a9a58f229e5efe69db14276cf067d9dad37d53c8a35368bd62d6d6
-DIST jsonschema-spec-0.2.2.gh.tar.gz 37188 BLAKE2B 
05f740f36bf93da99e88167b054883c39cea05cc5271722cd25ab345da5c6a63aa3dcea0af370686e227af3eabe39e01ec196ae90452c4d2814828d7acb35400
 SHA512 
25bd6cd2a7ab8f40e05a78ec4b69601cee7cb9c22c43eaeb66777b991249f4314eb27038ee6ec1f8b7e15c782385ef604e4454179ef6a2307c1a73731f72a021
 DIST jsonschema-spec-0.2.3.gh.tar.gz 37245 BLAKE2B 
e487b9e22d502dc1dbfa2957a28b8ea39b5809f7dcfc4d7f787d46727025528bf946d0576e0a1c530c56d8f80d09401c7bd565dee5af74838db5df0da3f9de11
 SHA512 
6de68cfa9aeda77cb68ad0d15cb87dd6298bf178424ea40e3009d78a9a5a5ee66443560a0d99521d02e2fbfcecbd081b24d1dd7dee216eaea1fffbd8f7a71e8a

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild
deleted file mode 100644
index 6daee2a6a03c..
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="JSONSchema Spec with object-oriented paths"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema-spec/
-   https://github.com/p1c2u/jsonschema-spec/
-"
-SRC_URI="
-   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   =dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/--cov/d' -i pyproject.toml || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
deleted file mode 100644
index 11106a6a143e..
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( 

[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-07-08 Thread Sam James
commit: 5f0efd48b22033c07c136d8631b038bd1a9eee2d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  9 04:36:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  9 04:36:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0efd48

dev-python/jsonschema-spec: Stabilize 0.1.6 ALLARCHES, #910079

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
index 4c1b2bdda25c..38e3d84989ef 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-07-08 Thread Michał Górny
commit: 6479b5c746f4d21c796dcc8231c21938fe5abdef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 03:09:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 03:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6479b5c7

dev-python/jsonschema-spec: Bump to 0.2.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.2.3.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 8114994cbf52..915a1a344767 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -4,3 +4,4 @@ DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c
 DIST jsonschema-spec-0.2.0.gh.tar.gz 37210 BLAKE2B 
44892638371f8ed9074c997e0590594a55a4a00bb0f88bbe535021726f1de6b961825a710c7f1ed63081c5ee7d252bc4f5bcc2cb462ded71ecb492625876c811
 SHA512 
6bc9f50f9132a72243df1a20d16d049ca1413904fba5403fb780663c0819ae3be8dfd51efada84118e34e157e95475e375df9c6ce1e1930c72c6d45dc71d4d04
 DIST jsonschema-spec-0.2.1.gh.tar.gz 37242 BLAKE2B 
8e1b2c4e44052fba0e78cefdf0a60a1e14adbe9f0027464d87e635bac7bb2ce1aefe65c92a1224877128ee23505402f199aca119cd48769d9149d57b5f9ec7ea
 SHA512 
1d1769e301f60c2b2a1e7b413e5d1081f3e069bf29ad12d5e3c4b0c91094c8e78f44b01642a9a58f229e5efe69db14276cf067d9dad37d53c8a35368bd62d6d6
 DIST jsonschema-spec-0.2.2.gh.tar.gz 37188 BLAKE2B 
05f740f36bf93da99e88167b054883c39cea05cc5271722cd25ab345da5c6a63aa3dcea0af370686e227af3eabe39e01ec196ae90452c4d2814828d7acb35400
 SHA512 
25bd6cd2a7ab8f40e05a78ec4b69601cee7cb9c22c43eaeb66777b991249f4314eb27038ee6ec1f8b7e15c782385ef604e4454179ef6a2307c1a73731f72a021
+DIST jsonschema-spec-0.2.3.gh.tar.gz 37245 BLAKE2B 
e487b9e22d502dc1dbfa2957a28b8ea39b5809f7dcfc4d7f787d46727025528bf946d0576e0a1c530c56d8f80d09401c7bd565dee5af74838db5df0da3f9de11
 SHA512 
6de68cfa9aeda77cb68ad0d15cb87dd6298bf178424ea40e3009d78a9a5a5ee66443560a0d99521d02e2fbfcecbd081b24d1dd7dee216eaea1fffbd8f7a71e8a

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
new file mode 100644
index ..0c82e0a19efb
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-08 Thread Benda XU
commit: 3d3006a3cda2eb69c9605fbe8e045e56d9273395
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Jul  8 10:42:35 2023 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Jul  8 10:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3006a3

dev-python/jsonschema: keyword 4.17.3 for ~x64-macos

Signed-off-by: Benda Xu  gentoo.org>

 dev-python/jsonschema/jsonschema-4.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.17.3.ebuild 
b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
index a62f28a0c823..8d64b4312be7 100644
--- a/dev-python/jsonschema/jsonschema-4.17.3.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-07-06 Thread Sam James
commit: f8c1f8b5f63466cf79e7e0533f39c4c088734bf4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 03:35:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 03:35:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c1f8b5

dev-python/jsonschema-specifications: Keyword 2023.6.1 arm64, #909787

Signed-off-by: Sam James  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
index 46d56e086c48..a90660e4135f 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-06 Thread Sam James
commit: 4e50e0714a6dce135b548cc9b44252726fd0f3f4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 03:35:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 03:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e50e071

dev-python/jsonschema: Keyword 4.18.0 arm64, #909787

Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonschema/jsonschema-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.18.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
index 8c1b9832e8df..b4ab8fb92591 100644
--- a/dev-python/jsonschema/jsonschema-4.18.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-07-06 Thread Michał Górny
commit: 45a7b4959b93372ff58653119ba054db037887d8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  7 03:07:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  7 03:15:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a7b495

dev-python/jsonschema: Bump to 4.18.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/Manifest |  1 +
 dev-python/jsonschema/jsonschema-4.18.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 42b7cff4e019..437d4e4e0a8e 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-4.17.3.tar.gz 297785 BLAKE2B 
a0383bf5612ae50e94c95dbc1774d796b62c74a7aae3056a40edb7e042ad07fd7885e61d86220120a906a4017afe30d8ee8edbbf0cf01a6dec1f212984ff1c1e
 SHA512 
626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
+DIST jsonschema-4.18.0.tar.gz 315551 BLAKE2B 
0f885362b6c1af6385be88770b1f332f38e270ea48c81d2ab6ab37503b007bf2d7a3419c9d435e919fea7c6f6d4b3d1c84a5fd4f196237507c9803473a879f4d
 SHA512 
83eee5a752f14475b32405a916790f033eaeb4cc4b69625abb4915972e5832878a0aa2c51c5c782169bfef5537f3072bd41682e2752380435f7de1162e66f4c1

diff --git a/dev-python/jsonschema/jsonschema-4.18.0.ebuild 
b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
new file mode 100644
index ..8c1b9832e8df
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-4.18.0.ebuild
@@ -0,0 +1,54 @@
+# 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 ~riscv"
+
+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}]
+"
+
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-06-24 Thread Michał Górny
commit: 1f32228c36ef48fcd8ac83ffa109afefa6939294
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 24 05:09:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 24 06:10:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f32228c

dev-python/jsonschema-specifications: Bump to 2023.6.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.6.1.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
index c36202eeb8dd..5d12559b27e4 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1 +1,2 @@
 DIST jsonschema_specifications-2023.5.2.tar.gz 12581 BLAKE2B 
74029c066e3c620126ed0ed7e70a9b63c017aeab827b0187f8c8c5964c2e1ef68a83489f4646d79653c38fcec45bc001189fc09295ac1f569ed288f2dc469459
 SHA512 
222a70e3c1673c6f3d27f5d6561d4ba192c61a8a6f86e726939d1e29843eeca82de306a889540ab352a5c2332cf30d810db956aa5094f2a6bc6607b7169513fd
+DIST jsonschema_specifications-2023.6.1.tar.gz 12645 BLAKE2B 
9dea1acae9e53a9f8ff93dd54d5df3bb1dd960036dfcc4dcc0c6287ae816c0ca60c139b35aa14901e2e9f61dca339cf9d84a5c5e8f91a62a40696db9daa1a099
 SHA512 
b7a0d7fdc642e08cf3515dfae6d8cbb14e4d40c3b1fe3cb6c87ee11c47a9d6ede33b28d9fe6f3d4f0ff1807469a015cd8fcacff9575a356a74b462af9681aa6c

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
new file mode 100644
index ..46d56e086c48
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-06-18 Thread Michał Górny
commit: 118929d67228f7fa1a8e93ea7b392d25a0b552bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 16:54:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 17:07:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118929d6

dev-python/jsonschema: Eliminate stale python_gen_cond_dep

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/jsonschema-4.17.3.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/jsonschema/jsonschema-4.17.3.ebuild 
b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
index 91fb47e80722..a62f28a0c823 100644
--- a/dev-python/jsonschema/jsonschema-4.17.3.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
@@ -21,10 +21,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv
 RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-resources-1.4.0[${PYTHON_USEDEP}]
-   dev-python/pkgutil_resolve_name[${PYTHON_USEDEP}]
-   ' 3.8)
 "
 BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-15 Thread Michał Górny
commit: 1de88384650108a4b21af368fd7466648de71670
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 16 03:53:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 16 03:53:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de88384

dev-python/jsonschema-spec: Bump to 0.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.2.2.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 8e1b82cadff4..8114994cbf52 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -3,3 +3,4 @@ DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef08
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
 DIST jsonschema-spec-0.2.0.gh.tar.gz 37210 BLAKE2B 
44892638371f8ed9074c997e0590594a55a4a00bb0f88bbe535021726f1de6b961825a710c7f1ed63081c5ee7d252bc4f5bcc2cb462ded71ecb492625876c811
 SHA512 
6bc9f50f9132a72243df1a20d16d049ca1413904fba5403fb780663c0819ae3be8dfd51efada84118e34e157e95475e375df9c6ce1e1930c72c6d45dc71d4d04
 DIST jsonschema-spec-0.2.1.gh.tar.gz 37242 BLAKE2B 
8e1b2c4e44052fba0e78cefdf0a60a1e14adbe9f0027464d87e635bac7bb2ce1aefe65c92a1224877128ee23505402f199aca119cd48769d9149d57b5f9ec7ea
 SHA512 
1d1769e301f60c2b2a1e7b413e5d1081f3e069bf29ad12d5e3c4b0c91094c8e78f44b01642a9a58f229e5efe69db14276cf067d9dad37d53c8a35368bd62d6d6
+DIST jsonschema-spec-0.2.2.gh.tar.gz 37188 BLAKE2B 
05f740f36bf93da99e88167b054883c39cea05cc5271722cd25ab345da5c6a63aa3dcea0af370686e227af3eabe39e01ec196ae90452c4d2814828d7acb35400
 SHA512 
25bd6cd2a7ab8f40e05a78ec4b69601cee7cb9c22c43eaeb66777b991249f4314eb27038ee6ec1f8b7e15c782385ef604e4454179ef6a2307c1a73731f72a021

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.2.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.2.ebuild
new file mode 100644
index ..0c82e0a19efb
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-13 Thread Yixun Lan
commit: 82892de29491daa0bdbb702e7803f1fcc61f163b
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun 13 09:03:27 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 13 09:03:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82892de2

dev-python/jsonschema-spec: Keyword 0.2.1 riscv, #908409

Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild
index ded412c724c4..b787a5095c32 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-06-13 Thread Yixun Lan
commit: d9f5220a5ab49ae82c7e9aa3c6bc865c6c88b016
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun 13 09:03:23 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 13 09:03:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f5220a

dev-python/jsonschema-specifications: Keyword 2023.5.2 riscv, #908409

Signed-off-by: Yixun Lan  gentoo.org>

 .../jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
index 83bff223f462..46d56e086c48 100644
--- 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
>=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-12 Thread Michał Górny
commit: cad305b29b2751bc7e6fd0f158b8c6c23ea3365d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 13 04:43:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 13 04:46:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad305b2

dev-python/jsonschema-spec: Bump to 0.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.2.1.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index e5802f3db993..8e1b82cadff4 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -2,3 +2,4 @@ DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355b
 DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
 DIST jsonschema-spec-0.2.0.gh.tar.gz 37210 BLAKE2B 
44892638371f8ed9074c997e0590594a55a4a00bb0f88bbe535021726f1de6b961825a710c7f1ed63081c5ee7d252bc4f5bcc2cb462ded71ecb492625876c811
 SHA512 
6bc9f50f9132a72243df1a20d16d049ca1413904fba5403fb780663c0819ae3be8dfd51efada84118e34e157e95475e375df9c6ce1e1930c72c6d45dc71d4d04
+DIST jsonschema-spec-0.2.1.gh.tar.gz 37242 BLAKE2B 
8e1b2c4e44052fba0e78cefdf0a60a1e14adbe9f0027464d87e635bac7bb2ce1aefe65c92a1224877128ee23505402f199aca119cd48769d9149d57b5f9ec7ea
 SHA512 
1d1769e301f60c2b2a1e7b413e5d1081f3e069bf29ad12d5e3c4b0c91094c8e78f44b01642a9a58f229e5efe69db14276cf067d9dad37d53c8a35368bd62d6d6

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild
new file mode 100644
index ..ded412c724c4
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-specifications-2023.3.4[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' -e 's:,<[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-12 Thread Michał Górny
commit: 2a4487e65491354ddfb91e09550b83149e25350b
Author: jinqiang zhang  0x0  ee>
AuthorDate: Tue Jun 13 02:22:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 13 04:30:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4487e6

dev-python/jsonschema-spec: add dev-python/responses test dep

Closes: https://bugs.gentoo.org/908423
Signed-off-by: jinqiang zhang  0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/31408
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild
index 616ded180470..175114048014 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild
@@ -29,6 +29,12 @@ RDEPEND="
>=dev-python/jsonschema-specifications-2023.3.4[${PYTHON_USEDEP}]
 "
 
+BDEPEND="
+   test? (
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
 distutils_enable_tests pytest
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-12 Thread Michał Górny
commit: 2d79492408bf18ff5061c68a56a729027e0c4f9b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 15:43:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 15:44:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d794924

dev-python/jsonschema-spec: Bump to 0.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.2.0.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index f7924f09a0c9..e5802f3db993 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,3 +1,4 @@
 DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f
 DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d
 DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884
+DIST jsonschema-spec-0.2.0.gh.tar.gz 37210 BLAKE2B 
44892638371f8ed9074c997e0590594a55a4a00bb0f88bbe535021726f1de6b961825a710c7f1ed63081c5ee7d252bc4f5bcc2cb462ded71ecb492625876c811
 SHA512 
6bc9f50f9132a72243df1a20d16d049ca1413904fba5403fb780663c0819ae3be8dfd51efada84118e34e157e95475e375df9c6ce1e1930c72c6d45dc71d4d04

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild
new file mode 100644
index ..616ded180470
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/referencing-0.24.4[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-specifications-2023.3.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   # remove random pins due to caret operator
+   sed -i -e 's:\^:>=:' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-specifications/

2023-06-12 Thread Michał Górny
commit: 95839028f025737a95567dc21ecfe906b5316dad
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 15:39:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 15:44:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95839028

dev-python/jsonschema-specifications: New package, v2023.5.2

New dependency of dev-python/jsonschema-spec bump.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-specifications/Manifest  |  1 +
 .../jsonschema-specifications-2023.5.2.ebuild  | 28 ++
 dev-python/jsonschema-specifications/metadata.xml  | 12 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/jsonschema-specifications/Manifest 
b/dev-python/jsonschema-specifications/Manifest
new file mode 100644
index ..c36202eeb8dd
--- /dev/null
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -0,0 +1 @@
+DIST jsonschema_specifications-2023.5.2.tar.gz 12581 BLAKE2B 
74029c066e3c620126ed0ed7e70a9b63c017aeab827b0187f8c8c5964c2e1ef68a83489f4646d79653c38fcec45bc001189fc09295ac1f569ed288f2dc469459
 SHA512 
222a70e3c1673c6f3d27f5d6561d4ba192c61a8a6f86e726939d1e29843eeca82de306a889540ab352a5c2332cf30d810db956aa5094f2a6bc6607b7169513fd

diff --git 
a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
new file mode 100644
index ..83bff223f462
--- /dev/null
+++ 
b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 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="The JSON Schema meta-schemas and vocabularies, exposed as a 
Registry"
+HOMEPAGE="
+   https://github.com/python-jsonschema/jsonschema-specifications/
+   https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/jsonschema-specifications/metadata.xml 
b/dev-python/jsonschema-specifications/metadata.xml
new file mode 100644
index ..200e1c356e60
--- /dev/null
+++ b/dev-python/jsonschema-specifications/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   python-jsonschema/jsonschema-specifications
+   jsonschema-specifications
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-12 Thread Michał Górny
commit: f78e60986127fc5b0c51a2d96b483c297f06a116
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 11:13:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 11:37:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78e6098

dev-python/jsonschema-spec: Bump to 0.1.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.1.6.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index d769edd21b00..f7924f09a0c9 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f
 DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d
+DIST jsonschema-spec-0.1.6.gh.tar.gz 36043 BLAKE2B 
e85cad336d6b5ed11d6a51c8fab2c28826f6a9836ad50d2423b23bef047c338307d3e9430f1d151dbaf7a92574c9899dbfd016c570456996250e8d7634373313
 SHA512 
78ea06a78fd25006d270e2c5033645133ee79b0f45cbfc54e250d4225a36beac59cf9aa92f15fd51bd101fac20fee990d693ab91d8343cd6a298d71735c80884

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
new file mode 100644
index ..4c1b2bdda25c
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   =dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/--cov/d' -i pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-06-10 Thread Michał Górny
commit: 13fc5c1c9109e6d7e0e21ea93272d9732ac72391
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 04:33:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 05:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fc5c1c

dev-python/jsonschema-spec: Bump to 0.1.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.1.5.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 099dc66992ee..d769edd21b00 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f
+DIST jsonschema-spec-0.1.5.gh.tar.gz 36035 BLAKE2B 
4e6019fb1c7f5e85a03488e00ef080798bc6e3e06999d9c9c931072c640fd74b5125882e43dca26bad1acc3bdacb06a26f2c95dff25339e3f8b785d759085a49
 SHA512 
c76b15a3ead9498696c80cf7a378a675194837f04cd88d81be5213a38cde8177d5e8f7866d007648b7013db74d1057b700b027a79bcd893b0d493269abcd621d

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
new file mode 100644
index ..11106a6a143e
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   =dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/--cov/d' -i pyproject.toml || die
+   # remove impossible constraint
+   sed -i -e '/typing.extensions/d' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/

2023-05-27 Thread Michał Górny
commit: ba8ca50e92be31fa6d74f4fac4050933ad233b49
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 12:44:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 13:20:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8ca50e

dev-python/jsonschema: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema/jsonschema-4.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema/jsonschema-4.17.3.ebuild 
b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
index db5281e85891..91fb47e80722 100644
--- a/dev-python/jsonschema/jsonschema-4.17.3.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-04-16 Thread Michał Górny
commit: 8e5e492413d0392b679cdb1b705852aa43a8efc0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 16 18:46:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 16 18:56:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5e4924

dev-python/jsonschema-spec: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/jsonschema-spec/Manifest|  1 -
 .../jsonschema-spec/jsonschema-spec-0.1.3.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 1fe164fa9f39..099dc66992ee 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1,2 +1 @@
-DIST jsonschema-spec-0.1.3.gh.tar.gz 30794 BLAKE2B 
545eda0aef433eb62cd02bbcc4d07469b26c477bbf572d71bcb4eb126acc5ab912f5f80c0699305b37f7f526f36910bcb019d66a763e679846bb20a5b01eb813
 SHA512 
95465c43b842289ed28dd78ec06614d77b2bbf7d9d69e5dc4b89008740d0cc85e5b3319acd66d0142b533425e8f150c4edbbf15b7f8e3bdefb28b81193a13432
 DIST jsonschema-spec-0.1.4.gh.tar.gz 30903 BLAKE2B 
eae7ba8b811dfd14d9b2e33d3355bf8c98e088b1a8fa3314300dcc7edae31727cc5a01d0a06af412b8c7d59eca69ba816f6eb2683e997719fd300a3445e96cfd
 SHA512 
6b3d1710fdd8c43a0f38d0687c95e4e70c55df964dc597e4a00abad3459610829bd90190b21c512c70d46498d98b80ecc2422eb73d7822539841ff10bc7c2c4f

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.3.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.3.ebuild
deleted file mode 100644
index f288fef48a3b..
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="JSONSchema Spec with object-oriented paths"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema-spec/
-   https://github.com/p1c2u/jsonschema-spec/
-"
-SRC_URI="
-   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   dev-python/pathable[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/--cov/d' -i pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/

2023-04-16 Thread Arthur Zamarin
commit: e981b3115b740d516f12d3dd197b71e46a96fe10
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 17:10:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 17:10:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e981b311

dev-python/jsonschema-spec: Stabilize 0.1.4 ALLARCHES, #904412

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild
index 66fd3efcb98b..6daee2a6a03c 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="


  1   2   3   4   >