diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-02 17:52:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-02 17:52:08 +0000 |
| commit | ebb8080f7e5f3c2e8c31e6e02ebcf953b31f7dfa (patch) | |
| tree | 820f11f060dc220aa7de12102bb9054330fc854f /dev-python/json5 | |
| parent | 49b9a95341a72ad3b54d66a49cab9194209ff20b (diff) | |
| download | baldeagleos-repo-ebb8080f7e5f3c2e8c31e6e02ebcf953b31f7dfa.tar.gz baldeagleos-repo-ebb8080f7e5f3c2e8c31e6e02ebcf953b31f7dfa.tar.xz baldeagleos-repo-ebb8080f7e5f3c2e8c31e6e02ebcf953b31f7dfa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/json5')
| -rw-r--r-- | dev-python/json5/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/json5/json5-0.11.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest index 9230044c3c68..522ac9398e40 100644 --- a/dev-python/json5/Manifest +++ b/dev-python/json5/Manifest @@ -1 +1,2 @@ DIST json5-0.10.0.tar.gz 48202 BLAKE2B 78794c785c5e5636aede6db48e230a5480ac10b8bbab4041cb827deabb1f251b3f2eddc252d5d0f91f358c093feba422575fdd51448c0984195937094227e48b SHA512 1c56def363c268aa256066c8e98b3a9bfba66a3756071bf6ff41929cdd98ccf5435f08103fbbc3b505abe81f39a14fa1ec50d4a984eebc52410cbb31f999b1b9 +DIST json5-0.11.0.tar.gz 51014 BLAKE2B b285f33ad4afb4d40a9dfc598f63a2c4aa62b683648d8ba49c9a1962507db81b944cea71ef563594d3141b4b0f52348f0eb7b2aa3f0e77e525f22cd511197491 SHA512 5721720f514688c2f0c39b3610f001209fdb0f756ff35bca064aadfd0a9529157c88cb574c7f33ef3bed94ed65026f48383e6bafd65a22a27fce50ab140f447f 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..89e95e14cf22 --- /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=( python3_{9,10,11,12,13} pypy3 ) + +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 |
