mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-setuptools-rust.
* gnu/packages/python-xyz.scm (python-setuptools-rust): New variable.
This commit is contained in:
parent
cb82fca5de
commit
567cc4ea38
1 changed files with 23 additions and 0 deletions
|
@ -20502,6 +20502,29 @@ belong to tagged versions.")
|
||||||
Git.")
|
Git.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-setuptools-rust
|
||||||
|
(package
|
||||||
|
(name "python-setuptools-rust")
|
||||||
|
(version "1.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "setuptools-rust" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1lb57qx1azklgzmalflq960agvwci4bwddw0zvlc9zy00fsvkbd0"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments '(#:tests? #f)) ;no tests
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools-scm))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-semantic-version python-typing-extensions))
|
||||||
|
(home-page "https://github.com/PyO3/setuptools-rust")
|
||||||
|
(synopsis "Setuptools plugin for Rust extensions")
|
||||||
|
(description
|
||||||
|
"@code{setuptools-rust} is a plugin for @code{setuptools} to build
|
||||||
|
Rust Python extensions implemented with @code{PyO3} or @code{rust-cpython}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pyclipper
|
(define-public python-pyclipper
|
||||||
(package
|
(package
|
||||||
(name "python-pyclipper")
|
(name "python-pyclipper")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue