diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-23 11:22:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:38 +0700 |
commit | 49a04b746c10a20e2b45d6ed763bb53af5f5f6de (patch) | |
tree | 368c216c1e11afe2ae92cb5d67e49d347f211754 | |
parent | a706820fa0860bb7e46f2dc1f33d666f214d8d39 (diff) | |
download | slackbuilds-49a04b746c10a20e2b45d6ed763bb53af5f5f6de.tar.gz |
python/python2-pyicu: Renamed from pyicu and updated for version 2.8
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pyicu/pyicu.info | 10 | ||||
-rw-r--r-- | python/pyicu/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-pyicu/README (renamed from python/pyicu/README) | 0 | ||||
-rw-r--r-- | python/python2-pyicu/python2-pyicu.SlackBuild (renamed from python/pyicu/pyicu.SlackBuild) | 9 | ||||
-rw-r--r-- | python/python2-pyicu/python2-pyicu.info | 10 | ||||
-rw-r--r-- | python/python2-pyicu/slack-desc | 19 |
6 files changed, 33 insertions, 34 deletions
diff --git a/python/pyicu/pyicu.info b/python/pyicu/pyicu.info deleted file mode 100644 index 312b86848d..0000000000 --- a/python/pyicu/pyicu.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="pyicu" -VERSION="2.7.4" -HOMEPAGE="https://github.com/ovalhub/pyicu" -DOWNLOAD="https://files.pythonhosted.org/packages/6b/ef/d495df371dcbfc36dc68b029495bbc386f59e3c4c6c5f327fc8b9c52c8b1/PyICU-2.7.4.tar.gz" -MD5SUM="9911386516c555d21792843259d84f32" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Heinz Wiesinger" -EMAIL="pprkut@slackbuilds.org" diff --git a/python/pyicu/slack-desc b/python/pyicu/slack-desc deleted file mode 100644 index 781b011ac9..0000000000 --- a/python/pyicu/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -pyicu: pyicu (python wrapper for icu4c) -pyicu: -pyicu: PyICU is a Python extension wrapping IBM's International -pyicu: Components for Unicode C++ library (ICU). -pyicu: -pyicu: Homepage: https://github.com/ovalhub/pyicu -pyicu: -pyicu: -pyicu: -pyicu: -pyicu: diff --git a/python/pyicu/README b/python/python2-pyicu/README index 86100eea25..86100eea25 100644 --- a/python/pyicu/README +++ b/python/python2-pyicu/README diff --git a/python/pyicu/pyicu.SlackBuild b/python/python2-pyicu/python2-pyicu.SlackBuild index 031157948d..9dbb181ae2 100644 --- a/python/pyicu/pyicu.SlackBuild +++ b/python/python2-pyicu/python2-pyicu.SlackBuild @@ -1,8 +1,8 @@ #!/bin/bash -# Slackware build script for pyicu +# Slackware build script for python2-pyicu -# Copyright 2009-2021 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2022 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=pyicu -VERSION=${VERSION:-2.7.4} +PRGNAM=python2-pyicu +VERSION=${VERSION:-2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,7 +68,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python2 setup.py install --root=$PKG -python3 setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python2-pyicu/python2-pyicu.info b/python/python2-pyicu/python2-pyicu.info new file mode 100644 index 0000000000..2da4c7cc0e --- /dev/null +++ b/python/python2-pyicu/python2-pyicu.info @@ -0,0 +1,10 @@ +PRGNAM="python2-pyicu" +VERSION="2.8" +HOMEPAGE="https://github.com/ovalhub/pyicu" +DOWNLOAD="https://files.pythonhosted.org/packages/1a/b6/ede5f19d79655898162afa778d2f38cbde04b0cccb8737c649cd5d3d38e0/PyICU-2.8.tar.gz" +MD5SUM="307fe365cf75fec1d1f744c387ac67d8" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Heinz Wiesinger" +EMAIL="pprkut@slackbuilds.org" diff --git a/python/python2-pyicu/slack-desc b/python/python2-pyicu/slack-desc new file mode 100644 index 0000000000..d70f51cc65 --- /dev/null +++ b/python/python2-pyicu/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-pyicu: python2-pyicu (python wrapper for icu4c) +python2-pyicu: +python2-pyicu: PyICU is a Python extension wrapping IBM's International +python2-pyicu: Components for Unicode C++ library (ICU). +python2-pyicu: +python2-pyicu: Homepage: https://github.com/ovalhub/pyicu +python2-pyicu: +python2-pyicu: +python2-pyicu: +python2-pyicu: +python2-pyicu: |