
Receipt for package "python-cheetah"
# SliTaz package receipt. PACKAGE="python-cheetah" VERSION="2.4.4" CATEGORY="development" TAGS="python" SHORT_DESC="A template engine and code generation tool written in Python." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://cheetahtemplate.org/" SOURCE="Cheetah" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/news.html#id/!d;s|.*">||;s| .*||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's/sys.version_info/&[:]/' \ cheetah/Template.py sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' \ cheetah/Tests/SyntaxAndOutput.py python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)