python/entrypoints: Updated for version 0.3.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-01-16 22:26:45 -08:00 committed by Willy Sudiarto Raharjo
parent f72d2007df
commit c52db81448
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for entrypoints
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=entrypoints
VERSION=${VERSION:-0.2.3}
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@ -77,6 +77,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
LICENSE README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="entrypoints"
VERSION="0.2.3"
VERSION="0.3"
HOMEPAGE="http://entrypoints.readthedocs.org/"
DOWNLOAD="https://github.com/takluyver/entrypoints/archive/0.2.3/entrypoints-0.2.3.tar.gz"
MD5SUM="ad31adbe634709555c400de125098dc8"
DOWNLOAD="https://github.com/takluyver/entrypoints/archive/0.3/entrypoints-0.3.tar.gz"
MD5SUM="3b2d456ff069b080aa95f162a53a6679"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"