me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-pyo3-build-config-0.18.

* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.18): New variable.
master
Ricardo Wurmus 2023-03-22 11:38:49 +01:00 committed by Efraim Flashner
parent f99d375e38
commit ad3474fda1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 25 additions and 0 deletions

View File

@ -46048,6 +46048,31 @@ they were parsed from")
@code{LC_COLLATE} and @code{LC_CTYPE} are not yet supported.") @code{LC_COLLATE} and @code{LC_CTYPE} are not yet supported.")
(license license:expat))) (license license:expat)))
(define-public rust-pyo3-build-config-0.18
(package
(name "rust-pyo3-build-config")
(version "0.18.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "pyo3-build-config" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0zb7sz2w59ba0ipmy7saigyyr9v6pkrzqb8r5gagmp87bncryhvm"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1)
("rust-python3-dll-a" ,rust-python3-dll-a-0.2)
("rust-target-lexicon" ,rust-target-lexicon-0.12))))
(native-inputs (list python)) ;for tests
(home-page "https://github.com/pyo3/pyo3")
(synopsis "Build configuration for PyO3")
(description
"This package contains build configuration helpers for the PyO3
ecosystem.")
(license license:asl2.0)))
(define-public rust-pyo3-build-config-0.16 (define-public rust-pyo3-build-config-0.16
(package (package
(name "rust-pyo3-build-config") (name "rust-pyo3-build-config")