diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-16 19:19:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-16 19:19:18 +0000 |
| commit | 15db2eae1898fcc096a21bc5cd1e750439070b75 (patch) | |
| tree | 4ec973bbf57a8dc3e19b9ee0960fe014d02acb58 /dev-python/jsonschema-path | |
| parent | fde29ad1862eccce949e94181db019cdc3661837 (diff) | |
| download | baldeagleos-repo-15db2eae1898fcc096a21bc5cd1e750439070b75.tar.gz baldeagleos-repo-15db2eae1898fcc096a21bc5cd1e750439070b75.tar.xz baldeagleos-repo-15db2eae1898fcc096a21bc5cd1e750439070b75.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jsonschema-path')
| -rw-r--r-- | dev-python/jsonschema-path/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/jsonschema-path/jsonschema-path-0.4.0_alpha1.ebuild | 46 | ||||
| -rw-r--r-- | dev-python/jsonschema-path/jsonschema-path-0.4.0_beta6.ebuild (renamed from dev-python/jsonschema-path/jsonschema-path-0.4.0_beta1.ebuild) | 5 |
3 files changed, 4 insertions, 50 deletions
diff --git a/dev-python/jsonschema-path/Manifest b/dev-python/jsonschema-path/Manifest index 94db775d60bd..2f1921edde20 100644 --- a/dev-python/jsonschema-path/Manifest +++ b/dev-python/jsonschema-path/Manifest @@ -1,4 +1,3 @@ DIST jsonschema-path-0.3.4.gh.tar.gz 40126 BLAKE2B cc7884ab41a0cdcfbd292831f9ed2a03f82af30f4482499c7940633741560228df59c4157457e8c44c57fb73f0f6142f10ad23d36f444fea71a84cf6309d953d SHA512 85b791a374d61bedf66a0ca44b6906ec74f02ffe991c1cb220267c85c0e7b493375d712d7ca0828681c9c15f170bc29d4b808b00778895fb13f1f7ff3cdf2a9c -DIST jsonschema-path-0.4.0a1.gh.tar.gz 52038 BLAKE2B 2429946da29b4da31655018d93f5af474c7a5277f3dfacd9f26439f28e85d2b85225d0f2e5c68a254122cb4376fb9a7a969e81a2541e726c275f32fba579ce64 SHA512 285cd176127684975adc6f03eeb43b6297208761ec8dc5827ff1e60efb4be71fca18a8c1e9e29deb741a8a295b395b5e842c0350ff623fd363298216ec8072b9 -DIST jsonschema-path-0.4.0b1.gh.tar.gz 52171 BLAKE2B 8c935c147567c91562508a9ea568be0409d5e1837e45d8e2696905923db6bc2ae1191966bf718ea9629a9f4eebbf6f435f56b018fb3d819f5690e8d209256fe1 SHA512 12f1e16e700b3634fbd2b1f2e37e05e99fccb011b18d7f59b5f8592aa2551936b628f4a58bb18b50b0f88e542fd827bde8594236d13ee5a3e5cab7e923b87650 DIST jsonschema-path-0.4.0b2.gh.tar.gz 58162 BLAKE2B 4044b9efbbaece7fddf8c7c00bef56fcee55c65c247bab3637add2a139d7643e5429d20001bf80bbe4de9cc6fe7c8420473bd4cd371c64158a9d2ed8ecb5d8f7 SHA512 756779154d337db3663cf05b54c2650c1b59603ee9961984a0fd41f048043bcb2337a605409538a495da6d4e970ae80a2b11cce2a8867a47f807021ad59b3c0e +DIST jsonschema-path-0.4.0b6.gh.tar.gz 58399 BLAKE2B f43ebc15ec3af93f6887812195dabd5c5405856fe39bfda4a7444bf14da8f8b38016fbf4e10a396b26357a9eaa8d0c01913155e0ed086447a42cc157201311cb SHA512 1c1a050aa76e6028ffafcdd8a95e35245479c1c4621be6be1f9f412a68cd50ed3e53daaa04691774f1d09259f656635c19baba16a2c7b561f26bb42621d38da9 diff --git a/dev-python/jsonschema-path/jsonschema-path-0.4.0_alpha1.ebuild b/dev-python/jsonschema-path/jsonschema-path-0.4.0_alpha1.ebuild deleted file mode 100644 index 266836b33216..000000000000 --- a/dev-python/jsonschema-path/jsonschema-path-0.4.0_alpha1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -MY_P=${P/_alpha/a} -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/_alpha/a}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=" - >=dev-python/pathable-0.5.0_beta1[${PYTHON_USEDEP}] - >=dev-python/pyrsistent-0.20.0[${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 - sed -i -e 's:\^:>=:' -e 's:<[0-9.]\+:*:' pyproject.toml || die - distutils-r1_src_prepare -} diff --git a/dev-python/jsonschema-path/jsonschema-path-0.4.0_beta1.ebuild b/dev-python/jsonschema-path/jsonschema-path-0.4.0_beta6.ebuild index 4bb9feac9cf1..3bb6d58b600f 100644 --- a/dev-python/jsonschema-path/jsonschema-path-0.4.0_beta1.ebuild +++ b/dev-python/jsonschema-path/jsonschema-path-0.4.0_beta6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - >=dev-python/pathable-0.5.0_beta1[${PYTHON_USEDEP}] + >=dev-python/pathable-0.5.0_beta6[${PYTHON_USEDEP}] >=dev-python/pyrsistent-0.20.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] >=dev-python/referencing-0.28.1[${PYTHON_USEDEP}] @@ -36,6 +36,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_prepare() { |
