pyodide/packages/pillow/meta.yaml

20 lines
478 B
YAML
Raw Normal View History

2020-12-15 09:18:39 +00:00
package:
name: pillow
2021-07-12 01:18:26 +00:00
version: 8.3.1
2020-12-15 09:18:39 +00:00
source:
2021-07-12 01:18:26 +00:00
sha256: 2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792
url: https://files.pythonhosted.org/packages/8f/7d/1e9c2d8989c209edfd10f878da1af956059a1caab498e5bc34fa11b83f71/Pillow-8.3.1.tar.gz
2020-12-15 09:18:39 +00:00
patches:
- patches/setitup.patch
extras:
-
- src/setup.cfg
- ./setup.cfg
build:
2021-06-20 02:37:52 +00:00
cflags: -s USE_ZLIB=1 -s USE_LIBJPEG=1 -s USE_FREETYPE=1 -s SIDE_MODULE
ldflags: -ljpeg
2020-12-15 09:18:39 +00:00
test:
imports:
- PIL