[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/361: gnu: python-transient: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
137/361: gnu: python-transient: Move to pyproject-build-system. |
Date: |
Fri, 22 Nov 2024 06:00:28 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 88e52a614c9d11da6b7bb0586314da02f96e1544
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:52:57 2024 +0200
gnu: python-transient: Move to pyproject-build-system.
* gnu/packages/virtualization.scm (python-transient)[build-system]:
Move to pyproject-build-system.
Change-Id: I29969738f862ea26fbaa9cb7642f98336f37c583
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/virtualization.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 35c99fa281..871a556724 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023, 2024 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
;;; Copyright © 2024 jgart <jgart@dismail.de>
@@ -2844,9 +2845,8 @@ use with virtualization provisioning tools")
(method url-fetch)
(uri (pypi-uri "transient" version))
(sha256
- (base32
- "148yiqrmcscsi6787y0f27i1y9cf0gcw3mqfv5frhpmsmv62mv5z"))))
- (build-system python-build-system)
+ (base32 "148yiqrmcscsi6787y0f27i1y9cf0gcw3mqfv5frhpmsmv62mv5z"))))
+ (build-system pyproject-build-system)
(arguments
`(#:tests? #f ; Requires behave
#:phases (modify-phases %standard-phases
@@ -2854,8 +2854,12 @@ use with virtualization provisioning tools")
(lambda _
(substitute* "setup.py"
(("==")
- ">="))
- #t)))))
+ ">=")))))))
+ (native-inputs
+ (list python-black
+ python-mypy
+ python-pyhamcrest
+ python-twine))
(propagated-inputs
(list python-beautifultable
python-click
@@ -2865,12 +2869,8 @@ use with virtualization provisioning tools")
python-progressbar2
python-requests
python-toml))
- (native-inputs
- (list python-black python-mypy python-pyhamcrest python-twine))
- (home-page
- "https://github.com/ALSchwalm/transient")
- (synopsis
- "QEMU Wrapper written in Python")
+ (home-page "https://github.com/ALSchwalm/transient")
+ (synopsis "QEMU Wrapper written in Python")
(description
"@code{transient} is a wrapper for QEMU allowing the creation of virtual
machines with shared folder, ssh, and disk creation support.")
- 177/361: gnu: abjad-ext-rmakers: Update to 3.19., (continued)
- 177/361: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/22
- 186/361: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/22
- 198/361: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/22
- 199/361: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/22
- 230/361: gnu: Remove python-mrkd., guix-commits, 2024/11/22
- 249/361: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/22
- 136/361: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/22
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/22
- 128/361: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/22
- 137/361: gnu: python-transient: Move to pyproject-build-system.,
guix-commits <=
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/22
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/22
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/22
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/22
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/22
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/22
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/22