summaryrefslogtreecommitdiff
path: root/dev-python/json5
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-28 19:16:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-28 19:16:22 +0000
commit9525761df067d9ef08c7d71dcc8f3ca6898a1472 (patch)
treea01cfdb249789f561826a06e51e8872ed3d226ce /dev-python/json5
parent092c8f0bee28da7e426bd12abf9919b8459ef84f (diff)
downloadbaldeagleos-repo-9525761df067d9ef08c7d71dcc8f3ca6898a1472.tar.gz
baldeagleos-repo-9525761df067d9ef08c7d71dcc8f3ca6898a1472.tar.xz
baldeagleos-repo-9525761df067d9ef08c7d71dcc8f3ca6898a1472.zip
Adding metadata
Diffstat (limited to 'dev-python/json5')
-rw-r--r--dev-python/json5/Manifest1
-rw-r--r--dev-python/json5/json5-0.14.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest
index c54b4153b7e2..7cadf7a2e2fa 100644
--- a/dev-python/json5/Manifest
+++ b/dev-python/json5/Manifest
@@ -1,2 +1,3 @@
DIST json5-0.12.1.tar.gz 52191 BLAKE2B b658eca161af0771d1c40ede81b20965589c7c26e63ed8250b581fd5e0c530c0d55f2110694b05575ae519b2ff802cb2ea97b7a46ef94d674e82939fb566176a SHA512 8544b082b31728c98c2fa4d5eada512b2d5c199af08d588222d79e55099092fdb6b01d66c3ae46dc69d3fb5640dc3f67466728e6538128865e95dceb610b5849
DIST json5-0.13.0.tar.gz 52441 BLAKE2B b5d39c7736d862ec21425e74cea396d80d2127fbf780cb1731fee7a30b367cd88f0504934b1e6622c0fa3100b1c97a38a5c4d794d50310121e506c3dc65d1bd5 SHA512 c8ad19c804e4d84ee59e0ebfcb3b47389ead33e9c3095ef9cf7a673044b36ceac32c41fefdf18ac9067ac9602ff1fb113eba0201c70f437697492c248a05d0fe
+DIST json5-0.14.0.tar.gz 52656 BLAKE2B 2b150a0dfba25a8d25999e1aed21face64c47e96af9216559991ce7ab99e98f71edcb12b51e4564a96fd0be5501d63bd2d91802de2dbb97bfb3127de32c6f8a3 SHA512 3152ad58d4596beb07450b5cb9a21a99cea76f56c53fddf77d4835177f7c8206268db07eca61e50bb00a25a53e3aebd5512544fd962c1e70a7b71bb0d126c5d9
diff --git a/dev-python/json5/json5-0.14.0.ebuild b/dev-python/json5/json5-0.14.0.ebuild
new file mode 100644
index 000000000000..fc6163b82e03
--- /dev/null
+++ b/dev-python/json5/json5-0.14.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+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"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest