python/pydot: Update DOWNLOAD url + switch to i586.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniil Bratashov 2016-09-27 23:08:16 +07:00 committed by Willy Sudiarto Raharjo
parent c94e1fb56f
commit c1cdc9fd41
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 12 additions and 13 deletions

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pydot
VERSION=1.0.28
VERSION=${VERSION:-1.0.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -50,22 +50,21 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
# remove wrongly installed docs
rm -f $PKG/usr/{LICENSE,README}
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE PKG-INFO README \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="pydot"
VERSION="1.0.28"
HOMEPAGE="http://code.google.com/p/pydot/"
DOWNLOAD="http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz"
MD5SUM="c0a7a027176a62c412fd0f54951af692"
HOMEPAGE="https://github.com/erocarrera/pydot"
DOWNLOAD="https://github.com/erocarrera/pydot/archive/v1.0.28/pydot-1.0.28.tar.gz"
MD5SUM="18b0e1ee53d8811ef1d3c0c93c4d397f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="graphviz pyparsing"

View File

@ -12,7 +12,7 @@ pydot: pydot allows to easily create both directed and non directed graphs
pydot: from Python. Currently all attributes implemented in the Dot
pydot: language are supported (up to Graphviz 2.16).
pydot:
pydot: Homepage: http://code.google.com/p/pydot/
pydot: Homepage: https://github.com/erocarrera/pydot
pydot:
pydot:
pydot: