wok rev 22461

Add python-attrs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 27 15:00:05 2019 +0100 (2019-12-27)
parents 7cb0d9d32bf3
children bd8afc28972c
files python-attrs/receipt twisted/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-attrs/receipt	Fri Dec 27 15:00:05 2019 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-attrs"
     1.7 +SOURCE="attrs"
     1.8 +VERSION="19.3.0"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Classes Without Boilerplate"
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="MIT"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.attrs.org/"
    1.15 +WGET_URL="https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/$TARBALL"
    1.16 +
    1.17 +DEPENDS="python"
    1.18 +BUILD_DEPENDS="python-setuptools"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	python setup.py build &&
    1.24 +	python setup.py install --root=$DESTDIR
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs
    1.31 +	cp -a $install/usr $fs
    1.32 +}
     2.1 --- a/twisted/receipt	Fri Dec 27 14:20:41 2019 +0100
     2.2 +++ b/twisted/receipt	Fri Dec 27 15:00:05 2019 +0100
     2.3 @@ -12,7 +12,7 @@
     2.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     2.5  WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
     2.6  
     2.7 -DEPENDS="python-incremental python-attr python-constantly zopeinterface"
     2.8 +DEPENDS="python-incremental python-attrs python-constantly zopeinterface"
     2.9  BUILD_DEPENDS="python python-dev python-setuptools zopeinterface"
    2.10  
    2.11  # Rules to configure and make the package.