summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-08 10:06:06 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-14 21:31:57 +0100
commitebb1dde90d5c624895d9e200f531a58c49e40ec3 (patch)
tree8788619a38f22e8597ea0ff874558701565abccd /gnu/packages/python-xyz.scm
parente5a3cde6460fe7d50a6cdca7c776cb3cec01f690 (diff)
gnu: python-json5: Update to 0.9.25.
* gnu/packages/python-xyz.scm (python-json5): Update to 0.9.25. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: Idcfaa1af9b233fe59d7abf43c13fc96b6bad1cff
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08e6ef3d6f..7a519c5448 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31627,7 +31627,7 @@ HTML-containing files.")
(define-public python-json5
(package
(name "python-json5")
- (version "0.8.5")
+ (version "0.9.25")
(source
(origin
;; sample.json5 is missing from PyPi source tarball
@@ -31637,11 +31637,11 @@ HTML-containing files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nyngj18jlkgvm1177lc3cj47wm4yh3dqigygvcvw7xkyryafsqn"))))
- (build-system python-build-system)
+ (base32 "1c96dqc8hn8c82q89rr7ix8d4da07ls3iac64f8jvjlgmhfik46q"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/dpranke/pyjson5")
- (synopsis
- "Python implementation of the JSON5 data format")
+ (synopsis "Python implementation of the JSON5 data format")
(description
"JSON5 extends the JSON data interchange format to make it slightly more
usable as a configuration language. This Python package implements parsing and