diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:33:18 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:33:18 +0200 |
commit | 5ce07c1d4e510dd1b43030821057fb6d16265c4d (patch) | |
tree | ad77ca64b7d2e81e5f3a335e71c6602d74fe180c /libraries/python-distutils-extra | |
parent | d6ddf063e0a6b6f2ffc5f7c8bccd7f3f7bd344f0 (diff) | |
download | slackbuilds-5ce07c1d4e510dd1b43030821057fb6d16265c4d.tar.gz slackbuilds-5ce07c1d4e510dd1b43030821057fb6d16265c4d.tar.xz |
libraries/python-distutils-extra: Updated for version 2.14
Diffstat (limited to 'libraries/python-distutils-extra')
4 files changed, 19 insertions, 17 deletions
diff --git a/libraries/python-distutils-extra/README b/libraries/python-distutils-extra/README index f634860550..4a0757d99b 100644 --- a/libraries/python-distutils-extra/README +++ b/libraries/python-distutils-extra/README @@ -1,6 +1,6 @@ -Python-distutils-extra allows to easily integrate themable -icons, scrollkeeper based documentation and gettext based -translations in your python install and build tools. It can -be used with python's distutils or the enhanced setuptools. +Python-distutils-extra allows to easily integrate themable icons, +scrollkeeper based documentation and gettext based translations in +your python install and build tools. It can be used with python's +distutils or the enhanced setuptools. This requires pysetuptools. diff --git a/libraries/python-distutils-extra/python-distutils-extra.SlackBuild b/libraries/python-distutils-extra/python-distutils-extra.SlackBuild index b633483c74..8e61ca93e8 100644 --- a/libraries/python-distutils-extra/python-distutils-extra.SlackBuild +++ b/libraries/python-distutils-extra/python-distutils-extra.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=python-distutils-extra -VERSION=${VERSION:-1.92} +VERSION=${VERSION:-2.14} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -20,9 +20,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf debian -tar xvf $CWD/${PRGNAM}_${VERSION}.tar.gz -cd debian +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -36,12 +36,12 @@ python setup.py install --root=$PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE doc/{FAQ,README} \ + LICENSE PKG-INFO doc/{FAQ,README} \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -49,4 +49,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/python-distutils-extra/python-distutils-extra.info b/libraries/python-distutils-extra/python-distutils-extra.info index c2abcb0a46..794379e12c 100644 --- a/libraries/python-distutils-extra/python-distutils-extra.info +++ b/libraries/python-distutils-extra/python-distutils-extra.info @@ -1,8 +1,10 @@ PRGNAM="python-distutils-extra" -VERSION="1.92" +VERSION="2.14" HOMEPAGE="https://launchpad.net/python-distutils-extra" -DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/p/python-distutils-extra/python-distutils-extra_1.92.tar.gz" -MD5SUM="d94d6b3f6a642a1f6323f209e6ccc866" +DOWNLOAD="http://launchpad.net/python-distutils-extra/trunk/2.14/+download/python-distutils-extra-2.14.tar.gz" +MD5SUM="4f56a6a2ede20c6ae219767678e5b88d" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" APPROVED="rworkman" diff --git a/libraries/python-distutils-extra/slack-desc b/libraries/python-distutils-extra/slack-desc index 2c1adaf626..76b07b6085 100644 --- a/libraries/python-distutils-extra/slack-desc +++ b/libraries/python-distutils-extra/slack-desc @@ -6,13 +6,13 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -python-distutils-extra: python-distutils-extra (Extra stuff for python distutils) -python-distutils-extra: +python-distutils-extra: python-distutils-extra +python-distutils-extra: python-distutils-extra: Python-distutils-extra allows to easily integrate themable icons, python-distutils-extra: scrollkeeper based documentation and gettext based translations in python-distutils-extra: your python install and build tools. It can be used with python's python-distutils-extra: distutils or the enhanced setuptools. -python-distutils-extra: +python-distutils-extra: python-distutils-extra: Homepage: https://launchpad.net/python-distutils-extra python-distutils-extra: python-distutils-extra: |