wok-next diff python-docopt/receipt @ rev 21147
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 27 21:28:56 2019 +0100 (2019-01-27) |
parents | 8b5b2a6d07b8 |
children |
line diff
1.1 --- a/python-docopt/receipt Fri Sep 14 01:56:52 2018 +0300 1.2 +++ b/python-docopt/receipt Sun Jan 27 21:28:56 2019 +0100 1.3 @@ -1,30 +1,25 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 +ORIGIN="docopt" 1.8 PACKAGE="python-docopt" 1.9 VERSION="0.6.2" 1.10 -CATEGORY="development" 1.11 -SHORT_DESC="Pythonic argument parser, that will make you smile." 1.12 +CATEGORY="python" 1.13 +SHORT_DESC="Pythonic argument parser, that will make you smile" 1.14 MAINTAINER="paul@slitaz.org" 1.15 LICENSE="MIT" 1.16 -WEB_SITE="http://docopt.org/" 1.17 +WEB_SITE="https://pypi.org/project/$ORIGIN/" 1.18 +HOST_ARCH="any" 1.19 REPOLOGY="python:docopt" 1.20 1.21 -SOURCE="docopt" 1.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.23 -WGET_URL="https://files.pythonhosted.org/packages/source/d/$SOURCE/$TARBALL" 1.24 +BUILD_DEPENDS="python python3" 1.25 +SPLIT="${PACKAGE/python/python3}:3" 1.26 1.27 -DEPENDS="python" 1.28 -BUILD_DEPENDS="python-dev" 1.29 - 1.30 -# Rules to configure and make the package. 1.31 -compile_rules() 1.32 -{ 1.33 - python setup.py install --root=$DESTDIR 1.34 +compile_rules() { 1.35 + pip$SET install --no-compile --root=$install $ORIGIN==$VERSION 1.36 } 1.37 1.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.39 -genpkg_rules() 1.40 -{ 1.41 - cp -a $install/usr $fs 1.42 +genpkg_rules() { 1.43 + copy @std 1.44 + py=${PACKAGE%%-*} # python/python3 1.45 + DEPENDS="$py" 1.46 } 1.47 -