Skip to content

Commit

Permalink
Add Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Feb 4, 2022
1 parent fc5cec5 commit 6dab163
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 010-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#--------------------------------------------------------------- toolset version

VERSION=0.48.1
VERSION=0.48.2

#-------------------------------------------------------------- target OS by SDK

Expand Down
4 changes: 4 additions & 0 deletions 220-inkscape_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ sed -i '' '1s/.*/#!\/usr\/bin\/env python3/' "$INK_APP_BIN_DIR"/f2py
sed -i '' '1s/.*/#!\/usr\/bin\/env python3/' "$INK_APP_BIN_DIR"/f2py3
sed -i '' '1s/.*/#!\/usr\/bin\/env python3/' "$INK_APP_BIN_DIR"/f2py3.8

#------------------------------------------------ install Python package: Pillow

ink_pipinstall "$INK_PYTHON_PILLOW"

#--------------------------------------------- install Python package: PyGObject

ink_pipinstall "$INK_PYTHON_PYGOBJECT"
Expand Down
3 changes: 3 additions & 0 deletions packages/ink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ cp${INK_PYTHON_VER/./}-cp${INK_PYTHON_VER/./}-macosx_10_9_x86_64.whl
# https://github.com/numpy/numpy
INK_PYTHON_NUMPY=numpy==1.19.1

# https://pypi.org/project/Pillow/
INK_PYTHON_PILLOW=Pillow==9.0.0

# https://pygobject.readthedocs.io/en/latest/
INK_PYTHON_PYGOBJECT=PyGObject==3.36.1

Expand Down

0 comments on commit 6dab163

Please sign in to comment.