summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/path.py/path.py.SlackBuild6
-rw-r--r--python/path.py/path.py.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/path.py/path.py.SlackBuild b/python/path.py/path.py.SlackBuild
index 145c33344a..6f163249f5 100644
--- a/python/path.py/path.py.SlackBuild
+++ b/python/path.py/path.py.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for path.py
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 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=path.py
-VERSION=${VERSION:-9.0.1}
+VERSION=${VERSION:-10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/path.py/path.py.info b/python/path.py/path.py.info
index d31d5f489c..8ce46fe178 100644
--- a/python/path.py/path.py.info
+++ b/python/path.py/path.py.info
@@ -1,10 +1,10 @@
PRGNAM="path.py"
-VERSION="9.0.1"
+VERSION="10.3"
HOMEPAGE="https://github.com/jaraco/path.py"
-DOWNLOAD="https://pypi.python.org/packages/01/10/7ae474c6203bc1734fd3ea5e224499e5c2780a4e2803bd58e4a22997f56c/path.py-9.0.1.tar.gz"
-MD5SUM="f566e9e0813a713c69e8311f621efd47"
+DOWNLOAD="https://pypi.python.org/packages/0d/6c/fb247cc1e10eadce49649f6ed0ca862a39fd003feb0f467edb8460a1f0c4/path.py-10.3.tar.gz"
+MD5SUM="28532d759328158c678c002bc43e5100"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="setuptools-scm"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"