# HG changeset patch # User Aleksej Bobylev # Date 1432305258 -10800 # Node ID 16df76e1fc6a7e7f597c22de2302a1abfd541d32 # Parent ca4b3f299a70271bf2f2895083e7c892f2debb0f Rebuild Python packages to remove "*.pyc" files from package.lists (part 1). diff -r ca4b3f299a70 -r 16df76e1fc6a 0install/receipt --- a/0install/receipt Thu May 21 21:27:27 2015 +0200 +++ b/0install/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,12 +17,11 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() { cp -a $install/* $fs } diff -r ca4b3f299a70 -r 16df76e1fc6a androguard/receipt --- a/androguard/receipt Thu May 21 21:27:27 2015 +0200 +++ b/androguard/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a bazaar-tools/receipt --- a/bazaar-tools/receipt Thu May 21 21:27:27 2015 +0200 +++ b/bazaar-tools/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -27,4 +26,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r ca4b3f299a70 -r 16df76e1fc6a bleachbit/receipt --- a/bleachbit/receipt Thu May 21 21:27:27 2015 +0200 +++ b/bleachbit/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make -C po local && make prefix=/usr DESTDIR=$DESTDIR install } diff -r ca4b3f299a70 -r 16df76e1fc6a blueman/receipt --- a/blueman/receipt Thu May 21 21:27:27 2015 +0200 +++ b/blueman/receipt Fri May 22 17:34:18 2015 +0300 @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r ca4b3f299a70 -r 16df76e1fc6a buildbot-slave/receipt --- a/buildbot-slave/receipt Thu May 21 21:27:27 2015 +0200 +++ b/buildbot-slave/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a buildbot/receipt --- a/buildbot/receipt Thu May 21 21:27:27 2015 +0200 +++ b/buildbot/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a comix/receipt --- a/comix/receipt Thu May 21 21:27:27 2015 +0200 +++ b/comix/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir -p $DESTDIR/usr python install.py --no-mime --dir $DESTDIR/usr install } @@ -28,4 +27,3 @@ mkdir -p $fs/usr cp -a $install/usr/* $fs/usr/ } - diff -r ca4b3f299a70 -r 16df76e1fc6a d-feet/receipt --- a/d-feet/receipt Thu May 21 21:27:27 2015 +0200 +++ b/d-feet/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a dbus-python/receipt --- a/dbus-python/receipt Thu May 21 21:27:27 2015 +0200 +++ b/dbus-python/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } diff -r ca4b3f299a70 -r 16df76e1fc6a deluge/receipt --- a/deluge/receipt Thu May 21 21:27:27 2015 +0200 +++ b/deluge/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src LC_ALL=C python setup.py build LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1 } @@ -31,4 +30,3 @@ cp -a $install/usr/share/pixmaps $fs/usr/share sed -i 's|deluge.svg|deluge.png|g' $fs/usr/lib/python2.7/site-packages/deluge/ui/gtkui/common.py } - diff -r ca4b3f299a70 -r 16df76e1fc6a dulwich/receipt --- a/dulwich/receipt Thu May 21 21:27:27 2015 +0200 +++ b/dulwich/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR --prefix=/usr } diff -r ca4b3f299a70 -r 16df76e1fc6a duplicity/receipt --- a/duplicity/receipt Thu May 21 21:27:27 2015 +0200 +++ b/duplicity/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./setup.py install --root=$DESTDIR install } diff -r ca4b3f299a70 -r 16df76e1fc6a editobj/receipt --- a/editobj/receipt Thu May 21 21:27:27 2015 +0200 +++ b/editobj/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,12 +17,11 @@ # Rules to configure and make the package. compile_rules() { - cd $src python ./setup.py install --root=$DESTDIR } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() { cp -a $install/usr/ $fs } diff -r ca4b3f299a70 -r 16df76e1fc6a egenix-mx-base/receipt --- a/egenix-mx-base/receipt Thu May 21 21:27:27 2015 +0200 +++ b/egenix-mx-base/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a fail2ban/receipt --- a/fail2ban/receipt Thu May 21 21:27:27 2015 +0200 +++ b/fail2ban/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -30,10 +29,10 @@ sed -i 's/= \\s\*(/= \\s*\\S+\\s\*(/' $fs/etc/fail2ban/filter.d/common.conf sed -i -e 's|127.0.0.1|& 192.168.0.0/16|;s|sshd.log|messages|' \ -e '/ssh-iptables/{nn;s/false/true/}' $fs/etc/fail2ban/jail.conf - + cp -a $stuff/etc/fail2ban/ $fs/etc/ cp -a $stuff/etc/init.d $fs/etc/ - + cat >> $fs/etc/fail2ban/jail.conf < setup2.py python setup2.py build python setup2.py install --root=$DESTDIR diff -r ca4b3f299a70 -r 16df76e1fc6a openerp-server/receipt --- a/openerp-server/receipt Thu May 21 21:27:27 2015 +0200 +++ b/openerp-server/receipt Fri May 22 17:34:18 2015 +0300 @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a openerp-web/receipt --- a/openerp-web/receipt Thu May 21 21:27:27 2015 +0200 +++ b/openerp-web/receipt Fri May 22 17:34:18 2015 +0300 @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a openshot/receipt --- a/openshot/receipt Thu May 21 21:27:27 2015 +0200 +++ b/openshot/receipt Fri May 22 17:34:18 2015 +0300 @@ -30,3 +30,4 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr } + diff -r ca4b3f299a70 -r 16df76e1fc6a paramiko/receipt --- a/paramiko/receipt Thu May 21 21:27:27 2015 +0200 +++ b/paramiko/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -25,4 +24,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a protobuf-python/receipt --- a/protobuf-python/receipt Thu May 21 21:27:27 2015 +0200 +++ b/protobuf-python/receipt Fri May 22 17:34:18 2015 +0300 @@ -26,3 +26,4 @@ { cp -a $install/* $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a psyco/receipt --- a/psyco/receipt Thu May 21 21:27:27 2015 +0200 +++ b/psyco/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,17 +16,16 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # Fix opcodes for python 2.7 - sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ - -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ + # Fix opcodes for python 2.7 + sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ + -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ c/Python/pycompiler.c c/mergepoints.c - python setup.py install --root=$DESTDIR + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r ca4b3f299a70 -r 16df76e1fc6a psycopg2/receipt --- a/psycopg2/receipt Thu May 21 21:27:27 2015 +0200 +++ b/psycopg2/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg python setup.py build && python setup.py install --root=$DESTDIR @@ -27,4 +26,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a puddletag/receipt --- a/puddletag/receipt Thu May 21 21:27:27 2015 +0200 +++ b/puddletag/receipt Fri May 22 17:34:18 2015 +0300 @@ -26,3 +26,4 @@ { cp -a $install/* $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a punjab/receipt --- a/punjab/receipt Thu May 21 21:27:27 2015 +0200 +++ b/punjab/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,4 +25,3 @@ { cp -a $install/* $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a py-asterisk/receipt --- a/py-asterisk/receipt Thu May 21 21:27:27 2015 +0200 +++ b/py-asterisk/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a py3k/receipt --- a/py3k/receipt Thu May 21 21:27:27 2015 +0200 +++ b/py3k/receipt Fri May 22 17:34:18 2015 +0300 @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir -p $DESTDIR/usr/lib/pkgconfig ./configure --enable-shared \ --prefix=/usr --infodir=/usr/share/info \ @@ -40,4 +39,3 @@ $fs/usr/include/python${python_version}m rm -f $fs/usr/bin/*-config } - diff -r ca4b3f299a70 -r 16df76e1fc6a py3k3/receipt --- a/py3k3/receipt Thu May 21 21:27:27 2015 +0200 +++ b/py3k3/receipt Fri May 22 17:34:18 2015 +0300 @@ -12,7 +12,8 @@ WGET_URL="https://www.python.org/ftp/python/$VERSION/$TARBALL" PROVIDE="py3k" -DEPENDS="openssl bzlib readline sqlite zlib xorg-libXss ncursesw gdbm tk xorg-libXext" +DEPENDS="openssl bzlib readline sqlite zlib xorg-libXss ncursesw gdbm tk \ +xorg-libXext" BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite-dev zlib-dev tk-dev \ ncursesw-dev liblzma-dev" diff -r ca4b3f299a70 -r 16df76e1fc6a pyaudio/receipt --- a/pyaudio/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pyaudio/receipt Fri May 22 17:34:18 2015 +0300 @@ -15,7 +15,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } @@ -25,4 +24,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a pycairo/receipt --- a/pycairo/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pycairo/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./waf configure --prefix=/usr && ./waf build && ./waf install --destdir=$DESTDIR @@ -31,4 +30,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib } - diff -r ca4b3f299a70 -r 16df76e1fc6a pycrypto/receipt --- a/pycrypto/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pycrypto/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a pycurl/receipt --- a/pycurl/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pycurl/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --curl-config=/usr/bin/curl-config --prefix $DESTDIR/usr } @@ -26,4 +25,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r ca4b3f299a70 -r 16df76e1fc6a pygobject-dev/receipt --- a/pygobject-dev/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pygobject-dev/receipt Fri May 22 17:34:18 2015 +0300 @@ -22,4 +22,3 @@ cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r ca4b3f299a70 -r 16df76e1fc6a pygobject/receipt --- a/pygobject/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pygobject/receipt Fri May 22 17:34:18 2015 +0300 @@ -11,12 +11,12 @@ WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="python pycairo glib libffi libgio" -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev \ +cairo-dev libffi-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure --disable-introspection $CONFIGURE_ARGS && make && make install } @@ -29,4 +29,3 @@ cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r ca4b3f299a70 -r 16df76e1fc6a pygtk-dev/receipt --- a/pygtk-dev/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pygtk-dev/receipt Fri May 22 17:34:18 2015 +0300 @@ -22,3 +22,4 @@ cp -a $install/usr/share/pygtk $fs/usr/share chmod +x $fs/usr/bin/* } + diff -r ca4b3f299a70 -r 16df76e1fc6a pygtk/receipt --- a/pygtk/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pygtk/receipt Fri May 22 17:34:18 2015 +0300 @@ -20,7 +20,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src #https://bugzilla.gnome.org/show_bug.cgi?id=623965 patch -Np1 -i $stuff/python27.patch ./configure --disable-docs $CONFIGURE_ARGS && diff -r ca4b3f299a70 -r 16df76e1fc6a pyneighborhood/receipt --- a/pyneighborhood/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pyneighborhood/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src # hack Makefile sed -i 's/--prefix=/--root=/' Makefile # hack .desktop file @@ -32,4 +31,3 @@ cp -a $install/usr $fs cp -a $install/share $fs/usr } - diff -r ca4b3f299a70 -r 16df76e1fc6a pyopenssl/receipt --- a/pyopenssl/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pyopenssl/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a pyorbit/receipt --- a/pyorbit/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pyorbit/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r ca4b3f299a70 -r 16df76e1fc6a pyroom/receipt --- a/pyroom/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pyroom/receipt Fri May 22 17:34:18 2015 +0300 @@ -26,3 +26,4 @@ mkdir -p $fs cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a pysize/receipt --- a/pysize/receipt Thu May 21 21:27:27 2015 +0200 +++ b/pysize/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-aeroolib/receipt --- a/python-aeroolib/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-aeroolib/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-antlr/receipt --- a/python-antlr/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-antlr/receipt Fri May 22 17:34:18 2015 +0300 @@ -28,3 +28,4 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-asterisk/receipt --- a/python-asterisk/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-asterisk/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-babel/receipt --- a/python-babel/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-babel/receipt Fri May 22 17:34:18 2015 +0300 @@ -15,8 +15,6 @@ # Rules to configure and make the package. compile_rules() { - - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-barcode/receipt --- a/python-barcode/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-barcode/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-beaker/receipt --- a/python-beaker/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-beaker/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -27,4 +26,3 @@ { cp -a $install/usr/ $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-caldav/receipt --- a/python-caldav/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-caldav/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,13 +17,12 @@ # Rules to configure and make the package. compile_rules() { - cd $src - python setup.py install --root=$DESTDIR + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr $fs + mkdir -p $fs/usr + cp -a $install/usr $fs } diff -r ca4b3f299a70 -r 16df76e1fc6a python-chardet/receipt --- a/python-chardet/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-chardet/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,11 +17,9 @@ # Rules to configure and make the package. compile_rules() { - - cd $src - python setup.py install --root=$DESTDIR --optimize=1 + python setup.py install --root=$DESTDIR --optimize=1 } - + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r ca4b3f299a70 -r 16df76e1fc6a python-cheetah/receipt --- a/python-cheetah/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-cheetah/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/sys.version_info/&[:]/' cheetah/Template.py sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' cheetah/Tests/SyntaxAndOutput.py python setup.py install --root=$DESTDIR diff -r ca4b3f299a70 -r 16df76e1fc6a python-cherrypy/receipt --- a/python-cherrypy/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-cherrypy/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-configobj/receipt --- a/python-configobj/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-configobj/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,3 +25,4 @@ { cp -a $install/* $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-couchdbkit/receipt --- a/python-couchdbkit/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-couchdbkit/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -27,4 +26,3 @@ mkdir -p $fs/usr cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-cssselect/receipt --- a/python-cssselect/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-cssselect/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-cssutils/receipt --- a/python-cssutils/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-cssutils/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -25,4 +24,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-cython/receipt --- a/python-cython/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-cython/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-decoratortools/receipt --- a/python-decoratortools/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-decoratortools/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,8 +18,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - python setup.py install --root=$DESTDIR + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,4 +26,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-django/receipt --- a/python-django/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-django/receipt Fri May 22 17:34:18 2015 +0300 @@ -33,3 +33,4 @@ { rm -rf $1/var/lib/tazpkg/installed/django } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-dnspython/receipt --- a/python-dnspython/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-dnspython/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-docutils/receipt --- a/python-docutils/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-docutils/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-ecore/receipt --- a/python-ecore/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-ecore/receipt Fri May 22 17:34:18 2015 +0300 @@ -12,15 +12,15 @@ TAGS="e enlightenment efl python" DEPENDS="ecore" -BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake -git subversion libtool" +BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake git \ +subversion libtool" # Rules to configure and make the package. compile_rules() { ./autogen.sh && ./configure --prefix=/usr && - make all && make install + make all && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ca4b3f299a70 -r 16df76e1fc6a python-edje/receipt --- a/python-edje/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-edje/receipt Fri May 22 17:34:18 2015 +0300 @@ -12,7 +12,7 @@ TAGS="e enlightenment python" DEPENDS="edje python-evas libxml2" -BUILD_DEPENDS="edje-dev python-evas-dev +BUILD_DEPENDS="edje-dev python-evas-dev \ python-cython autoconf automake git subversion libtool libxml2-dev" # Rules to configure and make the package. @@ -20,7 +20,7 @@ { ./autogen.sh && ./configure --prefix=/usr && - make $MAKEFLAGS all && make install + make $MAKEFLAGS all && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ca4b3f299a70 -r 16df76e1fc6a python-elaphe/receipt --- a/python-elaphe/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-elaphe/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-elementary/receipt --- a/python-elementary/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-elementary/receipt Fri May 22 17:34:18 2015 +0300 @@ -12,7 +12,7 @@ TAGS="e enlightenment python" DEPENDS="elementary python-evas" -BUILD_DEPENDS="elementary-dev python-evas-dev python-cython +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython \ autoconf automake git subversion libtool" # Rules to configure and make the package. @@ -20,7 +20,7 @@ { ./autogen.sh && ./configure --prefix=/usr && - make $MAKEFLAGS all && make install + make $MAKEFLAGS all && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ca4b3f299a70 -r 16df76e1fc6a python-evas/receipt --- a/python-evas/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-evas/receipt Fri May 22 17:34:18 2015 +0300 @@ -12,7 +12,7 @@ TAGS="e enlightenment python" DEPENDS="evas python" -BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake +BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake \ git subversion libtool" # Rules to configure and make the package. @@ -20,7 +20,7 @@ { ./autogen.sh && ./configure --prefix=/usr && - make $MAKEFLAGS all && make install + make $MAKEFLAGS all && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ca4b3f299a70 -r 16df76e1fc6a python-extremes/receipt --- a/python-extremes/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-extremes/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-flup/receipt --- a/python-flup/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-flup/receipt Fri May 22 17:34:18 2015 +0300 @@ -27,3 +27,4 @@ mkdir -p $fs cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-formalchemy/receipt --- a/python-formalchemy/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-formalchemy/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,13 +18,11 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-formencode/receipt --- a/python-formencode/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-formencode/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-gazpacho/receipt --- a/python-gazpacho/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-gazpacho/receipt Fri May 22 17:34:18 2015 +0300 @@ -32,3 +32,4 @@ cp -a $install/usr/lib $fs/usr cp -a $install/usr/share $fs/usr } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-gdata/receipt --- a/python-gdata/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-gdata/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-genshi/receipt --- a/python-genshi/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-genshi/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-geojson/receipt --- a/python-geojson/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-geojson/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,3 +25,4 @@ { cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-gevent-psycopg2/receipt --- a/python-gevent-psycopg2/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-gevent-psycopg2/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-gevent/receipt --- a/python-gevent/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-gevent/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-html2text/receipt --- a/python-html2text/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-html2text/receipt Fri May 22 17:34:18 2015 +0300 @@ -27,3 +27,4 @@ cp -a $install/usr/lib $fs/usr cp -a $install/usr/bin $fs/usr } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-html5lib/receipt --- a/python-html5lib/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-html5lib/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-http-parser/receipt --- a/python-http-parser/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-http-parser/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -27,4 +26,3 @@ mkdir -p $fs/usr cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-httplib2/receipt --- a/python-httplib2/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-httplib2/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-idle/receipt --- a/python-idle/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-idle/receipt Fri May 22 17:34:18 2015 +0300 @@ -19,3 +19,4 @@ cp -a $install/usr/bin/idle $fs/usr/bin cp -a $install/usr/lib/python2.7/idlelib $fs/usr/lib/python2.7 } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-ipy/receipt --- a/python-ipy/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-ipy/receipt Fri May 22 17:34:18 2015 +0300 @@ -27,3 +27,4 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-jcconv/receipt --- a/python-jcconv/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-jcconv/receipt Fri May 22 17:34:18 2015 +0300 @@ -25,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-jinja2/receipt --- a/python-jinja2/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-jinja2/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-kid/receipt --- a/python-kid/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-kid/receipt Fri May 22 17:34:18 2015 +0300 @@ -27,3 +27,4 @@ { cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-kiwi/receipt --- a/python-kiwi/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-kiwi/receipt Fri May 22 17:34:18 2015 +0300 @@ -26,3 +26,4 @@ { cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-ldap/receipt --- a/python-ldap/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-ldap/receipt Fri May 22 17:34:18 2015 +0300 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } @@ -27,4 +26,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-lxml/receipt --- a/python-lxml/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-lxml/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make && python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-magic/receipt --- a/python-magic/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-magic/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,3 +17,4 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/python* $fs/usr/lib } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-mako/receipt --- a/python-mako/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mako/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,8 +18,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - python setup.py install --root=$DESTDIR + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,4 +26,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-markupsafe/receipt --- a/python-markupsafe/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-markupsafe/receipt Fri May 22 17:34:18 2015 +0300 @@ -15,8 +15,6 @@ # Rules to configure and make the package. compile_rules() { - - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r ca4b3f299a70 -r 16df76e1fc6a python-mechanize/receipt --- a/python-mechanize/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mechanize/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root="$DESTDIR" --optimize=1 } diff -r ca4b3f299a70 -r 16df76e1fc6a python-mock/receipt --- a/python-mock/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mock/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -26,4 +25,3 @@ { cp -a $install/usr $fs } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-mpd/receipt --- a/python-mpd/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mpd/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - python setup.py install --prefix=/usr --root="$DESTDIR" + python setup.py install --prefix=/usr --root="$DESTDIR" } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r ca4b3f299a70 -r 16df76e1fc6a python-mygpoclient/receipt --- a/python-mygpoclient/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mygpoclient/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -26,5 +25,5 @@ { mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r ca4b3f299a70 -r 16df76e1fc6a python-mysql/receipt --- a/python-mysql/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-mysql/receipt Fri May 22 17:34:18 2015 +0300 @@ -36,3 +36,4 @@ rm -rf $1/var/lib/tazpkg/installed/mysql-python fi } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-netaddr/receipt --- a/python-netaddr/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-netaddr/receipt Fri May 22 17:34:18 2015 +0300 @@ -28,3 +28,4 @@ mkdir -p $fs cp -a $install/usr $fs } + diff -r ca4b3f299a70 -r 16df76e1fc6a python-nose/receipt --- a/python-nose/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-nose/receipt Fri May 22 17:34:18 2015 +0300 @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } @@ -28,4 +27,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r ca4b3f299a70 -r 16df76e1fc6a python-numpy/receipt --- a/python-numpy/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python-numpy/receipt Fri May 22 17:34:18 2015 +0300 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src { python setup.py build && python setup.py install --root=$DESTDIR diff -r ca4b3f299a70 -r 16df76e1fc6a python/receipt --- a/python/receipt Thu May 21 21:27:27 2015 +0200 +++ b/python/receipt Fri May 22 17:34:18 2015 +0300 @@ -23,10 +23,10 @@ # Temporary workaround for FS#22322 # See http://bugs.python.org/issue10835 for upstream report sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c - + # Enable built-in SQLite3 module to load extensions (fix FS#22122) sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py - + case "$ARCH" in arm*) # First pass for build host tools @@ -93,4 +93,3 @@ rm -f $fs/usr/bin/idle rm -rf $fs/usr/lib/python2.7/idlelib } -