-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pillow: Migrate from pip build to cross/pillow
- Loading branch information
Showing
8 changed files
with
34 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
PKG_NAME = pillow | ||
PKG_VERS = 11.1.0 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/p/pillow | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/freetype cross/libimagequant cross/libjpeg | ||
DEPENDS += cross/libtiff cross/libwebp cross/zlib | ||
|
||
HOMEPAGE = https://github.com/pyca/cryptography | ||
COMMENT = Provide cryptographic recipes and primitives to Python developers | ||
LICENSE = BSD/ASL2 | ||
|
||
WHEELS_BUILD_ARGS = -C platform-guessing=disable | ||
WHEELS_BUILD_ARGS += -C freetype=enable | ||
WHEELS_BUILD_ARGS += -C imagequant=enable | ||
WHEELS_BUILD_ARGS += -C jpeg=enable | ||
WHEELS_BUILD_ARGS += -C tiff=enable | ||
WHEELS_BUILD_ARGS += -C webp=enable | ||
WHEELS_BUILD_ARGS += -C zlib=enable | ||
|
||
#WHEELS_BUILD_ARGS += -C raqm=enable | ||
#WHEELS_BUILD_ARGS += -C lcms=enable | ||
#WHEELS_BUILD_ARGS += -C jpeg2000=enable | ||
#WHEELS_BUILD_ARGS += -C xcb=enable | ||
|
||
include ../../mk/spksrc.python-wheel.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
pillow-11.1.0.tar.gz SHA1 e4df689bd850a01790d066accdb81ba1164a1cd1 | ||
pillow-11.1.0.tar.gz SHA256 368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20 | ||
pillow-11.1.0.tar.gz MD5 ede5dce0bbbeff02099e2e297919a82a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters