wok-6.x rev 18077
Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
line diff
1.1 --- a/0install/receipt Thu May 21 21:27:27 2015 +0200 1.2 +++ b/0install/receipt Fri May 22 17:34:18 2015 +0300 1.3 @@ -17,12 +17,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 python setup.py install --root=$DESTDIR 1.9 } 1.10 1.11 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.12 -genpkg_rules() 1.13 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.14 +genpkg_rules() 1.15 { 1.16 cp -a $install/* $fs 1.17 }
2.1 --- a/androguard/receipt Thu May 21 21:27:27 2015 +0200 2.2 +++ b/androguard/receipt Fri May 22 17:34:18 2015 +0300 2.3 @@ -16,7 +16,6 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 python setup.py build && 2.9 python setup.py install --root=$DESTDIR 2.10 }
3.1 --- a/bazaar-tools/receipt Thu May 21 21:27:27 2015 +0200 3.2 +++ b/bazaar-tools/receipt Fri May 22 17:34:18 2015 +0300 3.3 @@ -17,7 +17,6 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 - cd $src 3.8 python setup.py install --root=$DESTDIR 3.9 } 3.10 3.11 @@ -27,4 +26,3 @@ 3.12 mkdir -p $fs/usr 3.13 cp -a $install/usr/lib $fs/usr 3.14 } 3.15 -
4.1 --- a/bleachbit/receipt Thu May 21 21:27:27 2015 +0200 4.2 +++ b/bleachbit/receipt Fri May 22 17:34:18 2015 +0300 4.3 @@ -16,7 +16,6 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 - cd $src 4.8 make -C po local && 4.9 make prefix=/usr DESTDIR=$DESTDIR install 4.10 }
5.1 --- a/blueman/receipt Thu May 21 21:27:27 2015 +0200 5.2 +++ b/blueman/receipt Fri May 22 17:34:18 2015 +0300 5.3 @@ -19,7 +19,6 @@ 5.4 # Rules to configure and make the package. 5.5 compile_rules() 5.6 { 5.7 - cd $src 5.8 ./configure \ 5.9 --prefix=/usr \ 5.10 --sysconfdir=/etc \
6.1 --- a/buildbot-slave/receipt Thu May 21 21:27:27 2015 +0200 6.2 +++ b/buildbot-slave/receipt Fri May 22 17:34:18 2015 +0300 6.3 @@ -17,7 +17,6 @@ 6.4 # Rules to configure and make the package. 6.5 compile_rules() 6.6 { 6.7 - cd $src 6.8 python setup.py install --root=$DESTDIR 6.9 } 6.10
7.1 --- a/buildbot/receipt Thu May 21 21:27:27 2015 +0200 7.2 +++ b/buildbot/receipt Fri May 22 17:34:18 2015 +0300 7.3 @@ -17,7 +17,6 @@ 7.4 # Rules to configure and make the package. 7.5 compile_rules() 7.6 { 7.7 - cd $src 7.8 python setup.py install --root=$DESTDIR 7.9 } 7.10
8.1 --- a/comix/receipt Thu May 21 21:27:27 2015 +0200 8.2 +++ b/comix/receipt Fri May 22 17:34:18 2015 +0300 8.3 @@ -17,7 +17,6 @@ 8.4 # Rules to configure and make the package. 8.5 compile_rules() 8.6 { 8.7 - cd $src 8.8 mkdir -p $DESTDIR/usr 8.9 python install.py --no-mime --dir $DESTDIR/usr install 8.10 } 8.11 @@ -28,4 +27,3 @@ 8.12 mkdir -p $fs/usr 8.13 cp -a $install/usr/* $fs/usr/ 8.14 } 8.15 -
9.1 --- a/d-feet/receipt Thu May 21 21:27:27 2015 +0200 9.2 +++ b/d-feet/receipt Fri May 22 17:34:18 2015 +0300 9.3 @@ -16,7 +16,6 @@ 9.4 # Rules to configure and make the package. 9.5 compile_rules() 9.6 { 9.7 - cd $src 9.8 python setup.py install --root=$DESTDIR 9.9 } 9.10
10.1 --- a/dbus-python/receipt Thu May 21 21:27:27 2015 +0200 10.2 +++ b/dbus-python/receipt Fri May 22 17:34:18 2015 +0300 10.3 @@ -16,7 +16,6 @@ 10.4 # Rules to configure and make the package. 10.5 compile_rules() 10.6 { 10.7 - cd $src 10.8 ./configure $CONFIGURE_ARGS && 10.9 make && make install 10.10 }
11.1 --- a/deluge/receipt Thu May 21 21:27:27 2015 +0200 11.2 +++ b/deluge/receipt Fri May 22 17:34:18 2015 +0300 11.3 @@ -16,7 +16,6 @@ 11.4 # Rules to configure and make the package. 11.5 compile_rules() 11.6 { 11.7 - cd $src 11.8 LC_ALL=C python setup.py build 11.9 LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1 11.10 } 11.11 @@ -31,4 +30,3 @@ 11.12 cp -a $install/usr/share/pixmaps $fs/usr/share 11.13 sed -i 's|deluge.svg|deluge.png|g' $fs/usr/lib/python2.7/site-packages/deluge/ui/gtkui/common.py 11.14 } 11.15 -
12.1 --- a/dulwich/receipt Thu May 21 21:27:27 2015 +0200 12.2 +++ b/dulwich/receipt Fri May 22 17:34:18 2015 +0300 12.3 @@ -16,7 +16,6 @@ 12.4 # Rules to configure and make the package. 12.5 compile_rules() 12.6 { 12.7 - cd $src 12.8 python setup.py install --root=$DESTDIR --prefix=/usr 12.9 } 12.10
13.1 --- a/duplicity/receipt Thu May 21 21:27:27 2015 +0200 13.2 +++ b/duplicity/receipt Fri May 22 17:34:18 2015 +0300 13.3 @@ -17,7 +17,6 @@ 13.4 # Rules to configure and make the package. 13.5 compile_rules() 13.6 { 13.7 - cd $src 13.8 ./setup.py install --root=$DESTDIR install 13.9 } 13.10
14.1 --- a/editobj/receipt Thu May 21 21:27:27 2015 +0200 14.2 +++ b/editobj/receipt Fri May 22 17:34:18 2015 +0300 14.3 @@ -17,12 +17,11 @@ 14.4 # Rules to configure and make the package. 14.5 compile_rules() 14.6 { 14.7 - cd $src 14.8 python ./setup.py install --root=$DESTDIR 14.9 } 14.10 14.11 -# Rules to gen a SliTaz package suitable for Tazpkg. 14.12 -genpkg_rules() 14.13 +# Rules to gen a SliTaz package suitable for Tazpkg. 14.14 +genpkg_rules() 14.15 { 14.16 cp -a $install/usr/ $fs 14.17 }
15.1 --- a/egenix-mx-base/receipt Thu May 21 21:27:27 2015 +0200 15.2 +++ b/egenix-mx-base/receipt Fri May 22 17:34:18 2015 +0300 15.3 @@ -16,7 +16,6 @@ 15.4 # Rules to configure and make the package. 15.5 compile_rules() 15.6 { 15.7 - cd $src 15.8 python setup.py install --root=$DESTDIR 15.9 } 15.10
16.1 --- a/fail2ban/receipt Thu May 21 21:27:27 2015 +0200 16.2 +++ b/fail2ban/receipt Fri May 22 17:34:18 2015 +0300 16.3 @@ -18,7 +18,6 @@ 16.4 # Rules to configure and make the package. 16.5 compile_rules() 16.6 { 16.7 - cd $src 16.8 python setup.py install --root=$DESTDIR 16.9 } 16.10 16.11 @@ -30,10 +29,10 @@ 16.12 sed -i 's/= \\s\*(/= \\s*\\S+\\s\*(/' $fs/etc/fail2ban/filter.d/common.conf 16.13 sed -i -e 's|127.0.0.1|& 192.168.0.0/16|;s|sshd.log|messages|' \ 16.14 -e '/ssh-iptables/{nn;s/false/true/}' $fs/etc/fail2ban/jail.conf 16.15 - 16.16 + 16.17 cp -a $stuff/etc/fail2ban/ $fs/etc/ 16.18 cp -a $stuff/etc/init.d $fs/etc/ 16.19 - 16.20 + 16.21 cat >> $fs/etc/fail2ban/jail.conf <<EOT 16.22 [apache-noscript] 16.23 16.24 @@ -54,13 +53,13 @@ 16.25 bantime = 172800 16.26 maxretry = 2 16.27 16.28 -[apache-w00tw00t] 16.29 +[apache-w00tw00t] 16.30 enabled = false 16.31 -filter = apache-w00tw00t 16.32 -action = iptables[name=Apache-w00tw00t,port=80,protocol=tcp] 16.33 - logpath = /var/log/apache/*access 16.34 - maxretry = 1 16.35 - bantime = 172800 16.36 +filter = apache-w00tw00t 16.37 +action = iptables[name=Apache-w00tw00t,port=80,protocol=tcp] 16.38 + logpath = /var/log/apache/*access 16.39 + maxretry = 1 16.40 + bantime = 172800 16.41 16.42 [lighttpd-fastcgi] 16.43
17.1 --- a/feedparser/receipt Thu May 21 21:27:27 2015 +0200 17.2 +++ b/feedparser/receipt Fri May 22 17:34:18 2015 +0300 17.3 @@ -7,7 +7,7 @@ 17.4 MAINTAINER="jozee@slitaz.org" 17.5 LICENSE="MIT" 17.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.7 -WEB_SITE="http://feedparser.sf.net" 17.8 +WEB_SITE="http://feedparser.sf.net" 17.9 WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" 17.10 17.11 DEPENDS="libxml2 python" 17.12 @@ -16,7 +16,6 @@ 17.13 # Rules to configure and make the package. 17.14 compile_rules() 17.15 { 17.16 - cd $src 17.17 python setup.py install --root=$DESTDIR 17.18 } 17.19 17.20 @@ -24,5 +23,5 @@ 17.21 genpkg_rules() 17.22 { 17.23 mkdir -p $fs/usr/lib 17.24 - cp -a $install/usr/lib/python* $fs/usr/lib 17.25 + cp -a $install/usr/lib/python* $fs/usr/lib 17.26 }
18.1 --- a/gajim/receipt Thu May 21 21:27:27 2015 +0200 18.2 +++ b/gajim/receipt Fri May 22 17:34:18 2015 +0300 18.3 @@ -10,25 +10,26 @@ 18.4 WEB_SITE="http://www.gajim.org/" 18.5 WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" 18.6 18.7 -DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite xorg-libXss bind-client" 18.8 -BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto xorg-xextproto \ 18.9 - python-dev libffi-dev intltool pygtk-dev" 18.10 +DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite \ 18.11 +xorg-libXss bind-client" 18.12 +BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto \ 18.13 +xorg-xextproto python-dev libffi-dev intltool pygtk-dev" 18.14 18.15 # Rules to configure and make the package. 18.16 compile_rules() 18.17 { 18.18 - cd $src 18.19 - ./configure $CONFIGURE_ARGS && 18.20 - make && make install 18.21 + ./configure $CONFIGURE_ARGS && 18.22 + make && make install 18.23 } 18.24 18.25 # Rules to gen a SliTaz package suitable for Tazpkg. 18.26 genpkg_rules() 18.27 { 18.28 - mkdir -p $fs/usr/share/pixmaps 18.29 - cp -a $install/usr/bin $fs/usr 18.30 - cp -a $install/usr/share/gajim $fs/usr/share 18.31 - cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps 18.32 - cp -a $install/usr/share/applications $fs/usr/share 18.33 - chmod +x $fs/usr/bin/* 18.34 + mkdir -p $fs/usr/share/pixmaps 18.35 + cp -a $install/usr/bin $fs/usr 18.36 + cp -a $install/usr/share/gajim $fs/usr/share 18.37 + cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png \ 18.38 + $fs/usr/share/pixmaps 18.39 + cp -a $install/usr/share/applications $fs/usr/share 18.40 + chmod +x $fs/usr/bin/* 18.41 }
19.1 --- a/gaupol/receipt Thu May 21 21:27:27 2015 +0200 19.2 +++ b/gaupol/receipt Fri May 22 17:34:18 2015 +0300 19.3 @@ -17,7 +17,6 @@ 19.4 # Rules to configure and make the package. 19.5 compile_rules() 19.6 { 19.7 - cd $src 19.8 python setup.py clean install --prefix=$install/usr 19.9 } 19.10
20.1 --- a/getmail/receipt Thu May 21 21:27:27 2015 +0200 20.2 +++ b/getmail/receipt Fri May 22 17:34:18 2015 +0300 20.3 @@ -15,7 +15,6 @@ 20.4 # Rules to configure and make the package. 20.5 compile_rules() 20.6 { 20.7 - cd $src 20.8 python setup.py build 20.9 python setup.py install --root=$DESTDIR || return 1 20.10 }
21.1 --- a/giws/receipt Thu May 21 21:27:27 2015 +0200 21.2 +++ b/giws/receipt Fri May 22 17:34:18 2015 +0300 21.3 @@ -16,7 +16,6 @@ 21.4 # Rules to configure and make the package. 21.5 compile_rules() 21.6 { 21.7 - cd $src 21.8 python setup.py build 21.9 python setup.py install --root=$DESTDIR 21.10 }
22.1 --- a/glances/receipt Thu May 21 21:27:27 2015 +0200 22.2 +++ b/glances/receipt Fri May 22 17:34:18 2015 +0300 22.3 @@ -17,7 +17,6 @@ 22.4 # Rules to configure and make the package. 22.5 compile_rules() 22.6 { 22.7 - cd $src 22.8 python setup.py install --root=$DESTDIR 22.9 } 22.10 22.11 @@ -28,4 +27,3 @@ 22.12 # remove stuff 22.13 rm -rf $fs/usr/share/man 22.14 } 22.15 -
23.1 --- a/glusterfs/receipt Thu May 21 21:27:27 2015 +0200 23.2 +++ b/glusterfs/receipt Fri May 22 17:34:18 2015 +0300 23.3 @@ -16,7 +16,6 @@ 23.4 # Rules to configure and make the package. 23.5 compile_rules() 23.6 { 23.7 - cd $src 23.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 23.9 --libexecdir=/usr/share \ 23.10 --mandir=/usr/share/man \ 23.11 @@ -37,8 +36,7 @@ 23.12 cp -a $install/usr/sbin $fs/usr 23.13 cp -a $install/usr/lib $fs/usr 23.14 cp -a $install/usr/share/glusterfs $fs/usr/share 23.15 - 23.16 + 23.17 # Clean-up 23.18 find $fs/usr/lib -name "*.*a" -exec rm -f {} \; 23.19 } 23.20 -
24.1 --- a/gnome-doc-utils-dev/receipt Thu May 21 21:27:27 2015 +0200 24.2 +++ b/gnome-doc-utils-dev/receipt Fri May 22 17:34:18 2015 +0300 24.3 @@ -24,4 +24,3 @@ 24.4 cp -a $install/usr/share/gnome* $fs/usr/share 24.5 cp -a $install/usr/lib $fs/usr 24.6 } 24.7 -
25.1 --- a/gnome-doc-utils/receipt Thu May 21 21:27:27 2015 +0200 25.2 +++ b/gnome-doc-utils/receipt Fri May 22 17:34:18 2015 +0300 25.3 @@ -11,18 +11,18 @@ 25.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 25.5 25.6 DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml" 25.7 -BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config intltool" 25.8 +BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config \ 25.9 +intltool" 25.10 25.11 # Rules to configure and make the package. 25.12 compile_rules() 25.13 { 25.14 - cd $src 25.15 ./configure --prefix=/usr \ 25.16 - --infodir=/usr/share/info \ 25.17 - --sysconfdir=/etc \ 25.18 - --localstatedir=/var \ 25.19 - --disable-scrollkeeper \ 25.20 - --mandir=/usr/share/man $CONFIGURE_ARGS && 25.21 + --infodir=/usr/share/info \ 25.22 + --sysconfdir=/etc \ 25.23 + --localstatedir=/var \ 25.24 + --disable-scrollkeeper \ 25.25 + --mandir=/usr/share/man $CONFIGURE_ARGS && 25.26 make -j1 && 25.27 make -j1 DESTDIR=$DESTDIR install 25.28 } 25.29 @@ -36,4 +36,3 @@ 25.30 cp -a $install/usr/share/xml $fs/usr/share 25.31 cp -a $install/usr/lib $fs/usr 25.32 } 25.33 -
26.1 --- a/gnome-games-glchess/receipt Thu May 21 21:27:27 2015 +0200 26.2 +++ b/gnome-games-glchess/receipt Fri May 22 17:34:18 2015 +0300 26.3 @@ -19,11 +19,11 @@ 26.4 mkdir -p \ 26.5 $fs/usr/games $fs/usr/lib \ 26.6 $fs/usr/share/applications 26.7 - 26.8 + 26.9 cp -a $install/usr/games/$game $fs/usr/games 26.10 cp -a $install/usr/lib/python* $fs/usr/lib 26.11 rm -rf $fs/usr/lib/python*/*/gnome_sudoku 26.12 cp -a $install/usr/share/$game $fs/usr/share 26.13 - 26.14 + 26.15 cp $src/$game/$game.desktop $fs/usr/share/applications 26.16 }
27.1 --- a/gnome-games-sudoku/receipt Thu May 21 21:27:27 2015 +0200 27.2 +++ b/gnome-games-sudoku/receipt Fri May 22 17:34:18 2015 +0300 27.3 @@ -18,11 +18,11 @@ 27.4 mkdir -p \ 27.5 $fs/usr/games $fs/usr/lib \ 27.6 $fs/usr/share/applications 27.7 - 27.8 + 27.9 cp -a $install/usr/games/$game $fs/usr/games 27.10 cp -a $install/usr/lib/python* $fs/usr/lib 27.11 rm -rf $fs/usr/lib/python*/*/glchess 27.12 cp -a $install/usr/share/$game $fs/usr/share 27.13 - 27.14 + 27.15 cp $src/$game/$game.desktop $fs/usr/share/applications 27.16 }
28.1 --- a/gnome-menus/receipt Thu May 21 21:27:27 2015 +0200 28.2 +++ b/gnome-menus/receipt Fri May 22 17:34:18 2015 +0300 28.3 @@ -17,7 +17,6 @@ 28.4 # Rules to configure and make the package. 28.5 compile_rules() 28.6 { 28.7 - cd $src 28.8 ./configure \ 28.9 --prefix=/usr \ 28.10 --sysconfdir=/etc \ 28.11 @@ -36,4 +35,3 @@ 28.12 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 28.13 rm $fs/usr/lib/$PYTHON_LIB/site-packages/*.*a 28.14 } 28.15 -
29.1 --- a/gnome-python-desktop/receipt Thu May 21 21:27:27 2015 +0200 29.2 +++ b/gnome-python-desktop/receipt Fri May 22 17:34:18 2015 +0300 29.3 @@ -11,13 +11,12 @@ 29.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 29.5 29.6 DEPENDS="python GConf gnome-python gnome-keyring librsvg libwnck" 29.7 -BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring-dev gnome-keyring-dev \ 29.8 -librsvg-dev libwnck-dev pygtk-dev gnome-python-dev" 29.9 +BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring-dev \ 29.10 +gnome-keyring-dev librsvg-dev libwnck-dev pygtk-dev gnome-python-dev" 29.11 29.12 # Rules to configure and make the package. 29.13 compile_rules() 29.14 { 29.15 - cd $src 29.16 ./waf configure --prefix=/usr \ 29.17 --enable-module "gnomekeyring,rsvg,wnck" && 29.18 ./waf build &&
30.1 --- a/gnome-python/receipt Thu May 21 21:27:27 2015 +0200 30.2 +++ b/gnome-python/receipt Fri May 22 17:34:18 2015 +0300 30.3 @@ -17,7 +17,6 @@ 30.4 # Rules to configure and make the package. 30.5 compile_rules() 30.6 { 30.7 - cd $src 30.8 ./configure \ 30.9 --libexecdir=/usr/lib/$PACKAGE \ 30.10 --sysconfdir=/etc/gnome \
31.1 --- a/gpodder/receipt Thu May 21 21:27:27 2015 +0200 31.2 +++ b/gpodder/receipt Fri May 22 17:34:18 2015 +0300 31.3 @@ -16,7 +16,6 @@ 31.4 # Rules to configure and make the package. 31.5 compile_rules() 31.6 { 31.7 - cd $src 31.8 make install 31.9 } 31.10
32.1 --- a/gst-python/receipt Thu May 21 21:27:27 2015 +0200 32.2 +++ b/gst-python/receipt Fri May 22 17:34:18 2015 +0300 32.3 @@ -11,13 +11,12 @@ 32.4 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 32.5 32.6 DEPENDS="pygobject gstreamer gst-plugins-base" 32.7 -BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev 32.8 +BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev \ 32.9 python-dev pkg-config" 32.10 32.11 # Rules to configure and make the package. 32.12 compile_rules() 32.13 { 32.14 - cd $src 32.15 ./configure --prefix=/usr \ 32.16 --sysconfdir=/etc \ 32.17 --localstatedir=/var \
33.1 --- a/gtk-recordmydesktop/receipt Thu May 21 21:27:27 2015 +0200 33.2 +++ b/gtk-recordmydesktop/receipt Fri May 22 17:34:18 2015 +0300 33.3 @@ -17,7 +17,6 @@ 33.4 # Rules to configure and make the package. 33.5 compile_rules() 33.6 { 33.7 - cd $src 33.8 ./configure \ 33.9 $CONFIGURE_ARGS && 33.10 make && make install 33.11 @@ -31,4 +30,3 @@ 33.12 cp -a $install/usr/lib $fs/usr 33.13 cp -a $install/usr/share $fs/usr 33.14 } 33.15 -
34.1 --- a/gutenpy/receipt Thu May 21 21:27:27 2015 +0200 34.2 +++ b/gutenpy/receipt Fri May 22 17:34:18 2015 +0300 34.3 @@ -16,8 +16,6 @@ 34.4 # Rules to configure and make the package. 34.5 compile_rules() 34.6 { 34.7 - cd $src 34.8 - 34.9 # Fix missing .desktop file 34.10 sed -i '/share\/applications/d' setup.py 34.11 sed -i '/gutenpy.desktop/d' setup.py 34.12 @@ -31,4 +29,3 @@ 34.13 # Add gutenpy.desktop file 34.14 cp -a stuff/* $fs 34.15 } 34.16 -
35.1 --- a/hg-git/receipt Thu May 21 21:27:27 2015 +0200 35.2 +++ b/hg-git/receipt Fri May 22 17:34:18 2015 +0300 35.3 @@ -16,7 +16,6 @@ 35.4 # Rules to configure and make the package. 35.5 compile_rules() 35.6 { 35.7 - cd $src 35.8 python setup.py install --root=$DESTDIR --prefix=/usr 35.9 } 35.10
36.1 --- a/ibus-hangul/receipt Thu May 21 21:27:27 2015 +0200 36.2 +++ b/ibus-hangul/receipt Fri May 22 17:34:18 2015 +0300 36.3 @@ -16,7 +16,6 @@ 36.4 # Rules to configure and make the package. 36.5 compile_rules() 36.6 { 36.7 - cd $src 36.8 ./configure --prefix=/usr \ 36.9 --mandir=/usr/share/man \ 36.10 --infodir=/usr/share/info \
37.1 --- a/ibus/receipt Thu May 21 21:27:27 2015 +0200 37.2 +++ b/ibus/receipt Fri May 22 17:34:18 2015 +0300 37.3 @@ -17,7 +17,6 @@ 37.4 # Rules to configure and make the package. 37.5 compile_rules() 37.6 { 37.7 - cd $src 37.8 mkdir -p $DESTDIR$(ls -d /usr/lib/gtk-2*/2*/immodules/) 37.9 ./configure --prefix=/usr \ 37.10 --mandir=/usr/share/man \
38.1 --- a/iotop/receipt Thu May 21 21:27:27 2015 +0200 38.2 +++ b/iotop/receipt Fri May 22 17:34:18 2015 +0300 38.3 @@ -8,7 +8,7 @@ 38.4 LICENSE="" 38.5 WEB_SITE="http://guichaz.free.fr/iotop" 38.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 38.7 -WGET_URL="$WEB_SITE/files/$TARBALL" 38.8 +WGET_URL="$WEB_SITE/files/$TARBALL" 38.9 38.10 DEPENDS="python" 38.11 BUILD_DEPENDS="python" 38.12 @@ -24,6 +24,6 @@ 38.13 genpkg_rules() 38.14 { 38.15 mkdir -p $fs/usr 38.16 - cp -a $install/usr/sbin $fs/usr 38.17 - cp -a $install/usr/lib $fs/usr 38.18 + cp -a $install/usr/sbin $fs/usr 38.19 + cp -a $install/usr/lib $fs/usr 38.20 }
39.1 --- a/jtoolkit/receipt Thu May 21 21:27:27 2015 +0200 39.2 +++ b/jtoolkit/receipt Fri May 22 17:34:18 2015 +0300 39.3 @@ -17,13 +17,12 @@ 39.4 # Rules to configure and make the package. 39.5 compile_rules() 39.6 { 39.7 - cd $src 39.8 - python jToolkitSetup.py install --root=$DESTDIR 39.9 + python jToolkitSetup.py install --root=$DESTDIR 39.10 } 39.11 39.12 # Rules to gen a SliTaz package suitable for Tazpkg. 39.13 genpkg_rules() 39.14 { 39.15 - mkdir -p $fs/usr 39.16 - cp -a $install/usr/lib $fs/usr 39.17 + mkdir -p $fs/usr 39.18 + cp -a $install/usr/lib $fs/usr 39.19 }
40.1 --- a/kivy/receipt Thu May 21 21:27:27 2015 +0200 40.2 +++ b/kivy/receipt Fri May 22 17:34:18 2015 +0300 40.3 @@ -17,7 +17,6 @@ 40.4 # Rules to configure and make the package. 40.5 compile_rules() 40.6 { 40.7 - cd $src 40.8 python setup.py build && 40.9 python setup.py install --root=$DESTDIR 40.10 }
41.1 --- a/labyrinth/receipt Thu May 21 21:27:27 2015 +0200 41.2 +++ b/labyrinth/receipt Fri May 22 17:34:18 2015 +0300 41.3 @@ -11,13 +11,12 @@ 41.4 WGET_URL="git|git://github.com/labyrinth-team/labyrinth" 41.5 41.6 DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf" 41.7 -BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev 41.8 +BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \ 41.9 pygobject-dev gettext" 41.10 41.11 # Rules to configure and make the package. 41.12 compile_rules() 41.13 { 41.14 - cd $src 41.15 python setup.py install --root=$DESTDIR 41.16 ./install_data_files.sh DESTDIR=$DESTDIR 41.17 } 41.18 @@ -27,4 +26,3 @@ 41.19 { 41.20 cp -a $install/usr $fs 41.21 } 41.22 -
42.1 --- a/libimobiledevice/receipt Thu May 21 21:27:27 2015 +0200 42.2 +++ b/libimobiledevice/receipt Fri May 22 17:34:18 2015 +0300 42.3 @@ -18,8 +18,8 @@ 42.4 { 42.5 patch -Np1 -i $stuff/swig-version-check.patch 42.6 ./configure \ 42.7 - $CONFIGURE_ARGS && 42.8 - make && 42.9 + $CONFIGURE_ARGS && 42.10 + make && 42.11 make install 42.12 } 42.13
43.1 --- a/libkeybinder/receipt Thu May 21 21:27:27 2015 +0200 43.2 +++ b/libkeybinder/receipt Fri May 22 17:34:18 2015 +0300 43.3 @@ -29,3 +29,4 @@ 43.4 cp -a $install/usr/lib/*so* $fs/usr/lib 43.5 cp -a $install/usr/lib/python* $fs/usr/lib 43.6 } 43.7 +
44.1 --- a/libsearpc/receipt Thu May 21 21:27:27 2015 +0200 44.2 +++ b/libsearpc/receipt Fri May 22 17:34:18 2015 +0300 44.3 @@ -14,7 +14,7 @@ 44.4 DEPENDS="python glib jansson" 44.5 BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson \ 44.6 automake libtool" 44.7 - 44.8 + 44.9 # Rules to configure and make the package. 44.10 compile_rules() 44.11 { 44.12 @@ -34,4 +34,3 @@ 44.13 cp -a ${install}/usr/lib/*.so* ${fs}/usr/lib 44.14 cp -a ${install}/usr/lib/python* ${fs}/usr/lib 44.15 } 44.16 -
45.1 --- a/lutris/receipt Thu May 21 21:27:27 2015 +0200 45.2 +++ b/lutris/receipt Fri May 22 17:34:18 2015 +0300 45.3 @@ -28,4 +28,3 @@ 45.4 { 45.5 cp -a $install/usr $fs 45.6 } 45.7 -
46.1 --- a/lyx/receipt Thu May 21 21:27:27 2015 +0200 46.2 +++ b/lyx/receipt Fri May 22 17:34:18 2015 +0300 46.3 @@ -29,3 +29,4 @@ 46.4 cp -a $install/usr/share/lyx $fs/usr/share 46.5 rm -r $fs/usr/share/lyx/doc $fs/usr/share/lyx/examples 46.6 } 46.7 +
47.1 --- a/matplotlib/receipt Thu May 21 21:27:27 2015 +0200 47.2 +++ b/matplotlib/receipt Fri May 22 17:34:18 2015 +0300 47.3 @@ -19,7 +19,6 @@ 47.4 # Rules to configure and make the package. 47.5 compile_rules() 47.6 { 47.7 - cd $src 47.8 cp -a $stuff/setup.cfg . 47.9 python setup.py build 47.10 python setup.py install --root=$DESTDIR 47.11 @@ -30,4 +29,3 @@ 47.12 { 47.13 cp -a $install/usr $fs 47.14 } 47.15 -
48.1 --- a/meld/receipt Thu May 21 21:27:27 2015 +0200 48.2 +++ b/meld/receipt Fri May 22 17:34:18 2015 +0300 48.3 @@ -11,12 +11,12 @@ 48.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 48.5 48.6 DEPENDS="pygtk rarian" 48.7 -BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config util-linux-getopt" 48.8 +BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config \ 48.9 +util-linux-getopt" 48.10 48.11 # Rules to configure and make the package. 48.12 compile_rules() 48.13 { 48.14 - cd $src 48.15 make prefix=/usr && make prefix=/usr DESTDIR=$DESTDIR install 48.16 } 48.17 48.18 @@ -28,4 +28,3 @@ 48.19 cp -a $install/usr/lib $fs/usr 48.20 cp -a $install/usr/share/meld $fs/usr/share 48.21 } 48.22 -
49.1 --- a/mirage/receipt Thu May 21 21:27:27 2015 +0200 49.2 +++ b/mirage/receipt Fri May 22 17:34:18 2015 +0300 49.3 @@ -16,7 +16,6 @@ 49.4 # Rules to configure and make the package. 49.5 compile_rules() 49.6 { 49.7 - cd $src 49.8 python setup.py install --root=$DESTDIR 49.9 } 49.10
50.1 --- a/miro/receipt Thu May 21 21:27:27 2015 +0200 50.2 +++ b/miro/receipt Fri May 22 17:34:18 2015 +0300 50.3 @@ -46,3 +46,4 @@ 50.4 cp -a $install/usr/share/icons $fs/usr/share 50.5 cp -a $install/usr/share/miro $fs/usr/share 50.6 } 50.7 +
51.1 --- a/mitter/receipt Thu May 21 21:27:27 2015 +0200 51.2 +++ b/mitter/receipt Fri May 22 17:34:18 2015 +0300 51.3 @@ -15,7 +15,6 @@ 51.4 # Rules to configure and make the package. 51.5 compile_rules() 51.6 { 51.7 - cd $src 51.8 python setup.py build 51.9 python setup.py install --root=$DESTDIR 51.10 }
52.1 --- a/moonshiner/receipt Thu May 21 21:27:27 2015 +0200 52.2 +++ b/moonshiner/receipt Fri May 22 17:34:18 2015 +0300 52.3 @@ -16,7 +16,6 @@ 52.4 # Rules to configure and make the package. 52.5 compile_rules() 52.6 { 52.7 - cd $src 52.8 python setup.py install --root=$DESTDIR 52.9 } 52.10
53.1 --- a/mutagen/receipt Thu May 21 21:27:27 2015 +0200 53.2 +++ b/mutagen/receipt Fri May 22 17:34:18 2015 +0300 53.3 @@ -26,3 +26,4 @@ 53.4 { 53.5 cp -a $install/* $fs 53.6 } 53.7 +
54.1 --- a/nicotine+/receipt Thu May 21 21:27:27 2015 +0200 54.2 +++ b/nicotine+/receipt Fri May 22 17:34:18 2015 +0300 54.3 @@ -17,7 +17,6 @@ 54.4 # Rules to configure and make the package. 54.5 compile_rules() 54.6 { 54.7 - cd $src 54.8 python setup.py install --root=$DESTDIR 54.9 } 54.10 54.11 @@ -36,6 +35,5 @@ 54.12 mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES 54.13 cp -a $install/usr/share/locale/$lang/LC_MESSAGES/nicotine.mo \ 54.14 $fs/usr/share/locale/$lang/LC_MESSAGES 54.15 - done 54.16 + done 54.17 } 54.18 -
55.1 --- a/notify-python/receipt Thu May 21 21:27:27 2015 +0200 55.2 +++ b/notify-python/receipt Fri May 22 17:34:18 2015 +0300 55.3 @@ -17,18 +17,18 @@ 55.4 # Rules to configure and make the package. 55.5 compile_rules() 55.6 { 55.7 - sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c 55.8 - ./configure \ 55.9 - --prefix=/usr \ 55.10 - $CONFIGURE_ARGS && 55.11 - make && 55.12 - make DESTDIR=$DESTDIR install 55.13 + sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c 55.14 + ./configure \ 55.15 + --prefix=/usr \ 55.16 + $CONFIGURE_ARGS && 55.17 + make && 55.18 + make DESTDIR=$DESTDIR install 55.19 } 55.20 55.21 # Rules to gen a SliTaz package suitable for Tazpkg. 55.22 genpkg_rules() 55.23 { 55.24 - mkdir -p $fs/usr 55.25 - cp -a $install/usr/lib $fs/usr 55.26 - cp -a $install/usr/share $fs/usr 55.27 + mkdir -p $fs/usr 55.28 + cp -a $install/usr/lib $fs/usr 55.29 + cp -a $install/usr/share $fs/usr 55.30 }
56.1 --- a/obmenu/receipt Thu May 21 21:27:27 2015 +0200 56.2 +++ b/obmenu/receipt Fri May 22 17:34:18 2015 +0300 56.3 @@ -17,7 +17,6 @@ 56.4 # Rules to configure and make the package. 56.5 compile_rules() 56.6 { 56.7 - cd $src 56.8 python setup.py build 56.9 python setup.py install --root=$DESTDIR 56.10 }
57.1 --- a/offlineimap/receipt Thu May 21 21:27:27 2015 +0200 57.2 +++ b/offlineimap/receipt Fri May 22 17:34:18 2015 +0300 57.3 @@ -17,19 +17,17 @@ 57.4 # Rules to configure and make the package. 57.5 compile_rules() 57.6 { 57.7 - cd $src 57.8 - mkdir -p $DESTDIR/etc 57.9 - cp offlineimap.conf* $DESTDIR/etc 57.10 - python setup.py install --root=$DESTDIR 57.11 + mkdir -p $DESTDIR/etc 57.12 + cp offlineimap.conf* $DESTDIR/etc 57.13 + python setup.py install --root=$DESTDIR 57.14 } 57.15 57.16 # Rules to gen a SliTaz package suitable for Tazpkg. 57.17 genpkg_rules() 57.18 { 57.19 - mkdir -p $fs/usr/share/applications 57.20 - cp -a $install/etc $fs 57.21 - cp -a $install/usr/bin $fs/usr 57.22 - cp -a $install/usr/lib $fs/usr 57.23 - cp -a $stuff/* $fs/usr/share/applications 57.24 + mkdir -p $fs/usr/share/applications 57.25 + cp -a $install/etc $fs 57.26 + cp -a $install/usr/bin $fs/usr 57.27 + cp -a $install/usr/lib $fs/usr 57.28 + cp -a $stuff/* $fs/usr/share/applications 57.29 } 57.30 -
58.1 --- a/openerp-client/receipt Thu May 21 21:27:27 2015 +0200 58.2 +++ b/openerp-client/receipt Fri May 22 17:34:18 2015 +0300 58.3 @@ -11,13 +11,13 @@ 58.4 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 58.5 SUGGESTED="epdfview" 58.6 58.7 -DEPENDS="postgresql-client python pygtk pygobject pycairo python-pyxml egenix-mx-base" 58.8 +DEPENDS="postgresql-client python pygtk pygobject pycairo python-pyxml \ 58.9 +egenix-mx-base" 58.10 BUILD_DEPENDS="python python-dev pygtk egenix-mx-base" 58.11 58.12 # Rules to configure and make the package. 58.13 compile_rules() 58.14 { 58.15 - cd $src 58.16 sed 's/^#.*//' < setup.py > setup2.py 58.17 python setup2.py build 58.18 python setup2.py install --root=$DESTDIR
59.1 --- a/openerp-server/receipt Thu May 21 21:27:27 2015 +0200 59.2 +++ b/openerp-server/receipt Fri May 22 17:34:18 2015 +0300 59.3 @@ -19,7 +19,6 @@ 59.4 # Rules to configure and make the package. 59.5 compile_rules() 59.6 { 59.7 - cd $src 59.8 python setup.py install --root=$DESTDIR 59.9 } 59.10
60.1 --- a/openerp-web/receipt Thu May 21 21:27:27 2015 +0200 60.2 +++ b/openerp-web/receipt Fri May 22 17:34:18 2015 +0300 60.3 @@ -19,7 +19,6 @@ 60.4 # Rules to configure and make the package. 60.5 compile_rules() 60.6 { 60.7 - cd $src 60.8 python setup.py install --root=$DESTDIR 60.9 } 60.10
61.1 --- a/openshot/receipt Thu May 21 21:27:27 2015 +0200 61.2 +++ b/openshot/receipt Fri May 22 17:34:18 2015 +0300 61.3 @@ -30,3 +30,4 @@ 61.4 cp -a $install/usr/bin $fs/usr 61.5 cp -a $install/usr/lib $fs/usr 61.6 } 61.7 +
62.1 --- a/paramiko/receipt Thu May 21 21:27:27 2015 +0200 62.2 +++ b/paramiko/receipt Fri May 22 17:34:18 2015 +0300 62.3 @@ -16,7 +16,6 @@ 62.4 # Rules to configure and make the package. 62.5 compile_rules() 62.6 { 62.7 - cd $src 62.8 python setup.py install --root=$DESTDIR 62.9 } 62.10 62.11 @@ -25,4 +24,3 @@ 62.12 { 62.13 cp -a $install/usr $fs 62.14 } 62.15 -
63.1 --- a/protobuf-python/receipt Thu May 21 21:27:27 2015 +0200 63.2 +++ b/protobuf-python/receipt Fri May 22 17:34:18 2015 +0300 63.3 @@ -26,3 +26,4 @@ 63.4 { 63.5 cp -a $install/* $fs 63.6 } 63.7 +
64.1 --- a/psyco/receipt Thu May 21 21:27:27 2015 +0200 64.2 +++ b/psyco/receipt Fri May 22 17:34:18 2015 +0300 64.3 @@ -16,17 +16,16 @@ 64.4 # Rules to configure and make the package. 64.5 compile_rules() 64.6 { 64.7 - cd $src 64.8 - # Fix opcodes for python 2.7 64.9 - sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ 64.10 - -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ 64.11 + # Fix opcodes for python 2.7 64.12 + sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \ 64.13 + -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \ 64.14 c/Python/pycompiler.c c/mergepoints.c 64.15 - python setup.py install --root=$DESTDIR 64.16 + python setup.py install --root=$DESTDIR 64.17 } 64.18 64.19 # Rules to gen a SliTaz package suitable for Tazpkg. 64.20 genpkg_rules() 64.21 { 64.22 - mkdir -p $fs/usr 64.23 - cp -a $install/usr/lib $fs/usr 64.24 + mkdir -p $fs/usr 64.25 + cp -a $install/usr/lib $fs/usr 64.26 }
65.1 --- a/psycopg2/receipt Thu May 21 21:27:27 2015 +0200 65.2 +++ b/psycopg2/receipt Fri May 22 17:34:18 2015 +0300 65.3 @@ -16,7 +16,6 @@ 65.4 # Rules to configure and make the package. 65.5 compile_rules() 65.6 { 65.7 - cd $src 65.8 sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg 65.9 python setup.py build && 65.10 python setup.py install --root=$DESTDIR 65.11 @@ -27,4 +26,3 @@ 65.12 { 65.13 cp -a $install/usr $fs 65.14 } 65.15 -
66.1 --- a/puddletag/receipt Thu May 21 21:27:27 2015 +0200 66.2 +++ b/puddletag/receipt Fri May 22 17:34:18 2015 +0300 66.3 @@ -26,3 +26,4 @@ 66.4 { 66.5 cp -a $install/* $fs 66.6 } 66.7 +
67.1 --- a/punjab/receipt Thu May 21 21:27:27 2015 +0200 67.2 +++ b/punjab/receipt Fri May 22 17:34:18 2015 +0300 67.3 @@ -25,4 +25,3 @@ 67.4 { 67.5 cp -a $install/* $fs 67.6 } 67.7 -
68.1 --- a/py-asterisk/receipt Thu May 21 21:27:27 2015 +0200 68.2 +++ b/py-asterisk/receipt Fri May 22 17:34:18 2015 +0300 68.3 @@ -17,7 +17,6 @@ 68.4 # Rules to configure and make the package. 68.5 compile_rules() 68.6 { 68.7 - cd $src 68.8 python setup.py build && 68.9 python setup.py install --root=$DESTDIR 68.10 }
69.1 --- a/py3k/receipt Thu May 21 21:27:27 2015 +0200 69.2 +++ b/py3k/receipt Fri May 22 17:34:18 2015 +0300 69.3 @@ -19,7 +19,6 @@ 69.4 # Rules to configure and make the package. 69.5 compile_rules() 69.6 { 69.7 - cd $src 69.8 mkdir -p $DESTDIR/usr/lib/pkgconfig 69.9 ./configure --enable-shared \ 69.10 --prefix=/usr --infodir=/usr/share/info \ 69.11 @@ -40,4 +39,3 @@ 69.12 $fs/usr/include/python${python_version}m 69.13 rm -f $fs/usr/bin/*-config 69.14 } 69.15 -
70.1 --- a/py3k3/receipt Thu May 21 21:27:27 2015 +0200 70.2 +++ b/py3k3/receipt Fri May 22 17:34:18 2015 +0300 70.3 @@ -12,7 +12,8 @@ 70.4 WGET_URL="https://www.python.org/ftp/python/$VERSION/$TARBALL" 70.5 PROVIDE="py3k" 70.6 70.7 -DEPENDS="openssl bzlib readline sqlite zlib xorg-libXss ncursesw gdbm tk xorg-libXext" 70.8 +DEPENDS="openssl bzlib readline sqlite zlib xorg-libXss ncursesw gdbm tk \ 70.9 +xorg-libXext" 70.10 BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite-dev zlib-dev tk-dev \ 70.11 ncursesw-dev liblzma-dev" 70.12
71.1 --- a/pyaudio/receipt Thu May 21 21:27:27 2015 +0200 71.2 +++ b/pyaudio/receipt Fri May 22 17:34:18 2015 +0300 71.3 @@ -15,7 +15,6 @@ 71.4 # Rules to configure and make the package. 71.5 compile_rules() 71.6 { 71.7 - cd $src 71.8 python setup.py build 71.9 python setup.py install --root=$DESTDIR 71.10 } 71.11 @@ -25,4 +24,3 @@ 71.12 { 71.13 cp -a $install/usr $fs 71.14 } 71.15 -
72.1 --- a/pycairo/receipt Thu May 21 21:27:27 2015 +0200 72.2 +++ b/pycairo/receipt Fri May 22 17:34:18 2015 +0300 72.3 @@ -18,7 +18,6 @@ 72.4 # Rules to configure and make the package. 72.5 compile_rules() 72.6 { 72.7 - cd $src 72.8 ./waf configure --prefix=/usr && 72.9 ./waf build && 72.10 ./waf install --destdir=$DESTDIR 72.11 @@ -31,4 +30,3 @@ 72.12 mkdir -p $fs/usr/lib 72.13 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 72.14 } 72.15 -
73.1 --- a/pycrypto/receipt Thu May 21 21:27:27 2015 +0200 73.2 +++ b/pycrypto/receipt Fri May 22 17:34:18 2015 +0300 73.3 @@ -16,7 +16,6 @@ 73.4 # Rules to configure and make the package. 73.5 compile_rules() 73.6 { 73.7 - cd $src 73.8 python setup.py build && 73.9 python setup.py install --root=$DESTDIR 73.10 } 73.11 @@ -26,4 +25,3 @@ 73.12 { 73.13 cp -a $install/usr $fs 73.14 } 73.15 -
74.1 --- a/pycurl/receipt Thu May 21 21:27:27 2015 +0200 74.2 +++ b/pycurl/receipt Fri May 22 17:34:18 2015 +0300 74.3 @@ -16,7 +16,6 @@ 74.4 # Rules to configure and make the package. 74.5 compile_rules() 74.6 { 74.7 - cd $src 74.8 python setup.py install --curl-config=/usr/bin/curl-config --prefix $DESTDIR/usr 74.9 } 74.10 74.11 @@ -26,4 +25,3 @@ 74.12 mkdir -p $fs/usr 74.13 cp -a $install/usr/lib $fs/usr 74.14 } 74.15 -
75.1 --- a/pygobject-dev/receipt Thu May 21 21:27:27 2015 +0200 75.2 +++ b/pygobject-dev/receipt Fri May 22 17:34:18 2015 +0300 75.3 @@ -22,4 +22,3 @@ 75.4 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 75.5 cp -a $install/usr/lib/*.*a $fs/usr/lib 75.6 } 75.7 -
76.1 --- a/pygobject/receipt Thu May 21 21:27:27 2015 +0200 76.2 +++ b/pygobject/receipt Fri May 22 17:34:18 2015 +0300 76.3 @@ -11,12 +11,12 @@ 76.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 76.5 76.6 DEPENDS="python pycairo glib libffi libgio" 76.7 -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" 76.8 +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev \ 76.9 +cairo-dev libffi-dev" 76.10 76.11 # Rules to configure and make the package. 76.12 compile_rules() 76.13 { 76.14 - cd $src 76.15 ./configure --disable-introspection $CONFIGURE_ARGS && 76.16 make && make install 76.17 } 76.18 @@ -29,4 +29,3 @@ 76.19 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 76.20 cp -a $install/usr/lib/*.so* $fs/usr/lib 76.21 } 76.22 -
77.1 --- a/pygtk-dev/receipt Thu May 21 21:27:27 2015 +0200 77.2 +++ b/pygtk-dev/receipt Fri May 22 17:34:18 2015 +0300 77.3 @@ -22,3 +22,4 @@ 77.4 cp -a $install/usr/share/pygtk $fs/usr/share 77.5 chmod +x $fs/usr/bin/* 77.6 } 77.7 +
78.1 --- a/pygtk/receipt Thu May 21 21:27:27 2015 +0200 78.2 +++ b/pygtk/receipt Fri May 22 17:34:18 2015 +0300 78.3 @@ -20,7 +20,6 @@ 78.4 # Rules to configure and make the package. 78.5 compile_rules() 78.6 { 78.7 - cd $src 78.8 #https://bugzilla.gnome.org/show_bug.cgi?id=623965 78.9 patch -Np1 -i $stuff/python27.patch 78.10 ./configure --disable-docs $CONFIGURE_ARGS &&
79.1 --- a/pyneighborhood/receipt Thu May 21 21:27:27 2015 +0200 79.2 +++ b/pyneighborhood/receipt Fri May 22 17:34:18 2015 +0300 79.3 @@ -16,7 +16,6 @@ 79.4 # Rules to configure and make the package. 79.5 compile_rules() 79.6 { 79.7 - cd $src 79.8 # hack Makefile 79.9 sed -i 's/--prefix=/--root=/' Makefile 79.10 # hack .desktop file 79.11 @@ -32,4 +31,3 @@ 79.12 cp -a $install/usr $fs 79.13 cp -a $install/share $fs/usr 79.14 } 79.15 -
80.1 --- a/pyopenssl/receipt Thu May 21 21:27:27 2015 +0200 80.2 +++ b/pyopenssl/receipt Fri May 22 17:34:18 2015 +0300 80.3 @@ -17,7 +17,6 @@ 80.4 # Rules to configure and make the package. 80.5 compile_rules() 80.6 { 80.7 - cd $src 80.8 python setup.py build && python setup.py install --root=$DESTDIR 80.9 } 80.10 80.11 @@ -26,4 +25,3 @@ 80.12 { 80.13 cp -a $install/usr $fs 80.14 } 80.15 -
81.1 --- a/pyorbit/receipt Thu May 21 21:27:27 2015 +0200 81.2 +++ b/pyorbit/receipt Fri May 22 17:34:18 2015 +0300 81.3 @@ -16,7 +16,6 @@ 81.4 # Rules to configure and make the package. 81.5 compile_rules() 81.6 { 81.7 - cd $src 81.8 ./configure \ 81.9 --prefix=/usr \ 81.10 $CONFIGURE_ARGS &&
82.1 --- a/pyroom/receipt Thu May 21 21:27:27 2015 +0200 82.2 +++ b/pyroom/receipt Fri May 22 17:34:18 2015 +0300 82.3 @@ -26,3 +26,4 @@ 82.4 mkdir -p $fs 82.5 cp -a $install/usr $fs 82.6 } 82.7 +
83.1 --- a/pysize/receipt Thu May 21 21:27:27 2015 +0200 83.2 +++ b/pysize/receipt Fri May 22 17:34:18 2015 +0300 83.3 @@ -16,7 +16,6 @@ 83.4 # Rules to configure and make the package. 83.5 compile_rules() 83.6 { 83.7 - cd $src 83.8 python setup.py build 83.9 python setup.py install --root=$DESTDIR 83.10 } 83.11 @@ -26,4 +25,3 @@ 83.12 { 83.13 cp -a $install/usr $fs 83.14 } 83.15 -
84.1 --- a/python-aeroolib/receipt Thu May 21 21:27:27 2015 +0200 84.2 +++ b/python-aeroolib/receipt Fri May 22 17:34:18 2015 +0300 84.3 @@ -16,7 +16,6 @@ 84.4 # Rules to configure and make the package. 84.5 compile_rules() 84.6 { 84.7 - cd $src 84.8 python setup.py build 84.9 python setup.py install --root=$DESTDIR 84.10 }
85.1 --- a/python-antlr/receipt Thu May 21 21:27:27 2015 +0200 85.2 +++ b/python-antlr/receipt Fri May 22 17:34:18 2015 +0300 85.3 @@ -28,3 +28,4 @@ 85.4 mkdir -p $fs/usr 85.5 cp -a $install/usr/lib $fs/usr 85.6 } 85.7 +
86.1 --- a/python-asterisk/receipt Thu May 21 21:27:27 2015 +0200 86.2 +++ b/python-asterisk/receipt Fri May 22 17:34:18 2015 +0300 86.3 @@ -17,7 +17,6 @@ 86.4 # Rules to configure and make the package. 86.5 compile_rules() 86.6 { 86.7 - cd $src 86.8 python setup.py build && 86.9 python setup.py install --root=$DESTDIR 86.10 }
87.1 --- a/python-babel/receipt Thu May 21 21:27:27 2015 +0200 87.2 +++ b/python-babel/receipt Fri May 22 17:34:18 2015 +0300 87.3 @@ -15,8 +15,6 @@ 87.4 # Rules to configure and make the package. 87.5 compile_rules() 87.6 { 87.7 - 87.8 - cd $src 87.9 python setup.py build && 87.10 python setup.py install --root=$DESTDIR 87.11 }
88.1 --- a/python-barcode/receipt Thu May 21 21:27:27 2015 +0200 88.2 +++ b/python-barcode/receipt Fri May 22 17:34:18 2015 +0300 88.3 @@ -25,4 +25,3 @@ 88.4 { 88.5 cp -a $install/usr $fs 88.6 } 88.7 -
89.1 --- a/python-beaker/receipt Thu May 21 21:27:27 2015 +0200 89.2 +++ b/python-beaker/receipt Fri May 22 17:34:18 2015 +0300 89.3 @@ -18,7 +18,6 @@ 89.4 # Rules to configure and make the package. 89.5 compile_rules() 89.6 { 89.7 - cd $src 89.8 python setup.py install --root=$DESTDIR 89.9 } 89.10 89.11 @@ -27,4 +26,3 @@ 89.12 { 89.13 cp -a $install/usr/ $fs 89.14 } 89.15 -
90.1 --- a/python-caldav/receipt Thu May 21 21:27:27 2015 +0200 90.2 +++ b/python-caldav/receipt Fri May 22 17:34:18 2015 +0300 90.3 @@ -17,13 +17,12 @@ 90.4 # Rules to configure and make the package. 90.5 compile_rules() 90.6 { 90.7 - cd $src 90.8 - python setup.py install --root=$DESTDIR 90.9 + python setup.py install --root=$DESTDIR 90.10 } 90.11 90.12 # Rules to gen a SliTaz package suitable for Tazpkg. 90.13 genpkg_rules() 90.14 { 90.15 - mkdir -p $fs/usr 90.16 - cp -a $install/usr $fs 90.17 + mkdir -p $fs/usr 90.18 + cp -a $install/usr $fs 90.19 }
91.1 --- a/python-chardet/receipt Thu May 21 21:27:27 2015 +0200 91.2 +++ b/python-chardet/receipt Fri May 22 17:34:18 2015 +0300 91.3 @@ -17,11 +17,9 @@ 91.4 # Rules to configure and make the package. 91.5 91.6 compile_rules() { 91.7 - 91.8 - cd $src 91.9 - python setup.py install --root=$DESTDIR --optimize=1 91.10 + python setup.py install --root=$DESTDIR --optimize=1 91.11 } 91.12 - 91.13 + 91.14 # Rules to gen a SliTaz package suitable for Tazpkg. 91.15 genpkg_rules() 91.16 {
92.1 --- a/python-cheetah/receipt Thu May 21 21:27:27 2015 +0200 92.2 +++ b/python-cheetah/receipt Fri May 22 17:34:18 2015 +0300 92.3 @@ -18,7 +18,6 @@ 92.4 # Rules to configure and make the package. 92.5 compile_rules() 92.6 { 92.7 - cd $src 92.8 sed -i 's/sys.version_info/&[:]/' cheetah/Template.py 92.9 sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' cheetah/Tests/SyntaxAndOutput.py 92.10 python setup.py install --root=$DESTDIR
93.1 --- a/python-cherrypy/receipt Thu May 21 21:27:27 2015 +0200 93.2 +++ b/python-cherrypy/receipt Fri May 22 17:34:18 2015 +0300 93.3 @@ -18,7 +18,6 @@ 93.4 # Rules to configure and make the package. 93.5 compile_rules() 93.6 { 93.7 - cd $src 93.8 python setup.py install --root=$DESTDIR 93.9 } 93.10
94.1 --- a/python-configobj/receipt Thu May 21 21:27:27 2015 +0200 94.2 +++ b/python-configobj/receipt Fri May 22 17:34:18 2015 +0300 94.3 @@ -25,3 +25,4 @@ 94.4 { 94.5 cp -a $install/* $fs 94.6 } 94.7 +
95.1 --- a/python-couchdbkit/receipt Thu May 21 21:27:27 2015 +0200 95.2 +++ b/python-couchdbkit/receipt Fri May 22 17:34:18 2015 +0300 95.3 @@ -17,7 +17,6 @@ 95.4 # Rules to configure and make the package. 95.5 compile_rules() 95.6 { 95.7 - cd $src 95.8 python setup.py install --root=$DESTDIR 95.9 } 95.10 95.11 @@ -27,4 +26,3 @@ 95.12 mkdir -p $fs/usr 95.13 cp -a $install/usr $fs 95.14 } 95.15 -
96.1 --- a/python-cssselect/receipt Thu May 21 21:27:27 2015 +0200 96.2 +++ b/python-cssselect/receipt Fri May 22 17:34:18 2015 +0300 96.3 @@ -17,7 +17,6 @@ 96.4 # Rules to configure and make the package. 96.5 compile_rules() 96.6 { 96.7 - cd $src 96.8 python setup.py install --root=$DESTDIR 96.9 } 96.10
97.1 --- a/python-cssutils/receipt Thu May 21 21:27:27 2015 +0200 97.2 +++ b/python-cssutils/receipt Fri May 22 17:34:18 2015 +0300 97.3 @@ -16,7 +16,6 @@ 97.4 # Rules to configure and make the package. 97.5 compile_rules() 97.6 { 97.7 - cd $src 97.8 python setup.py install --root=$DESTDIR 97.9 } 97.10 97.11 @@ -25,4 +24,3 @@ 97.12 { 97.13 cp -a $install/usr $fs 97.14 } 97.15 -
98.1 --- a/python-cython/receipt Thu May 21 21:27:27 2015 +0200 98.2 +++ b/python-cython/receipt Fri May 22 17:34:18 2015 +0300 98.3 @@ -17,7 +17,6 @@ 98.4 # Rules to configure and make the package. 98.5 compile_rules() 98.6 { 98.7 - cd $src 98.8 python setup.py build && 98.9 python setup.py install --root=$DESTDIR 98.10 }
99.1 --- a/python-decoratortools/receipt Thu May 21 21:27:27 2015 +0200 99.2 +++ b/python-decoratortools/receipt Fri May 22 17:34:18 2015 +0300 99.3 @@ -18,8 +18,7 @@ 99.4 # Rules to configure and make the package. 99.5 compile_rules() 99.6 { 99.7 - cd $src 99.8 - python setup.py install --root=$DESTDIR 99.9 + python setup.py install --root=$DESTDIR 99.10 } 99.11 99.12 # Rules to gen a SliTaz package suitable for Tazpkg. 99.13 @@ -27,4 +26,3 @@ 99.14 { 99.15 cp -a $install/usr $fs 99.16 } 99.17 -
100.1 --- a/python-django/receipt Thu May 21 21:27:27 2015 +0200 100.2 +++ b/python-django/receipt Fri May 22 17:34:18 2015 +0300 100.3 @@ -33,3 +33,4 @@ 100.4 { 100.5 rm -rf $1/var/lib/tazpkg/installed/django 100.6 } 100.7 +
101.1 --- a/python-dnspython/receipt Thu May 21 21:27:27 2015 +0200 101.2 +++ b/python-dnspython/receipt Fri May 22 17:34:18 2015 +0300 101.3 @@ -17,7 +17,6 @@ 101.4 # Rules to configure and make the package. 101.5 compile_rules() 101.6 { 101.7 - cd $src 101.8 python setup.py install --root=$DESTDIR 101.9 } 101.10 101.11 @@ -26,4 +25,3 @@ 101.12 { 101.13 cp -a $install/usr $fs 101.14 } 101.15 -
102.1 --- a/python-docutils/receipt Thu May 21 21:27:27 2015 +0200 102.2 +++ b/python-docutils/receipt Fri May 22 17:34:18 2015 +0300 102.3 @@ -17,7 +17,6 @@ 102.4 # Rules to configure and make the package. 102.5 compile_rules() 102.6 { 102.7 - cd $src 102.8 python setup.py install --root=$DESTDIR 102.9 } 102.10
103.1 --- a/python-ecore/receipt Thu May 21 21:27:27 2015 +0200 103.2 +++ b/python-ecore/receipt Fri May 22 17:34:18 2015 +0300 103.3 @@ -12,15 +12,15 @@ 103.4 TAGS="e enlightenment efl python" 103.5 103.6 DEPENDS="ecore" 103.7 -BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake 103.8 -git subversion libtool" 103.9 +BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake git \ 103.10 +subversion libtool" 103.11 103.12 # Rules to configure and make the package. 103.13 compile_rules() 103.14 { 103.15 ./autogen.sh && 103.16 ./configure --prefix=/usr && 103.17 - make all && make install 103.18 + make all && make install 103.19 } 103.20 103.21 # Rules to gen a SliTaz package suitable for Tazpkg.
104.1 --- a/python-edje/receipt Thu May 21 21:27:27 2015 +0200 104.2 +++ b/python-edje/receipt Fri May 22 17:34:18 2015 +0300 104.3 @@ -12,7 +12,7 @@ 104.4 TAGS="e enlightenment python" 104.5 104.6 DEPENDS="edje python-evas libxml2" 104.7 -BUILD_DEPENDS="edje-dev python-evas-dev 104.8 +BUILD_DEPENDS="edje-dev python-evas-dev \ 104.9 python-cython autoconf automake git subversion libtool libxml2-dev" 104.10 104.11 # Rules to configure and make the package. 104.12 @@ -20,7 +20,7 @@ 104.13 { 104.14 ./autogen.sh && 104.15 ./configure --prefix=/usr && 104.16 - make $MAKEFLAGS all && make install 104.17 + make $MAKEFLAGS all && make install 104.18 } 104.19 104.20 # Rules to gen a SliTaz package suitable for Tazpkg.
105.1 --- a/python-elaphe/receipt Thu May 21 21:27:27 2015 +0200 105.2 +++ b/python-elaphe/receipt Fri May 22 17:34:18 2015 +0300 105.3 @@ -25,4 +25,3 @@ 105.4 { 105.5 cp -a $install/usr $fs 105.6 } 105.7 -
106.1 --- a/python-elementary/receipt Thu May 21 21:27:27 2015 +0200 106.2 +++ b/python-elementary/receipt Fri May 22 17:34:18 2015 +0300 106.3 @@ -12,7 +12,7 @@ 106.4 TAGS="e enlightenment python" 106.5 106.6 DEPENDS="elementary python-evas" 106.7 -BUILD_DEPENDS="elementary-dev python-evas-dev python-cython 106.8 +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython \ 106.9 autoconf automake git subversion libtool" 106.10 106.11 # Rules to configure and make the package. 106.12 @@ -20,7 +20,7 @@ 106.13 { 106.14 ./autogen.sh && 106.15 ./configure --prefix=/usr && 106.16 - make $MAKEFLAGS all && make install 106.17 + make $MAKEFLAGS all && make install 106.18 } 106.19 106.20 # Rules to gen a SliTaz package suitable for Tazpkg.
107.1 --- a/python-evas/receipt Thu May 21 21:27:27 2015 +0200 107.2 +++ b/python-evas/receipt Fri May 22 17:34:18 2015 +0300 107.3 @@ -12,7 +12,7 @@ 107.4 TAGS="e enlightenment python" 107.5 107.6 DEPENDS="evas python" 107.7 -BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake 107.8 +BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake \ 107.9 git subversion libtool" 107.10 107.11 # Rules to configure and make the package. 107.12 @@ -20,7 +20,7 @@ 107.13 { 107.14 ./autogen.sh && 107.15 ./configure --prefix=/usr && 107.16 - make $MAKEFLAGS all && make install 107.17 + make $MAKEFLAGS all && make install 107.18 } 107.19 107.20 # Rules to gen a SliTaz package suitable for Tazpkg.
108.1 --- a/python-extremes/receipt Thu May 21 21:27:27 2015 +0200 108.2 +++ b/python-extremes/receipt Fri May 22 17:34:18 2015 +0300 108.3 @@ -18,7 +18,6 @@ 108.4 # Rules to configure and make the package. 108.5 compile_rules() 108.6 { 108.7 - cd $src 108.8 python setup.py install --root=$DESTDIR 108.9 } 108.10
109.1 --- a/python-flup/receipt Thu May 21 21:27:27 2015 +0200 109.2 +++ b/python-flup/receipt Fri May 22 17:34:18 2015 +0300 109.3 @@ -27,3 +27,4 @@ 109.4 mkdir -p $fs 109.5 cp -a $install/usr $fs 109.6 } 109.7 +
110.1 --- a/python-formalchemy/receipt Thu May 21 21:27:27 2015 +0200 110.2 +++ b/python-formalchemy/receipt Fri May 22 17:34:18 2015 +0300 110.3 @@ -18,13 +18,11 @@ 110.4 # Rules to configure and make the package. 110.5 compile_rules() 110.6 { 110.7 - cd $src 110.8 python setup.py install --root=$DESTDIR 110.9 } 110.10 110.11 # Rules to gen a SliTaz package suitable for Tazpkg. 110.12 genpkg_rules() 110.13 { 110.14 - cp -a $install/usr $fs 110.15 + cp -a $install/usr $fs 110.16 } 110.17 -
111.1 --- a/python-formencode/receipt Thu May 21 21:27:27 2015 +0200 111.2 +++ b/python-formencode/receipt Fri May 22 17:34:18 2015 +0300 111.3 @@ -18,7 +18,6 @@ 111.4 # Rules to configure and make the package. 111.5 compile_rules() 111.6 { 111.7 - cd $src 111.8 python setup.py install --root=$DESTDIR 111.9 } 111.10
112.1 --- a/python-gazpacho/receipt Thu May 21 21:27:27 2015 +0200 112.2 +++ b/python-gazpacho/receipt Fri May 22 17:34:18 2015 +0300 112.3 @@ -32,3 +32,4 @@ 112.4 cp -a $install/usr/lib $fs/usr 112.5 cp -a $install/usr/share $fs/usr 112.6 } 112.7 +
113.1 --- a/python-gdata/receipt Thu May 21 21:27:27 2015 +0200 113.2 +++ b/python-gdata/receipt Fri May 22 17:34:18 2015 +0300 113.3 @@ -17,7 +17,6 @@ 113.4 # Rules to configure and make the package. 113.5 compile_rules() 113.6 { 113.7 - cd $src 113.8 python setup.py build && 113.9 python setup.py install --root=$DESTDIR 113.10 }
114.1 --- a/python-genshi/receipt Thu May 21 21:27:27 2015 +0200 114.2 +++ b/python-genshi/receipt Fri May 22 17:34:18 2015 +0300 114.3 @@ -17,7 +17,6 @@ 114.4 # Rules to configure and make the package. 114.5 compile_rules() 114.6 { 114.7 - cd $src 114.8 python setup.py install --root=$DESTDIR 114.9 } 114.10
115.1 --- a/python-geojson/receipt Thu May 21 21:27:27 2015 +0200 115.2 +++ b/python-geojson/receipt Fri May 22 17:34:18 2015 +0300 115.3 @@ -25,3 +25,4 @@ 115.4 { 115.5 cp -a $install/usr $fs 115.6 } 115.7 +
116.1 --- a/python-gevent-psycopg2/receipt Thu May 21 21:27:27 2015 +0200 116.2 +++ b/python-gevent-psycopg2/receipt Fri May 22 17:34:18 2015 +0300 116.3 @@ -17,7 +17,6 @@ 116.4 # Rules to configure and make the package. 116.5 compile_rules() 116.6 { 116.7 - cd $src 116.8 python setup.py build && 116.9 python setup.py install --root=$DESTDIR 116.10 }
117.1 --- a/python-gevent/receipt Thu May 21 21:27:27 2015 +0200 117.2 +++ b/python-gevent/receipt Fri May 22 17:34:18 2015 +0300 117.3 @@ -17,7 +17,6 @@ 117.4 # Rules to configure and make the package. 117.5 compile_rules() 117.6 { 117.7 - cd $src 117.8 python setup.py build && 117.9 python setup.py install --root=$DESTDIR 117.10 }
118.1 --- a/python-html2text/receipt Thu May 21 21:27:27 2015 +0200 118.2 +++ b/python-html2text/receipt Fri May 22 17:34:18 2015 +0300 118.3 @@ -27,3 +27,4 @@ 118.4 cp -a $install/usr/lib $fs/usr 118.5 cp -a $install/usr/bin $fs/usr 118.6 } 118.7 +
119.1 --- a/python-html5lib/receipt Thu May 21 21:27:27 2015 +0200 119.2 +++ b/python-html5lib/receipt Fri May 22 17:34:18 2015 +0300 119.3 @@ -17,7 +17,6 @@ 119.4 # Rules to configure and make the package. 119.5 compile_rules() 119.6 { 119.7 - cd $src 119.8 python setup.py install --root=$DESTDIR 119.9 } 119.10
120.1 --- a/python-http-parser/receipt Thu May 21 21:27:27 2015 +0200 120.2 +++ b/python-http-parser/receipt Fri May 22 17:34:18 2015 +0300 120.3 @@ -17,7 +17,6 @@ 120.4 # Rules to configure and make the package. 120.5 compile_rules() 120.6 { 120.7 - cd $src 120.8 python setup.py install --root=$DESTDIR 120.9 } 120.10 120.11 @@ -27,4 +26,3 @@ 120.12 mkdir -p $fs/usr 120.13 cp -a $install/usr $fs 120.14 } 120.15 -
121.1 --- a/python-httplib2/receipt Thu May 21 21:27:27 2015 +0200 121.2 +++ b/python-httplib2/receipt Fri May 22 17:34:18 2015 +0300 121.3 @@ -17,7 +17,6 @@ 121.4 # Rules to configure and make the package. 121.5 compile_rules() 121.6 { 121.7 - cd $src 121.8 python setup.py install --root=$DESTDIR 121.9 } 121.10 121.11 @@ -26,4 +25,3 @@ 121.12 { 121.13 cp -a $install/usr $fs 121.14 } 121.15 -
122.1 --- a/python-idle/receipt Thu May 21 21:27:27 2015 +0200 122.2 +++ b/python-idle/receipt Fri May 22 17:34:18 2015 +0300 122.3 @@ -19,3 +19,4 @@ 122.4 cp -a $install/usr/bin/idle $fs/usr/bin 122.5 cp -a $install/usr/lib/python2.7/idlelib $fs/usr/lib/python2.7 122.6 } 122.7 +
123.1 --- a/python-ipy/receipt Thu May 21 21:27:27 2015 +0200 123.2 +++ b/python-ipy/receipt Fri May 22 17:34:18 2015 +0300 123.3 @@ -27,3 +27,4 @@ 123.4 mkdir -p $fs/usr 123.5 cp -a $install/usr/lib $fs/usr 123.6 } 123.7 +
124.1 --- a/python-jcconv/receipt Thu May 21 21:27:27 2015 +0200 124.2 +++ b/python-jcconv/receipt Fri May 22 17:34:18 2015 +0300 124.3 @@ -25,4 +25,3 @@ 124.4 { 124.5 cp -a $install/usr $fs 124.6 } 124.7 -
125.1 --- a/python-jinja2/receipt Thu May 21 21:27:27 2015 +0200 125.2 +++ b/python-jinja2/receipt Fri May 22 17:34:18 2015 +0300 125.3 @@ -17,7 +17,6 @@ 125.4 # Rules to configure and make the package. 125.5 compile_rules() 125.6 { 125.7 - cd $src 125.8 python setup.py install --root=$DESTDIR 125.9 } 125.10
126.1 --- a/python-kid/receipt Thu May 21 21:27:27 2015 +0200 126.2 +++ b/python-kid/receipt Fri May 22 17:34:18 2015 +0300 126.3 @@ -27,3 +27,4 @@ 126.4 { 126.5 cp -a $install/usr $fs 126.6 } 126.7 +
127.1 --- a/python-kiwi/receipt Thu May 21 21:27:27 2015 +0200 127.2 +++ b/python-kiwi/receipt Fri May 22 17:34:18 2015 +0300 127.3 @@ -26,3 +26,4 @@ 127.4 { 127.5 cp -a $install/usr $fs 127.6 } 127.7 +
128.1 --- a/python-ldap/receipt Thu May 21 21:27:27 2015 +0200 128.2 +++ b/python-ldap/receipt Fri May 22 17:34:18 2015 +0300 128.3 @@ -16,7 +16,6 @@ 128.4 # Rules to configure and make the package. 128.5 compile_rules() 128.6 { 128.7 - cd $src 128.8 python setup.py build 128.9 python setup.py install --root=$DESTDIR 128.10 } 128.11 @@ -27,4 +26,3 @@ 128.12 mkdir -p $fs/usr 128.13 cp -a $install/usr/lib $fs/usr 128.14 } 128.15 -
129.1 --- a/python-lxml/receipt Thu May 21 21:27:27 2015 +0200 129.2 +++ b/python-lxml/receipt Fri May 22 17:34:18 2015 +0300 129.3 @@ -17,7 +17,6 @@ 129.4 # Rules to configure and make the package. 129.5 compile_rules() 129.6 { 129.7 - cd $src 129.8 make && python setup.py install --root=$DESTDIR 129.9 } 129.10 129.11 @@ -26,4 +25,3 @@ 129.12 { 129.13 cp -a $install/usr $fs 129.14 } 129.15 -
130.1 --- a/python-magic/receipt Thu May 21 21:27:27 2015 +0200 130.2 +++ b/python-magic/receipt Fri May 22 17:34:18 2015 +0300 130.3 @@ -17,3 +17,4 @@ 130.4 mkdir -p $fs/usr/lib 130.5 cp -a $install/usr/lib/python* $fs/usr/lib 130.6 } 130.7 +
131.1 --- a/python-mako/receipt Thu May 21 21:27:27 2015 +0200 131.2 +++ b/python-mako/receipt Fri May 22 17:34:18 2015 +0300 131.3 @@ -18,8 +18,7 @@ 131.4 # Rules to configure and make the package. 131.5 compile_rules() 131.6 { 131.7 - cd $src 131.8 - python setup.py install --root=$DESTDIR 131.9 + python setup.py install --root=$DESTDIR 131.10 } 131.11 131.12 # Rules to gen a SliTaz package suitable for Tazpkg. 131.13 @@ -27,4 +26,3 @@ 131.14 { 131.15 cp -a $install/usr $fs 131.16 } 131.17 -
132.1 --- a/python-markupsafe/receipt Thu May 21 21:27:27 2015 +0200 132.2 +++ b/python-markupsafe/receipt Fri May 22 17:34:18 2015 +0300 132.3 @@ -15,8 +15,6 @@ 132.4 # Rules to configure and make the package. 132.5 compile_rules() 132.6 { 132.7 - 132.8 - cd $src 132.9 python setup.py build && 132.10 python setup.py install --root=$DESTDIR 132.11 }
133.1 --- a/python-mechanize/receipt Thu May 21 21:27:27 2015 +0200 133.2 +++ b/python-mechanize/receipt Fri May 22 17:34:18 2015 +0300 133.3 @@ -18,7 +18,6 @@ 133.4 # Rules to configure and make the package. 133.5 compile_rules() 133.6 { 133.7 - cd $src 133.8 python setup.py install --root="$DESTDIR" --optimize=1 133.9 } 133.10
134.1 --- a/python-mock/receipt Thu May 21 21:27:27 2015 +0200 134.2 +++ b/python-mock/receipt Fri May 22 17:34:18 2015 +0300 134.3 @@ -17,7 +17,6 @@ 134.4 # Rules to configure and make the package. 134.5 compile_rules() 134.6 { 134.7 - cd $src 134.8 python setup.py install --root=$DESTDIR 134.9 } 134.10 134.11 @@ -26,4 +25,3 @@ 134.12 { 134.13 cp -a $install/usr $fs 134.14 } 134.15 -
135.1 --- a/python-mpd/receipt Thu May 21 21:27:27 2015 +0200 135.2 +++ b/python-mpd/receipt Fri May 22 17:34:18 2015 +0300 135.3 @@ -17,7 +17,7 @@ 135.4 # Rules to configure and make the package. 135.5 compile_rules() 135.6 { 135.7 - python setup.py install --prefix=/usr --root="$DESTDIR" 135.8 + python setup.py install --prefix=/usr --root="$DESTDIR" 135.9 } 135.10 135.11 # Rules to gen a SliTaz package suitable for Tazpkg.
136.1 --- a/python-mygpoclient/receipt Thu May 21 21:27:27 2015 +0200 136.2 +++ b/python-mygpoclient/receipt Fri May 22 17:34:18 2015 +0300 136.3 @@ -17,7 +17,6 @@ 136.4 # Rules to configure and make the package. 136.5 compile_rules() 136.6 { 136.7 - cd $src 136.8 python setup.py install --root=$DESTDIR 136.9 } 136.10 136.11 @@ -26,5 +25,5 @@ 136.12 { 136.13 mkdir -p $fs/usr 136.14 cp -a $install/usr/lib $fs/usr 136.15 - cp -a $install/usr/bin $fs/usr 136.16 + cp -a $install/usr/bin $fs/usr 136.17 }
137.1 --- a/python-mysql/receipt Thu May 21 21:27:27 2015 +0200 137.2 +++ b/python-mysql/receipt Fri May 22 17:34:18 2015 +0300 137.3 @@ -36,3 +36,4 @@ 137.4 rm -rf $1/var/lib/tazpkg/installed/mysql-python 137.5 fi 137.6 } 137.7 +
138.1 --- a/python-netaddr/receipt Thu May 21 21:27:27 2015 +0200 138.2 +++ b/python-netaddr/receipt Fri May 22 17:34:18 2015 +0300 138.3 @@ -28,3 +28,4 @@ 138.4 mkdir -p $fs 138.5 cp -a $install/usr $fs 138.6 } 138.7 +
139.1 --- a/python-nose/receipt Thu May 21 21:27:27 2015 +0200 139.2 +++ b/python-nose/receipt Fri May 22 17:34:18 2015 +0300 139.3 @@ -18,7 +18,6 @@ 139.4 # Rules to configure and make the package. 139.5 compile_rules() 139.6 { 139.7 - cd $src 139.8 python setup.py install --root=$DESTDIR 139.9 } 139.10 139.11 @@ -28,4 +27,3 @@ 139.12 mkdir -p $fs/usr 139.13 cp -a $install/usr/lib $fs/usr 139.14 } 139.15 -
140.1 --- a/python-numpy/receipt Thu May 21 21:27:27 2015 +0200 140.2 +++ b/python-numpy/receipt Fri May 22 17:34:18 2015 +0300 140.3 @@ -17,7 +17,6 @@ 140.4 # Rules to configure and make the package. 140.5 compile_rules() 140.6 { 140.7 - cd $src 140.8 { 140.9 python setup.py build && 140.10 python setup.py install --root=$DESTDIR
141.1 --- a/python/receipt Thu May 21 21:27:27 2015 +0200 141.2 +++ b/python/receipt Fri May 22 17:34:18 2015 +0300 141.3 @@ -23,10 +23,10 @@ 141.4 # Temporary workaround for FS#22322 141.5 # See http://bugs.python.org/issue10835 for upstream report 141.6 sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c 141.7 - 141.8 + 141.9 # Enable built-in SQLite3 module to load extensions (fix FS#22122) 141.10 sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py 141.11 - 141.12 + 141.13 case "$ARCH" in 141.14 arm*) 141.15 # First pass for build host tools 141.16 @@ -93,4 +93,3 @@ 141.17 rm -f $fs/usr/bin/idle 141.18 rm -rf $fs/usr/lib/python2.7/idlelib 141.19 } 141.20 -