mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-blinker: Updated for version 1.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
372e1e910a
commit
24324b3531
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-blinker
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-1.4}
|
||||
VERSION=${VERSION:-1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -88,7 +88,7 @@ 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 docs/ PKG-INFO CHANGES README* AUTHORS LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/ PKG-INFO CHANGES.rst README.rst LICENSE.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-blinker"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/blinker/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/blinker/blinker-1.4.tar.gz"
|
||||
MD5SUM="8b3722381f83c2813c52de3016b68d33"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/blinker/blinker-1.5.tar.gz"
|
||||
MD5SUM="e1c3eec8e52210f69ef59d299c6cca07"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue