mirror of https://github.com/pyodide/pyodide.git
18 lines
477 B
YAML
18 lines
477 B
YAML
package:
|
|
name: Pillow
|
|
version: 9.0.0
|
|
source:
|
|
sha256: ee6e2963e92762923956fe5d3479b1fdc3b76c83f290aad131a2f98c3df0593e
|
|
url: https://files.pythonhosted.org/packages/b0/43/3e286c93b9fa20e233d53532cc419b5aad8a468d91065dbef4c846058834/Pillow-9.0.0.tar.gz
|
|
patches:
|
|
- patches/setitup.patch
|
|
extras:
|
|
- - src/setup.cfg
|
|
- ./setup.cfg
|
|
build:
|
|
cflags: -s USE_ZLIB=1 -s USE_LIBJPEG=1 -s USE_FREETYPE=1 -s SIDE_MODULE=1
|
|
ldflags: -ljpeg
|
|
test:
|
|
imports:
|
|
- PIL
|