
Receipt for package "python-click"
# SliTaz package receipt. PACKAGE="python-click" VERSION="7.1.2" CATEGORY="development" SHORT_DESC="Composable command line interface toolkit." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/click/" SOURCE="click" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" current_version() { wget -O - $WEB_SITE 2>/dev/null | sed '/click [0-9]/!d;s|.*click ||;q' } # Rules to configure and make the package. compile_rules() { python setup.py \ install \ --prefix=/usr \ --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)