mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-parse-type: Update to 0.5.2.
* gnu/packages/python-xyz.scm (python-parse-type): Update to 0.5.2. [native-inputs]: Add PYTHON-SETUPTOOLS.
This commit is contained in:
parent
883227dde1
commit
206c79df39
1 changed files with 5 additions and 3 deletions
|
@ -2871,19 +2871,21 @@ backported for previous versions of Python from 2.4 to 3.3.")
|
||||||
(define-public python-parse-type
|
(define-public python-parse-type
|
||||||
(package
|
(package
|
||||||
(name "python-parse-type")
|
(name "python-parse-type")
|
||||||
(version "0.4.2")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "parse_type" version))
|
(uri (pypi-uri "parse_type" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g3b6gsdwnm8dpkh2vn34q6dzxm9gl908ggyzcv31n9xbp3vv5pm"))))
|
"02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six python-parse))
|
(list python-six python-parse))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-runner))
|
;; Use setuptools < 58 to work around
|
||||||
|
;; https://github.com/jenisys/parse_type/issues/17
|
||||||
|
(list python-pytest python-pytest-runner python-setuptools))
|
||||||
(home-page "https://github.com/jenisys/parse_type")
|
(home-page "https://github.com/jenisys/parse_type")
|
||||||
(synopsis "Extended parse module")
|
(synopsis "Extended parse module")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue