wok-next annotate python-pastescript/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children 8b5b2a6d07b8
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"
al@20885 9 WEB_SITE="http://pythonpaste.org/"
al@20885 10 REPOLOGY="python:pastescript"
al@20885 11
pankso@3379 12 SOURCE="PasteScript"
pankso@3379 13 TARBALL="$SOURCE-$VERSION.tar.gz"
pankso@3379 14 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
pascal@15378 15 TAGS="python"
pascal@15378 16
pankso@3379 17 DEPENDS="python python-paste python-pastedeploy"
al@20444 18 BUILD_DEPENDS="python"
pankso@3379 19
pankso@3379 20 # Rules to configure and make the package.
pankso@3379 21 compile_rules()
pankso@3379 22 {
gokhlayeh@8691 23 python setup.py install --root=$DESTDIR
pankso@3379 24 }
pankso@3379 25
pankso@3379 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3379 27 genpkg_rules()
pankso@3379 28 {
pascal@15378 29 cp -a $install/usr $fs
pankso@3379 30 }