mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public rust-python-pkginfo-0.5
|
|||
("rust-zip" ,rust-zip-0.6))
|
||||
#: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
|
||||
(package
|
||||
(name "rust-qstring")
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2022 ( <paren@disroot.org>
|
||||
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||
|
@ -464,6 +465,28 @@ (define-public rust-output-vt100-0.1
|
|||
"Utility to activate escape codes in Windows' CMD and PowerShell.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-windows")
|
||||
|
|
Loading…
Reference in a new issue