mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: rust-python3-dll-a-0.2: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-python3-dll-a-0.2): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: Ic16735b24b0a6e37cee0992d0baf130fe9ac4576
This commit is contained in:
parent
bbe1a55ff9
commit
e0aa529716
2 changed files with 23 additions and 22 deletions
|
@ -53894,28 +53894,6 @@ Python code from a Rust binary is also supported.")
|
||||||
("rust-zip" ,rust-zip-0.6))
|
("rust-zip" ,rust-zip-0.6))
|
||||||
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))))
|
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))))
|
||||||
|
|
||||||
(define-public rust-python3-dll-a-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-python3-dll-a")
|
|
||||||
(version "0.2.6")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "python3-dll-a" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1a676r8xlbkijdagywwz838rbdnc9h28lgmx1ccvyqj9h9rbs5d9"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ;Windows-like targets only
|
|
||||||
#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
|
||||||
(home-page "https://github.com/pyo3/python3-dll-a")
|
|
||||||
(synopsis "Python import library generator")
|
|
||||||
(description
|
|
||||||
"This crate generates import libraries for the Python shared library
|
|
||||||
for MinGW-w64 and MSVC (cross-)compile targets.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-qstring-0.7
|
(define-public rust-qstring-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-qstring")
|
(name "rust-qstring")
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2022 ( <paren@disroot.org>
|
;;; Copyright © 2022 ( <paren@disroot.org>
|
||||||
|
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||||
|
@ -464,6 +465,28 @@ IOCP and Async I/O abstractions.")
|
||||||
"Utility to activate escape codes in Windows' CMD and PowerShell.")
|
"Utility to activate escape codes in Windows' CMD and PowerShell.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-python3-dll-a-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-python3-dll-a")
|
||||||
|
(version "0.2.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "python3-dll-a" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1a676r8xlbkijdagywwz838rbdnc9h28lgmx1ccvyqj9h9rbs5d9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ;Windows-like targets only
|
||||||
|
#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
||||||
|
(home-page "https://github.com/pyo3/python3-dll-a")
|
||||||
|
(synopsis "Python import library generator")
|
||||||
|
(description
|
||||||
|
"This crate generates import libraries for the Python shared library
|
||||||
|
for MinGW-w64 and MSVC (cross-)compile targets.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-windows-0.48
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
Loading…
Add table
Reference in a new issue