[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/397: gnu: python-pillow: Use pyproject-build-system.
From: |
guix-commits |
Subject: |
141/397: gnu: python-pillow: Use pyproject-build-system. |
Date: |
Thu, 16 Jan 2025 04:30:17 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 12565f561457040e210cedba129e619135e57a69
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 15:42:57 2025 +0100
gnu: python-pillow: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-pillow)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I98b8c79664ede2ef3d8f3e9a2321289da8719d9b
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b4555640a..628609b807 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11002,8 +11002,8 @@ Python list with elements of type @code{PIL.Image}
(from the
(search-patches "python-pillow-CVE-2022-45199.patch"
;; Included in 10.1.0.
"python-pillow-use-zlib-1.3.patch"))))
- (build-system python-build-system)
- (native-inputs (list python-pytest))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(inputs (list freetype
lcms
libjpeg-turbo
- 118/397: gnu: python-astral: Remove old version of dataclasses., (continued)
- 118/397: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/16
- 122/397: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/16
- 111/397: gnu: python-black: Update to 24.10.0., guix-commits, 2025/01/16
- 127/397: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/16
- 128/397: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/16
- 132/397: gnu: Add python-pyogrio., guix-commits, 2025/01/16
- 135/397: gnu: awscli: Update to 1.36.32., guix-commits, 2025/01/16
- 126/397: gnu: Add python-joserfc., guix-commits, 2025/01/16
- 136/397: gnu: awscli-2: Remove obsolete build phase., guix-commits, 2025/01/16
- 137/397: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/16
- 141/397: gnu: python-pillow: Use pyproject-build-system.,
guix-commits <=
- 134/397: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/16
- 138/397: gnu: awscli-2: Run tests., guix-commits, 2025/01/16
- 143/397: gnu: python-pillow: Update to 11.1.0., guix-commits, 2025/01/16
- 144/397: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/16
- 147/397: gnu: Add python-inline-snapshot., guix-commits, 2025/01/16
- 148/397: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/16
- 152/397: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/16
- 153/397: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/16
- 154/397: gnu: Add python-rich-toolkit., guix-commits, 2025/01/16
- 389/397: gnu: python-glom: Update to 24.11.0., guix-commits, 2025/01/16