wok-current rev 22099
Add python-incremental
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 01 14:48:33 2019 +0100 (2019-11-01) |
parents | 85e0aa42e26a |
children | ace9ad9d5bb1 |
files | apache/receipt python-incremental/receipt twisted/receipt |
line diff
1.1 --- a/apache/receipt Fri Nov 01 13:38:27 2019 +0100 1.2 +++ b/apache/receipt Fri Nov 01 14:48:33 2019 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib" 1.6 BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \ 1.7 -util-linux-uuid-dev openldap-dev lua5.1-dev bash" 1.8 +lua5.1-dev util-linux-uuid-dev openldap-dev bash" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-incremental/receipt Fri Nov 01 14:48:33 2019 +0100 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-incremental" 2.7 +SOURCE="incremental" 2.8 +VERSION="17.5.0" 2.9 +CATEGORY="development" 2.10 +SHORT_DESC="A library for versioning your Python projects" 2.11 +MAINTAINER="pascal.bellard@slitaz.org" 2.12 +LICENSE="BSD" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="https://github.com/twisted/incremental" 2.15 +WGET_URL="$WEB_SITE/archive/$TARBALL" 2.16 + 2.17 +DEPENDS="python" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + python setup.py build && 2.23 + python setup.py install --root=$DESTDIR 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs 2.30 + cp -a $install/usr $fs 2.31 +}
3.1 --- a/twisted/receipt Fri Nov 01 13:38:27 2019 +0100 3.2 +++ b/twisted/receipt Fri Nov 01 14:48:33 2019 +0100 3.3 @@ -12,7 +12,7 @@ 3.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.5 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" 3.6 3.7 -DEPENDS="python zopeinterface" 3.8 +DEPENDS="python-incremental zopeinterface" 3.9 BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" 3.10 3.11 # Rules to configure and make the package.