
Receipt for package "python-docopt"
# SliTaz package receipt. PACKAGE="python-docopt" SOURCE="docopt" VERSION="0.6.2" CATEGORY="development" SHORT_DESC="Pythonic argument parser, that will make you smile." MAINTAINER="paul@slitaz.org" LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://docopt.org/" WGET_URL="https://pypi.python.org/packages/source/d/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="wget python-setuptools python-dev" # What is the latest version available today? current_version() { wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \ sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q" } # Rules to configure and make the package. compile_rules() { 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)