# Template file for 'python-Pillow' pkgname=python-Pillow version=3.0.0 revision=2 wrksrc="Pillow-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools python-tkinter python3.4-tkinter" makedepends="python-devel python3.4-devel python-tkinter python3.4-tkinter libjpeg-turbo-devel libopenjpeg2-devel zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel tk-devel" pycompile_module="PIL" short_desc="Python Imaging Library (PIL) fork (Python2)" _short_desc="${short_desc/Python2/Python3.4}" maintainer="Alessio Sergi " homepage="https://github.com/python-pillow/Pillow" license="PIL" distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz" checksum=ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb if [ -z "$CROSS_BUILD" ]; then subpackages="python-Pillow-qt python3.4-Pillow-qt" fi subpackages+=" python-Pillow-devel python3.4-Pillow-devel python-Pillow-tk python3.4-Pillow-tk python3.4-Pillow" pre_build() { sed -i '/^#!\//,1d' PIL/OleFileIO.py } post_install() { rm -f ${DESTDIR}/usr/bin/*.py # rename bins and remove .py suffix for f in convert driver file font print; do vbin build-2.7/scripts-2.7/pil${f}{.py,} vbin build-3.4/scripts-3.4/pil${f}{.py,3} done vlicense LICENSE } python-Pillow-devel_package() { depends="${sourcepkg}-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmkdir usr/include/python2.7/Imaging vcopy libImaging/*.h usr/include/python2.7/Imaging } } python-Pillow-qt_package() { depends="${sourcepkg}-${version}_${revision} python-PyQt4" short_desc+=" - Qt interface" pycompile_module="PIL" pkg_install() { vmove usr/lib/python2.7/site-packages/PIL/ImageQt.py } } python-Pillow-tk_package() { depends="${sourcepkg}-${version}_${revision}" short_desc+=" - Tk interface" pycompile_module="PIL" pkg_install() { vmove usr/lib/python2.7/site-packages/PIL/ImageTk.py vmove usr/lib/python2.7/site-packages/PIL/SpiderImagePlugin.py vmove usr/lib/python2.7/site-packages/PIL/_imagingtk.so } } python3.4-Pillow_package() { short_desc="${_short_desc}" pycompile_version="3.4" pycompile_module="PIL" pkg_install() { vmove usr/bin/*3 vmove usr/lib/python3.4 vlicense LICENSE } } python3.4-Pillow-devel_package() { depends="python3.4-Pillow-${version}_${revision}" short_desc="${_short_desc} - development files" pkg_install() { vmkdir usr/include/python3.4m/Imaging vcopy libImaging/*.h usr/include/python3.4m/Imaging } } python3.4-Pillow-qt_package() { depends="python3.4-Pillow-${version}_${revision} python3.4-PyQt4" short_desc="${_short_desc} - Qt interface" pycompile_version="3.4" pycompile_module="PIL" pkg_install() { vmove usr/lib/python3.4/site-packages/PIL/ImageQt.py } } python3.4-Pillow-tk_package() { depends="python3.4-Pillow-${version}_${revision}" short_desc="${_short_desc} - Tk interface" pycompile_version="3.4" pycompile_module="PIL" pkg_install() { vmove usr/lib/python3.4/site-packages/PIL/ImageTk.py vmove usr/lib/python3.4/site-packages/PIL/SpiderImagePlugin.py vmove usr/lib/python3.4/site-packages/PIL/_imagingtk.cpython-34m.so } }