[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/53: gnu: python-pypng: Update to 0.20220715.0.
From: |
guix-commits |
Subject: |
12/53: gnu: python-pypng: Update to 0.20220715.0. |
Date: |
Thu, 11 Jan 2024 09:42:58 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit bbacfbc5c1db88d701dae525a23d094352a9cff1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 8 11:35:41 2024 +0100
gnu: python-pypng: Update to 0.20220715.0.
* gnu/packages/python-xyz.scm (python-pypng): Update to 0.20220715.0.
[build-system]: Use pyproject-build-system.
[arguments]: Add 'pre-check phase.
[native-inputs]: Add python-pytest.
Change-Id: Ic47c653f94a688048383eba216f01d7987625680
---
gnu/packages/python-xyz.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 53b6669983..96f767b43f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28649,14 +28649,24 @@ lowercase.")
(define-public python-pypng
(package
(name "python-pypng")
- (version "0.0.20")
+ (version "0.20220715.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pypng" version))
(sha256
- (base32 "02qpa22ls41vwsrzw9r9qhj1nhq05p03hb5473pay6y980s86chh"))))
- (build-system python-build-system)
+ (base32 "1hg24zja235bkbny82hx7sy7qlzfbabxph2lvqaq61vgm4xl773k"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ '(modify-phases %standard-phases
+ (add-before 'check 'pre-check
+ (lambda _
+ (setenv "PYTHONPATH"
+ (string-append (getcwd) "/code:"
+ (getenv "GUIX_PYTHONPATH"))))))))
+ (native-inputs (list python-pytest))
(home-page "https://github.com/drj11/pypng")
(synopsis "Pure Python PNG image encoder/decoder")
(description
- 43/53: gnu: python-metpy: Update to 1.6.0., (continued)
- 43/53: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/11
- 42/53: gnu: python-pint: Add missing input., guix-commits, 2024/01/11
- 48/53: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/11
- 03/53: gnu: python-doit: Update to 0.36.0., guix-commits, 2024/01/11
- 01/53: gnu: Add python-cython-0.29.35., guix-commits, 2024/01/11
- 08/53: gnu: python-tifffile: Update to 2023.12.9., guix-commits, 2024/01/11
- 18/53: gnu: python-kiwisolver: Update to 1.4.5., guix-commits, 2024/01/11
- 15/53: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/11
- 16/53: gnu: python-umap-learn: Update to 0.5.5., guix-commits, 2024/01/11
- 02/53: gnu: Add pybind11-2.10., guix-commits, 2024/01/11
- 12/53: gnu: python-pypng: Update to 0.20220715.0.,
guix-commits <=
- 31/53: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/11
- 32/53: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/11
- 36/53: gnu: python-cartopy: Update to 0.22.0., guix-commits, 2024/01/11
- 30/53: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/11
- 39/53: gnu: python-scikit-optimize: Make compatible with latest sklearn., guix-commits, 2024/01/11
- 44/53: gnu: Add python-asyncinject., guix-commits, 2024/01/11
- 52/53: gnu: python-xarray: Update to 2023.12.0., guix-commits, 2024/01/11
- 53/53: gnu: python-dask: Propagate click., guix-commits, 2024/01/11
- 51/53: gnu: python-telomerecat: Disable tests., guix-commits, 2024/01/11