python/purl: Updated for version 1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e3cf75c866
commit
66910cd8ec
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for purl
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=purl
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
VERSION=${VERSION:-1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
cp -a README.rst PKG-INFO LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="purl"
|
||||
VERSION="1.0.3"
|
||||
VERSION="1.1"
|
||||
HOMEPAGE="https://github.com/codeinthehole/purl"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/purl/purl-1.0.3.tar.gz"
|
||||
MD5SUM="f07b21a91bb0995a0f9da962321fa43b"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/purl/purl-1.1.tar.gz"
|
||||
MD5SUM="18e85232396ce60d2e77baed7c5c90e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools six"
|
||||
|
|
Loading…
Reference in New Issue