mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sexpdata: Update to 1.0.2.
* gnu/packages/python-xyz.scm (python-sexpdata): Update to 1.0.2. [build-system]: Use pyproject-build-system. [arguments]: Add '#:tests? #f'. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ia6efab4dc9a7029009e250bb3676dad70a91aedb
This commit is contained in:
parent
edd96a2b39
commit
0259abfb66
1 changed files with 6 additions and 3 deletions
|
@ -13576,15 +13576,18 @@ application and control it as if a human were typing commands.")
|
|||
(define-public python-sexpdata
|
||||
(package
|
||||
(name "python-sexpdata")
|
||||
(version "0.0.3")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sexpdata" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q4lsjyzzqrdv64l0pv4ij9nd8gqhvxqcrpxc2xpxs652sk2gj0s"))))
|
||||
(build-system python-build-system)
|
||||
"02f1v96wzqf3jgwbp1fvankszkzvyff53fa4ks7nyxpnc41ppdlj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/jd-boyd/sexpdata")
|
||||
(synopsis "S-expression parser for Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue