# HG changeset patch # User Pascal Bellard # Date 1577455205 -3600 # Node ID 414bd6f4a4816c86d023b368742826634595d9cd # Parent 7cb0d9d32bf3346a40e804145f87f7b73ecc51a2 Add python-attrs diff -r 7cb0d9d32bf3 -r 414bd6f4a481 python-attrs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-attrs/receipt Fri Dec 27 15:00:05 2019 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="python-attrs" +SOURCE="attrs" +VERSION="19.3.0" +CATEGORY="development" +SHORT_DESC="Classes Without Boilerplate" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.attrs.org/" +WGET_URL="https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python-setuptools" + +# 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 7cb0d9d32bf3 -r 414bd6f4a481 twisted/receipt --- a/twisted/receipt Fri Dec 27 14:20:41 2019 +0100 +++ b/twisted/receipt Fri Dec 27 15:00:05 2019 +0100 @@ -12,7 +12,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" -DEPENDS="python-incremental python-attr python-constantly zopeinterface" +DEPENDS="python-incremental python-attrs python-constantly zopeinterface" BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" # Rules to configure and make the package.