python/python-emoji: Updated for version 0.5.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-04-04 08:43:08 -07:00
parent 945f4005f9
commit 4df259adf3
2 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@
SRCNAM=emoji
PRGNAM=python-$SRCNAM
VERSION=${VERSION:-0.4.5}
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,6 +71,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="python-emoji"
VERSION="0.4.5"
VERSION="0.5.0"
HOMEPAGE="https://github.com/carpedm20/emoji"
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.4.5.tar.gz"
MD5SUM="5dce7cf156a4980d38300974af4da628"
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.5.0.tar.gz"
MD5SUM="6781c4ad1dfa9692629cc0905b3177c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""