10 lines
401 B
YAML
10 lines
401 B
YAML
name: python3-pillow
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -d ${FLATPAK_DEST}/lib/python3.7/site-packages/
|
|
- pip3 install --prefix=${FLATPAK_DEST} .
|
|
sources:
|
|
- type: archive
|
|
url: https://files.pythonhosted.org/packages/3c/7e/443be24431324bd34d22dd9d11cc845d995bcd3b500676bcf23142756975/Pillow-5.4.1.tar.gz
|
|
sha256: 5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f
|