diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
commit | 9d4810f84de876ec9d0ae03d0d44224500b41188 (patch) | |
tree | 1ca0866afdc949e405d20635d3d7f2115abb9ace /dev-python/jsonxs | |
parent | 075fd1f8cabc5879c6eb42127fb84c3058677fde (diff) |
gentoo auto-resync : 19:05:2024 - 00:01:59
Diffstat (limited to 'dev-python/jsonxs')
-rw-r--r-- | dev-python/jsonxs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jsonxs/jsonxs-0.6-r1.ebuild | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/jsonxs/Manifest b/dev-python/jsonxs/Manifest index 8b3e8505fcdb..64e3abd13cba 100644 --- a/dev-python/jsonxs/Manifest +++ b/dev-python/jsonxs/Manifest @@ -1,3 +1,3 @@ DIST jsonxs-0.6.tar.gz 4071 BLAKE2B b19e6049be686abfcd0ce4dfd70b15c7367addf80ade80d3cdc3b3521885d15d92a3c5f71e80bb34de5a51fe8effdce3f6caa05ea5f7b60fc2ada536d98d34e4 SHA512 6dd5cb58b3f5ed00166bae175ef8daa4a4c18970c44afcc197bcc502433b164d5e3a6dfbd2f21f944a9339c257aac8af7bf1df8b3f1c2b12cf17777fc99e2272 -EBUILD jsonxs-0.6-r1.ebuild 462 BLAKE2B ad9e5ea768f29ef9f51d48cdb0ce31d6b6a45d88a951ce754eaa738997f12f1096dcf6c3bab5cf93607f7190b9119d76100b36821e39d2d5de2389a3501a22b6 SHA512 103efc97628cbb02e14852465f58930c2677d0bebed16639ba5a0c42fe1cab489361cc353cb90bfca3c5febf4c360326865284c67bf69c3f0aa02968752477df +EBUILD jsonxs-0.6-r1.ebuild 500 BLAKE2B ab2cb6f708ec761fb4d8218a0d4980f3d4666fc2bbf4e3f55f0a56e7dd923e46336164fed31b4affdaa67ed62c7d83c091ec16de7179e1770839cfa778046eb2 SHA512 517125f3b37d3daceed9e48868d8e9ee4efac56719d80182c81551fadaaf504d6bfd521f285c3a552b7f8c4f813d4d90425bbb990b5cdd27a6d3a796493bb333 MISC metadata.xml 389 BLAKE2B f320a1866050de0e3054e271e545a6aa0052d6fa1c6918c6150efe3a28b8979d731508ca3833e953258e90fe3a77b4e42f99716aa32a34f690efd7234b1fdbfb SHA512 0940b81296f260a18c7ad4e0d655bb3b1e100ec0241389868cb21d8c57c3eee40e966e266fcbaba3ee5f2dff00970df2f8c9afbf2ec949e5259c399ab8bbf496 diff --git a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild b/dev-python/jsonxs/jsonxs-0.6-r1.ebuild index 39aeaffc85bd..05b7899d3e9a 100644 --- a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild +++ b/dev-python/jsonxs/jsonxs-0.6-r1.ebuild @@ -1,15 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="Get/set values in JSON and Python datastructures" -HOMEPAGE="https://github.com/fboender/jsonxs" +HOMEPAGE=" + https://github.com/fboender/jsonxs/ + https://pypi.org/project/jsonxs/ +" LICENSE="MIT" SLOT="0" |