mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-six: Updated for version 1.12.0.
This commit is contained in:
parent
f558a76b33
commit
e4fcf0d1e3
2 changed files with 8 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for python3-six
|
||||
|
||||
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
SRCNAM=six
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CHANGES LICENSE README.rst \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-six"
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.12.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/six/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/six/six-1.11.0.tar.gz"
|
||||
MD5SUM="d12789f9baf7e9fb2524c0c64f1773f8"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/six/six-1.12.0.tar.gz"
|
||||
MD5SUM="9ae5d1feed8c0215f4ae4adcd9207fcb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue