python/cheetah3: Updated for version 3.2.6.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Henry Pfeil 2020-10-30 00:52:40 +00:00 committed by Willy Sudiarto Raharjo
parent a69bdd3e7a
commit 06b7e958f3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 10 deletions

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="cheetah3"
VERSION=${VERSION:-3.2.5}
VERSION=${VERSION:-3.2.6}
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
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -85,5 +85,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="cheetah3"
VERSION="3.2.5"
VERSION="3.2.6"
HOMEPAGE="https://www.cheetahtemplate.org/"
DOWNLOAD="https://github.com/CheetahTemplate3/cheetah3/archive/3.2.5/cheetah3-3.2.5.tar.gz"
MD5SUM="dbbcaa0396c528ae14c7a172799fd08c"
DOWNLOAD="https://github.com/CheetahTemplate3/cheetah3/archive/3.2.6/cheetah3-3.2.6.tar.gz"
MD5SUM="04e16c7abcca12017ef8df5bc4700ce9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"

View File

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
cheetah3: cheetah3 (Python3 template engine and code-generation tool)
cheetah3: Cheetah3 (Python3 template engine and code-generation tool)
cheetah3:
cheetah3: Cheetah3 is a free and open source template engine and code-
cheetah3: generation tool written in Python. Cheetah can be used unto itself,