mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-openstep-plist: Update to 0.3.0.
* gnu/packages/python-xyz.scm (python-openstep-plist): Update to 0.3.0. [native-inputs]: Remove python-cython and python-wheel; add python-cython-0. Change-Id: I2ed94a09ad9de84eed5e973fa288e55cb3fd1cab
This commit is contained in:
parent
00a8af7a0f
commit
42f416b4be
1 changed files with 4 additions and 4 deletions
|
@ -17684,12 +17684,11 @@ reading and writing MessagePack data.")
|
||||||
(package
|
(package
|
||||||
(name "python-openstep-plist")
|
(name "python-openstep-plist")
|
||||||
(version "0.3.0")
|
(version "0.3.0")
|
||||||
(home-page "https://github.com/fonttools/openstep-plist")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url "https://github.com/fonttools/openstep-plist")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -17703,8 +17702,9 @@ reading and writing MessagePack data.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
||||||
#$(package-version this-package)))))))
|
#$(package-version this-package)))))))
|
||||||
(native-inputs (list python-cython python-pytest python-setuptools-scm
|
(native-inputs (list python-cython-0 python-pytest python-setuptools-scm
|
||||||
python-setuptools python-wheel))
|
python-setuptools))
|
||||||
|
(home-page "https://github.com/fonttools/openstep-plist")
|
||||||
(synopsis "OpenStep plist parser and writer")
|
(synopsis "OpenStep plist parser and writer")
|
||||||
(description
|
(description
|
||||||
"This package provides a parser for the \"old style\" OpenStep property
|
"This package provides a parser for the \"old style\" OpenStep property
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue