[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
319/474: gnu: python-pickleshare: Improve package style.
From: |
guix-commits |
Subject: |
319/474: gnu: python-pickleshare: Improve package style. |
Date: |
Sat, 30 Nov 2024 18:20:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 912cde49ceeb26d8aa6f9921bd4e4cdc966d8ae1
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 5960df628f..59fb1948e0 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
- 277/474: gnu: python-robotframework-requests: Adjust inputs., (continued)
- 277/474: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/30
- 283/474: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/30
- 282/474: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/30
- 289/474: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/30
- 298/474: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/30
- 300/474: gnu: Remove python-pytest-next., guix-commits, 2024/11/30
- 305/474: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/30
- 311/474: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/30
- 321/474: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/30
- 325/474: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/30
- 319/474: gnu: python-pickleshare: Improve package style.,
guix-commits <=
- 358/474: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/30
- 351/474: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/30
- 370/474: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/30
- 368/474: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/30
- 348/474: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/30
- 359/474: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/30
- 401/474: gnu: python-aiofiles: Update to 24.1.0., guix-commits, 2024/11/30
- 397/474: gnu: python-paramiko: Update to 3.5.0., guix-commits, 2024/11/30
- 412/474: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/30
- 413/474: gnu: poetry: Update to 1.8.4., guix-commits, 2024/11/30