[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/361: gnu: python-py: Improve package style.
From: |
guix-commits |
Subject: |
321/361: gnu: python-py: Improve package style. |
Date: |
Fri, 22 Nov 2024 06:01:06 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 4d1f97fb5bfbe31cf787ea79a8df85f77850a3b7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 22:04:06 2024 +0000
gnu: python-py: Improve package style.
* gnu/packages/python-xyz.scm (python-py): Add maintenance note.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I8e14c2607d186e689461882fe4ac1b7f4c7ce84c
---
gnu/packages/python-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3353c9e4c8..21391d43ac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5577,6 +5577,8 @@ port forwards using @acronym{UPnP, Universal Plug and
Play}.")
(home-page "http://miniupnp.free.fr")
(license license:bsd-3)))
+;; NOTE: As taken from upstram: "this library is in maintenance mode and
+;; should not be used in new code."
(define-public python-py
(package
(name "python-py")
@@ -5588,15 +5590,13 @@ port forwards using @acronym{UPnP, Universal Plug and
Play}.")
(sha256
(base32
"06c7m7sfcn7587xd4s2bng8m6q1gsfd3j93afhplfjq74r0mrisi"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- ;; FIXME: "ImportError: 'test' module incorrectly imported from
- ;;
'/gnu/store/...-python-pytest-mimimal-3.0.5/lib/python3.5/site-packages'.
- ;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
- ;; Is this module globally installed?"
- '(#:tests? #f))
+ '(#:tests? #f)) ;cycle with python-pytest
(native-inputs
- (list python-setuptools-scm))
+ (list python-setuptools
+ python-setuptools-scm
+ python-wheel))
(home-page "https://github.com/pytest-dev/py")
(synopsis "Python library for parsing, I/O, instrospection, and logging")
(description
- 267/361: gnu: python-unyt: Adjust inputs., (continued)
- 267/361: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/22
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/22
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/22
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/22
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/22
- 301/361: gnu: Remove python-pytest-next., guix-commits, 2024/11/22
- 307/361: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/22
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/22
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/22
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/22
- 321/361: gnu: python-py: Improve package style.,
guix-commits <=
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/22
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/22
- 276/361: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/22
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/22
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/22
- 293/361: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/22
- 303/361: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/22
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/22
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/22
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/22