
Receipt for package "python-lxml"
# SliTaz package receipt. PACKAGE="python-lxml" VERSION="4.7.1" CATEGORY="development" SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/lxml/" REPOLOGY="python:lxml" SOURCE="lxml" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="libxml2 libxslt python zlib" BUILD_DEPENDS="libxml2 libxml2-dev libxslt libxslt-dev python-dev python-setuptools" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||" } # Rules to configure and make the package. compile_rules() { python setup.py build && 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)