python/python-serpent: Updated for version 1.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
85ebba7ed4
commit
55e43c3aad
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-serpent
|
# Slackware build script for python-serpent
|
||||||
|
|
||||||
# Copyright 2013-2018 Thibaut Notteboom, Paris, FRANCE
|
# Copyright 2013-2019 Thibaut Notteboom, Paris, FRANCE
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=python-serpent
|
PRGNAM=python-serpent
|
||||||
VERSION=${VERSION:-1.27}
|
VERSION=${VERSION:-1.28}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-serpent"
|
PRGNAM="python-serpent"
|
||||||
VERSION="1.27"
|
VERSION="1.28"
|
||||||
HOMEPAGE="https://github.com/irmen/Serpent/"
|
HOMEPAGE="https://github.com/irmen/Serpent/"
|
||||||
DOWNLOAD="https://pypi.io/packages/source/s/serpent/serpent-1.27.tar.gz"
|
DOWNLOAD="https://pypi.io/packages/source/s/serpent/serpent-1.28.tar.gz"
|
||||||
MD5SUM="f852e6f8cfb2a12c564b64b0f2bd9aaa"
|
MD5SUM="15ef8b67c76a6d19bac9c16731a1e62a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue