diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 13:23:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:46 +0100 |
| commit | 42f416b4be6440c02ce14dfe73b7c386f2d4ab31 (patch) | |
| tree | ec514ccb911674d1bbb34ca30f5a16afeb594428 /gnu/packages/python-xyz.scm | |
| parent | 00a8af7a0fc57956045c84c9f9c6873c196d583c (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0802e6194a..5105622297 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17684,12 +17684,11 @@ reading and writing MessagePack data.") (package (name "python-openstep-plist") (version "0.3.0") - (home-page "https://github.com/fonttools/openstep-plist") (source (origin (method git-fetch) (uri (git-reference - (url home-page) + (url "https://github.com/fonttools/openstep-plist") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -17703,8 +17702,9 @@ reading and writing MessagePack data.") (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$(package-version this-package))))))) - (native-inputs (list python-cython python-pytest python-setuptools-scm - python-setuptools python-wheel)) + (native-inputs (list python-cython-0 python-pytest python-setuptools-scm + python-setuptools)) + (home-page "https://github.com/fonttools/openstep-plist") (synopsis "OpenStep plist parser and writer") (description "This package provides a parser for the \"old style\" OpenStep property |
