mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rfc3987: Update to 1.3.8.
* gnu/packages/python-xyz.scm (python-rfc3987): Update to 1.3.8. [build-system]: Use pyproject. [arguments] <test-backend>: Use 'custom. [native-inputs]: Add python-setuptools. Change-Id: Ia1f62b969de5ba0eeab3c0cc48bccb3b9c703522
This commit is contained in:
parent
162e70e3a2
commit
b27b7c455e
1 changed files with 9 additions and 3 deletions
|
@ -26961,15 +26961,21 @@ in pure Python.")
|
||||||
(define-public python-rfc3987
|
(define-public python-rfc3987
|
||||||
(package
|
(package
|
||||||
(name "python-rfc3987")
|
(name "python-rfc3987")
|
||||||
(version "1.3.7")
|
(version "1.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rfc3987" version))
|
(uri (pypi-uri "rfc3987" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"192pclzs2y0yaywqkrlvd0x73740q310kvqvm6jldhi619mq59wi"))))
|
"0cx7bhyjaylwnf9armxrkb3r0s37vf0vqf3bhbll9mb0lmbx5i6k"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-backend #~'custom
|
||||||
|
#:test-flags #~(list "-m" "doctest" "rfc3987.py")))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
|
;; Source: <https://codeberg.org/atufi/rfc3987>.
|
||||||
(home-page "https://pypi.org/project/rfc3987/")
|
(home-page "https://pypi.org/project/rfc3987/")
|
||||||
(synopsis "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)")
|
(synopsis "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)")
|
||||||
(description "@code{rfc3987} provides routines for parsing and
|
(description "@code{rfc3987} provides routines for parsing and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue