mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pyicu: Updated for version 1.9.5.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
040214cc8e
commit
e61b0b1480
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyicu
|
||||
|
||||
# Copyright 2009-2015 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2009-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyicu
|
||||
VERSION=1.8
|
||||
VERSION=1.9.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES CREDITS LICENSE PKG-INFO README \
|
||||
cp -a CHANGES CREDITS LICENSE PKG-INFO README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyicu"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="http://pyicu.osafoundation.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/P/PyICU/PyICU-1.8.tar.gz"
|
||||
MD5SUM="00c8d40e5400f52c8474aa9480e8dbc1"
|
||||
VERSION="1.9.5"
|
||||
HOMEPAGE="https://github.com/ovalhub/pyicu"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a2/9f/1947f288143191b903e58633ee597cb98bc284de28dafb1231b6f8b67b99/PyICU-1.9.5.tar.gz"
|
||||
MD5SUM="30f85b7272f15b26c110c9f3e3a9e7a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,7 +11,7 @@ pyicu:
|
|||
pyicu: PyICU is a Python extension wrapping IBM's International
|
||||
pyicu: Components for Unicode C++ library (ICU).
|
||||
pyicu:
|
||||
pyicu: Homepage: http://pyicu.osafoundation.org/
|
||||
pyicu: Homepage: https://github.com/ovalhub/pyicu
|
||||
pyicu:
|
||||
pyicu:
|
||||
pyicu:
|
||||
|
|
Loading…
Reference in a new issue