# HG changeset patch # User Pascal Bellard # Date 1572616113 -3600 # Node ID 95b99a6678729098426a3cdf07dd96730218c31d # Parent 85e0aa42e26a0477ee2f23a174cf7afd91bac8ad Add python-incremental diff -r 85e0aa42e26a -r 95b99a667872 apache/receipt --- a/apache/receipt Fri Nov 01 13:38:27 2019 +0100 +++ b/apache/receipt Fri Nov 01 14:48:33 2019 +0100 @@ -17,7 +17,7 @@ DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ -util-linux-uuid-dev openldap-dev lua5.1-dev bash" +lua5.1-dev util-linux-uuid-dev openldap-dev bash" # Rules to configure and make the package. compile_rules() diff -r 85e0aa42e26a -r 95b99a667872 python-incremental/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-incremental/receipt Fri Nov 01 14:48:33 2019 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-incremental" +SOURCE="incremental" +VERSION="17.5.0" +CATEGORY="development" +SHORT_DESC="A library for versioning your Python projects" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/twisted/incremental" +WGET_URL="$WEB_SITE/archive/$TARBALL" + +DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py build && + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $install/usr $fs +} diff -r 85e0aa42e26a -r 95b99a667872 twisted/receipt --- a/twisted/receipt Fri Nov 01 13:38:27 2019 +0100 +++ b/twisted/receipt Fri Nov 01 14:48:33 2019 +0100 @@ -12,7 +12,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" -DEPENDS="python zopeinterface" +DEPENDS="python-incremental zopeinterface" BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" # Rules to configure and make the package.