summaryrefslogtreecommitdiffstats
path: root/python/python-unicodedata2
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2019-05-30 08:39:01 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-01 07:04:27 +0700
commitda32927475c409361d299fb14e652c08f024f702 (patch)
treefc81575624c1cebea37f2d05d21552acb3f284fc /python/python-unicodedata2
parent28d57995704a43ee868cff8fa67eaf65bdfbc833 (diff)
downloadslackbuilds-da32927475c409361d299fb14e652c08f024f702.tar.gz
slackbuilds-da32927475c409361d299fb14e652c08f024f702.tar.xz
python/python-unicodedata2: Updated for version 12.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-unicodedata2')
-rw-r--r--python/python-unicodedata2/python-unicodedata2.SlackBuild11
-rw-r--r--python/python-unicodedata2/python-unicodedata2.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/python/python-unicodedata2/python-unicodedata2.SlackBuild b/python/python-unicodedata2/python-unicodedata2.SlackBuild
index 21097e0a19..4a6e8deafa 100644
--- a/python/python-unicodedata2/python-unicodedata2.SlackBuild
+++ b/python/python-unicodedata2/python-unicodedata2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-unicodedata2
-# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,7 @@
PRGNAM=python-unicodedata2
SRCNAM=unicodedata2
-VERSION=${VERSION:-11.0.0_2}
-SRCVERSION=$(echo "$VERSION" | tr _ -)
+VERSION=${VERSION:-12.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$SRCVERSION
-tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.gz
-cd $SRCNAM-$SRCVERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/python/python-unicodedata2/python-unicodedata2.info b/python/python-unicodedata2/python-unicodedata2.info
index 9cab4f9242..067ec38573 100644
--- a/python/python-unicodedata2/python-unicodedata2.info
+++ b/python/python-unicodedata2/python-unicodedata2.info
@@ -1,8 +1,8 @@
PRGNAM="python-unicodedata2"
-VERSION="11.0.0_2"
+VERSION="12.0.0"
HOMEPAGE="https://pypi.python.org/pypi/unicodedata2"
-DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/11.0.0-2/unicodedata2-11.0.0-2.tar.gz"
-MD5SUM="9e8aee22d676df690d5e46298a7b29ae"
+DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/12.0.0/unicodedata2-12.0.0.tar.gz"
+MD5SUM="560d844d9c42593cec88f399069bff81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""