mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/pysetuptools: Updated for version 12.0.5.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
8dc1198e5a
commit
8a160e85cf
2 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2013-2015 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pysetuptools
|
||||
VERSION=${VERSION:-7.0}
|
||||
VERSION=${VERSION:-12.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,12 +55,10 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
rm -f setuptools/*.exe
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pysetuptools"
|
||||
VERSION="7.0"
|
||||
VERSION="12.0.5"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/setuptools"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-7.0.tar.gz"
|
||||
MD5SUM="6245d6752e2ef803c365f560f7f2f940"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-12.0.5.tar.gz"
|
||||
MD5SUM="066e16290f8edcbc8b4b67808b2cbdb2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue