me
/
guix
Archived
1
0
Fork 0

gnu: python-license-expression: Update to 30.1.0.

* gnu/packages/python-xyz.scm (python-license-expression): Update to 30.1.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-scm and python-pytest.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Bruno Victal 2023-03-14 18:27:09 +00:00 committed by Maxim Cournoyer
parent 6718a5dd9e
commit 8e888392b7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 3 deletions

View File

@ -2134,14 +2134,16 @@ and lookups.")
(define-public python-license-expression (define-public python-license-expression
(package (package
(name "python-license-expression") (name "python-license-expression")
(version "1.2") (version "30.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "license-expression" version)) (uri (pypi-uri "license-expression" version))
(sha256 (sha256
(base32 "1g0sgphss8hbi1rpl4avy1nmbixmy9v194xdbvkjgl90vzgy2q3r")))) (base32 "0lvshl2fhwa568d3y3vmx45hdp8gk5w9yl3b2q5d66r5vqn1sfwl"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs
(list python-setuptools-scm python-pytest))
(propagated-inputs (propagated-inputs
(list python-boolean.py)) (list python-boolean.py))
(home-page "https://github.com/nexB/license-expression") (home-page "https://github.com/nexB/license-expression")