python/python-unicodedata2: Updated for version 10.0.0_2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5d15ddc36e
commit
1e6d677016
|
@ -24,7 +24,8 @@
|
||||||
|
|
||||||
PRGNAM=python-unicodedata2
|
PRGNAM=python-unicodedata2
|
||||||
SRCNAM=unicodedata2
|
SRCNAM=unicodedata2
|
||||||
VERSION=${VERSION:-10.0.0}
|
VERSION=${VERSION:-10.0.0_2}
|
||||||
|
SRCVERSION=$(echo "$VERSION" | tr _ -)
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,9 +61,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION
|
rm -rf $SRCNAM-$SRCVERSION
|
||||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.gz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$SRCVERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-unicodedata2"
|
PRGNAM="python-unicodedata2"
|
||||||
VERSION="10.0.0"
|
VERSION="10.0.0_2"
|
||||||
HOMEPAGE="https://pypi.python.org/pypi/unicodedata2"
|
HOMEPAGE="https://pypi.python.org/pypi/unicodedata2"
|
||||||
DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/10.0.0/unicodedata2-10.0.0.tar.gz"
|
DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/10.0.0-2/unicodedata2-10.0.0-2.tar.gz"
|
||||||
MD5SUM="536d8cfed185516f3642ae6af1239222"
|
MD5SUM="02aed0bdeba49f4f4d762ad6c731baf6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue