mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyclibrary: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pyclibrary) [propagated-inputs]: Remove python-pyparsing-2.4.7; add python-pyparsing. [native-inputs]: Remove python-wheel. Change-Id: Ifc03f143b92ebedfc938f7feb6363e5c96b064c1
This commit is contained in:
parent
5db6f444b9
commit
f822974d9e
1 changed files with 6 additions and 3 deletions
|
@ -28155,9 +28155,12 @@ Rust Python extensions implemented with @code{PyO3} or @code{rust-cpython}.")
|
||||||
(add-after 'unpack 'set-version
|
(add-after 'unpack 'set-version
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "0.2.2"))))))
|
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "0.2.2"))))))
|
||||||
(native-inputs (list python-pytest python-setuptools
|
(native-inputs
|
||||||
python-setuptools-scm python-wheel))
|
(list python-pytest
|
||||||
(propagated-inputs (list python-pyparsing-2.4.7))
|
python-setuptools
|
||||||
|
python-setuptools-scm))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-pyparsing))
|
||||||
(home-page "https://github.com/MatthieuDartiailh/pyclibrary")
|
(home-page "https://github.com/MatthieuDartiailh/pyclibrary")
|
||||||
(synopsis "Wrap dynamic libraries in Python")
|
(synopsis "Wrap dynamic libraries in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue