
Receipt for package "py3k-distutils-extra"
# SliTaz package receipt. PACKAGE="py3k-distutils-extra" VERSION="2.39" CATEGORY="development" SHORT_DESC="Enhanced distutils package for python." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL" WEB_SITE="https://launchpad.net/python-distutils-extra" SOURCE="python-distutils-extra" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL" DEPENDS="py3k" BUILD_DEPENDS="py3k-setuptools_scm" HOST_ARCH="i486 arm" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/atest version/!d;s|.* is ||;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py build && python3 setup.py install --prefix=/usr --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)