[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/224: gnu: python-send2trash: Update to 1.8.2.
From: |
guix-commits |
Subject: |
79/224: gnu: python-send2trash: Update to 1.8.2. |
Date: |
Tue, 15 Oct 2024 16:32:27 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8a01753e5db73dd82b303923d38455ccc47ebd06
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 17:41:00 2024 +0200
gnu: python-send2trash: Update to 1.8.2.
* gnu/packages/python-xyz.scm (python-send2trash): Update to 1.8.2.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I62f85bb58ee4efb2accb26086273a7cd2486654e
---
gnu/packages/python-xyz.scm | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a25d7e8c72..fdd13fa2bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26624,7 +26624,7 @@ systems policies.")
(define-public python-send2trash
(package
(name "python-send2trash")
- (version "1.8.0")
+ (version "1.8.2")
(source
(origin (method git-fetch)
;; Source tarball on PyPI doesn't include tests.
@@ -26634,19 +26634,15 @@ systems policies.")
(file-name (git-file-name name version))
(sha256
(base32
- "1k7dfypaaq4f36fbciaasv72j6wgjihw8d88axmz9c329bz8v5qx"))))
- (build-system python-build-system)
+ "0dl9nv3h3kkcavwiswzg76pksqczq448gbdvlbz88bm71zvdshx7"))))
+ (build-system pyproject-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
+ (list
+ #:phases
+ '(modify-phases %standard-phases
(add-before 'check 'pre-check
- (lambda _
- (setenv "HOME" "/tmp")))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
- (native-inputs (list python-pytest))
+ (lambda _ (setenv "HOME" "/tmp"))))))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/arsenetar/send2trash";)
(synopsis "Send files to the user's @file{~/Trash} directory")
(description "This package provides a Python library to send files to the
- 06/224: build-system/python: Ignore symlinks when changing mtime., (continued)
- 06/224: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/10/15
- 13/224: doc: Document new options for pyproject-build-system., guix-commits, 2024/10/15
- 15/224: gnu: Add missing import., guix-commits, 2024/10/15
- 28/224: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/10/15
- 33/224: gnu: Add python-rapidfuzz., guix-commits, 2024/10/15
- 21/224: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/10/15
- 37/224: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/10/15
- 77/224: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/10/15
- 40/224: gnu: java-testng: Disable one test., guix-commits, 2024/10/15
- 47/224: gnu: python-vine: Add missing inputs., guix-commits, 2024/10/15
- 79/224: gnu: python-send2trash: Update to 1.8.2.,
guix-commits <=
- 81/224: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/10/15
- 71/224: gnu: Add python-fqdn., guix-commits, 2024/10/15
- 73/224: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/15
- 72/224: gnu: Add python-overrides., guix-commits, 2024/10/15
- 76/224: gnu: Add python-nbclassic., guix-commits, 2024/10/15
- 66/224: gnu: Add python-referencing., guix-commits, 2024/10/15
- 90/224: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/15
- 59/224: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/15
- 75/224: gnu: Add python-notebook-shim., guix-commits, 2024/10/15
- 41/224: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/15