mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/pycp: Updated for version 8.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
666a0c4a89
commit
bff4ae7086
2 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for pycp.
|
||||
#
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# 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=pycp
|
||||
VERSION=${VERSION:-7.3.0}
|
||||
VERSION=${VERSION:-8.0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,12 +55,13 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG --optimize=1
|
||||
python3 setup.py build
|
||||
python3 setup.py install --root=$PKG --optimize=1
|
||||
|
||||
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
|
||||
|
||||
DOCS="AUTHORS Changelog.rst COPYING.txt README.rst TODO"
|
||||
DOCS="AUTHORS Changelog.rst COPYING.txt README.rst TODO.md"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pycp"
|
||||
VERSION="7.3.0"
|
||||
VERSION="8.0.7"
|
||||
HOMEPAGE="https://github.com/yannicklm/pycp"
|
||||
DOWNLOAD="https://github.com/yannicklm/pycp/archive/v7.3.0/pycp-7.3.0.tar.gz"
|
||||
MD5SUM="0bd55052c7a47a8614aa400b1a22805c"
|
||||
DOWNLOAD="https://github.com/yannicklm/pycp/archive/v8.0.7/pycp-8.0.7.tar.gz"
|
||||
MD5SUM="12d096108d54330abfaf3ac140778af9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="python3-attrs"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue