
Receipt for package "py3k-pillow"
# SliTaz package receipt. PACKAGE="py3k-pillow" VERSION="9.1.1" CATEGORY="development" SHORT_DESC="Python3 Imaging Library." MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="https://python-pillow.org/" SOURCE="Pillow" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="freetype jpeg py3k tk zlib" BUILD_DEPENDS="jpeg-dev py3k-dev zlib-dev" # What is the latest version available today? current_version() { wget -O - https://github.com/python-pillow/Pillow/releases 2>/dev/null | \ sed '/Pillow\/tree/!d;s|.*tree/||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py build && python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/usr $fs }
6011 packages and 861670 files in cooking database (Sun May 11 00:50:42 2025)