wok annotate python-pastescript/receipt @ rev 23199

updated mtpaint (3.49.14 -> 3.49.25)
author Hans-G?nter Theisgen
date Fri Mar 20 16:36:20 2020 +0100 (2020-03-20)
parents 3244113bcf23
children 30d236faf23c
rev   line source
pankso@3379 1 # SliTaz package receipt.
pankso@3379 2
pankso@3379 3 PACKAGE="python-pastescript"
pankso@3379 4 VERSION="1.7.3"
pankso@3379 5 CATEGORY="development"
pankso@3379 6 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts."
pankso@3379 7 MAINTAINER="pankso@slitaz.org"
pascal@15378 8 LICENSE="MIT"
pankso@3379 9 SOURCE="PasteScript"
pankso@3379 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@21020 11 WEB_SITE="https://pypi.org/project/PasteScript/"
pankso@3379 12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
pascal@15378 13 TAGS="python"
pascal@15378 14
pankso@3379 15 DEPENDS="python python-paste python-pastedeploy"
pascal@21582 16 BUILD_DEPENDS="python-setuptools"
pankso@3379 17
pankso@3379 18 # Rules to configure and make the package.
pankso@3379 19 compile_rules()
pankso@3379 20 {
gokhlayeh@8691 21 python setup.py install --root=$DESTDIR
pankso@3379 22 }
pankso@3379 23
pankso@3379 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3379 25 genpkg_rules()
pankso@3379 26 {
pascal@15378 27 cp -a $install/usr $fs
pankso@3379 28 }