summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-09-20 15:24:28 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-26 10:05:33 +0700
commit66910cd8ec23afe0f9952d1fc2e5486b9215fed5 (patch)
treebd40ee4a9bf253cc73fe61f9f863216b4b7f7d78 /python
parente3cf75c866150ee806bcd2d57c4d4ea13b5bc27c (diff)
downloadslackbuilds-66910cd8ec23afe0f9952d1fc2e5486b9215fed5.tar.gz
slackbuilds-66910cd8ec23afe0f9952d1fc2e5486b9215fed5.tar.xz
python/purl: Updated for version 1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/purl/purl.SlackBuild6
-rw-r--r--python/purl/purl.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/purl/purl.SlackBuild b/python/purl/purl.SlackBuild
index b763a79c02..94da0d78e9 100644
--- a/python/purl/purl.SlackBuild
+++ b/python/purl/purl.SlackBuild
@@ -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
diff --git a/python/purl/purl.info b/python/purl/purl.info
index 9ce85c019b..7b6356425f 100644
--- a/python/purl/purl.info
+++ b/python/purl/purl.info
@@ -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"