diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-03 01:34:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-03 01:34:02 +0100 |
commit | 476528d7a16cfe2435b30ebd74783eea6925db5f (patch) | |
tree | 7272fd6469aed7e7f83598430e378aec9ce0dbff /dev-python/json5 | |
parent | 6be74aaad3f65bab8561cebfef177dc28d802d9f (diff) |
gentoo auto-resync : 03:04:2025 - 01:34:01
Diffstat (limited to 'dev-python/json5')
-rw-r--r-- | dev-python/json5/Manifest | 2 | ||||
-rw-r--r-- | dev-python/json5/json5-0.11.0.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest index 078f4bbf3c4b..2f93878452da 100644 --- a/dev-python/json5/Manifest +++ b/dev-python/json5/Manifest @@ -1,3 +1,5 @@ DIST json5-0.10.0.tar.gz 48202 BLAKE2B 78794c785c5e5636aede6db48e230a5480ac10b8bbab4041cb827deabb1f251b3f2eddc252d5d0f91f358c093feba422575fdd51448c0984195937094227e48b SHA512 1c56def363c268aa256066c8e98b3a9bfba66a3756071bf6ff41929cdd98ccf5435f08103fbbc3b505abe81f39a14fa1ec50d4a984eebc52410cbb31f999b1b9 +DIST json5-0.11.0.tar.gz 51014 BLAKE2B b285f33ad4afb4d40a9dfc598f63a2c4aa62b683648d8ba49c9a1962507db81b944cea71ef563594d3141b4b0f52348f0eb7b2aa3f0e77e525f22cd511197491 SHA512 5721720f514688c2f0c39b3610f001209fdb0f756ff35bca064aadfd0a9529157c88cb574c7f33ef3bed94ed65026f48383e6bafd65a22a27fce50ab140f447f EBUILD json5-0.10.0.ebuild 482 BLAKE2B 56ca96122a04279375c4c2790bdf2e8cc14188f217e87eb66bfaf57e5bdc3c3d55f2e55cba83977d70eeb6d6aefc64783db225a10b18b4a9465fd622cc7928a2 SHA512 4a6e3ecbd52012d1fad2dcaaec51f54274c42641d51cb47def1758668f6109b1e74cc955bcdb870ac4c9d6042f16cd4c62baa2d5e2e11b1ab48796ccfa1a2ed4 +EBUILD json5-0.11.0.ebuild 487 BLAKE2B a592d81d0369fe3782e9fad2112f6585987463956df4c1284a3aca1be6a2dc27b01119deab92ce35713158504cb0b3012c71fb9a81d913cf293333b554ebf29d SHA512 b06e9aa5ad8b847d46485a97a73d522e122464d7bcfb4e0a3f49a366d614e3fde81c0e6c59ff5004bbcca66de74e3a551584bf152b9514868c7a4c69fd799fb0 MISC metadata.xml 502 BLAKE2B 9dc70229a26364dfb51ae26cff9817bcf82c47391d9fe3b6a4b11b79848f786989c62d6c3cbbed9b476da82dcbbbe9e19bf738d860ed423c3c9731c646314cf8 SHA512 257bb6f3e18053e852d693bef7eaba9e40ef5fb25ef449a275a7fbedd9a4247217bcdd016f0b3a93658ada922882bacd723235b2ab46c81dfd8cb42fe933ac74 diff --git a/dev-python/json5/json5-0.11.0.ebuild b/dev-python/json5/json5-0.11.0.ebuild new file mode 100644 index 000000000000..f018cc63f564 --- /dev/null +++ b/dev-python/json5/json5-0.11.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python implementation of the JSON5 data format" +HOMEPAGE=" + https://github.com/dpranke/pyjson5/ + https://pypi.org/project/json5/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +distutils_enable_tests pytest |