
Receipt for package "py3k-setuptools_scm"
# SliTaz package receipt. PACKAGE="py3k-setuptools_scm" VERSION="3.3.3" CATEGORY="development" SHORT_DESC="The blessed package to manage your versions by scm tags" MAINTAINER="developer@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/pypa/setuptools_scm/" SOURCE="setuptools_scm" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/83/44/53cad68ce686585d12222e6769682c4bdb9686808d2739671f9175e2938b/$TARBALL" DEPENDS="py3k" BUILD_DEPENDS="py3k-dev py3k" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;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 }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)