wok annotate python-soappy/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children 814362194a8d
rev   line source
pascal@18543 1 # SliTaz package receipt.
pascal@18543 2
pascal@18543 3 PACKAGE="python-soappy"
pascal@18543 4 VERSION="0.12.22"
pascal@18543 5 CATEGORY="development"
pascal@18543 6 SHORT_DESC="SOAP services for python."
pascal@18543 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18543 8 LICENSE="BSD"
pascal@18543 9 WEB_SITE="https://pypi.python.org/pypi/SOAPpy"
pascal@18543 10 SOURCE="SOAPpy"
pascal@18543 11 TARBALL="$SOURCE-$VERSION.zip"
pascal@18543 12 WGET_URL="https://pypi.python.org/packages/source/S/SOAPpy/$TARBALL"
pascal@18543 13
pascal@18543 14 DEPENDS="python"
pascal@18543 15 BUILD_DEPENDS="wget python-dev setuptools"
pascal@18543 16
pascal@18543 17 # Rules to configure and make the package.
pascal@18543 18 compile_rules()
pascal@18543 19 {
pascal@18543 20 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@18543 21 }
pascal@18543 22
pascal@18543 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18543 24 genpkg_rules()
pascal@18543 25 {
pascal@18543 26 cp -a $install/usr/ $fs/
pascal@18543 27 }