[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
320/361: gnu: python-pickleshare: Improve package style.
From: |
guix-commits |
Subject: |
320/361: gnu: python-pickleshare: Improve package style. |
Date: |
Thu, 21 Nov 2024 06:29:43 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit c7e855d64b499c5fa3bc0b3187bce63d03d632b2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 08:15:49 2024 +0000
gnu: python-pickleshare: Improve package style.
* gnu/packages/databases.scm (python-pickleshare)
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Use default 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ib53f1d3232112cff000e7413446f42085e945ee9
---
gnu/packages/databases.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d0c48526cf..31ae87725e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3939,14 +3939,11 @@ data.
(uri (pypi-uri "pickleshare" version))
(sha256
(base32 "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47"))))
- (build-system python-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest"))))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/vivainio/pickleshare")
(synopsis "Tiny key value database with concurrency support")
(description
- 349/361: gnu: python-flask: Update to 3.1.0., (continued)
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/21
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/21
- 236/361: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/21
- 266/361: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/21
- 269/361: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/21
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/21
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/21
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/21
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/21
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/21
- 320/361: gnu: python-pickleshare: Improve package style.,
guix-commits <=
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/21