mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to py3-Pillow-12.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT= Python Imaging Library (friendly fork of PIL)
|
||||
|
||||
MODPY_DISTV= 12.1.1
|
||||
MODPY_DISTV= 12.2.0
|
||||
DISTNAME= pillow-${MODPY_DISTV}
|
||||
PKGNAME= py-Pillow-${MODPY_DISTV}
|
||||
CATEGORIES= graphics
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (pillow-12.1.1.tar.gz) = mtj6WTerBSGOK2pM/zApWtNa/S+DrFkuaMDYcbsP28Q=
|
||||
SIZE (pillow-12.1.1.tar.gz) = 46980264
|
||||
SHA256 (pillow-12.2.0.tar.gz) = qDCxpAkZU50HgGqljhsRTfU93UMhPZyLdYR+7mwBgrU=
|
||||
SIZE (pillow-12.2.0.tar.gz) = 46987819
|
||||
|
||||
@@ -10,7 +10,7 @@ https://github.com/pypa/distutils/issues/396
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -673,6 +673,12 @@ class pil_build_ext(build_ext):
|
||||
@@ -671,6 +671,12 @@ class pil_build_ext(build_ext):
|
||||
),
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ Index: setup.py
|
||||
elif sys.platform.startswith("netbsd"):
|
||||
_add_directory(library_dirs, "/usr/pkg/lib")
|
||||
_add_directory(include_dirs, "/usr/pkg/include")
|
||||
@@ -794,6 +800,8 @@ class pil_build_ext(build_ext):
|
||||
@@ -792,6 +798,8 @@ class pil_build_ext(build_ext):
|
||||
feature.set("tiff", "libtiff")
|
||||
elif _find_library_file(self, "tiff"):
|
||||
feature.set("tiff", "tiff")
|
||||
@@ -32,7 +32,7 @@ Index: setup.py
|
||||
|
||||
if feature.want("freetype"):
|
||||
_dbg("Looking for freetype")
|
||||
@@ -874,6 +882,8 @@ class pil_build_ext(build_ext):
|
||||
@@ -872,6 +880,8 @@ class pil_build_ext(build_ext):
|
||||
):
|
||||
feature.set("webp", prefix + "webp")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user