python/path.py: Updated for version 7.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-04-14 18:12:57 +03:00 committed by Willy Sudiarto Raharjo
parent 7f0440e387
commit 08a09da6cd
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for path.py
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014 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:-7.2}
VERSION=${VERSION:-7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="path.py"
VERSION="7.2"
VERSION="7.3"
HOMEPAGE="https://github.com/jaraco/path.py"
DOWNLOAD="https://github.com/jaraco/path.py/archive/7.2.tar.gz"
MD5SUM="d433f00d9cc005726cd21ae641fa9f32"
DOWNLOAD="https://github.com/jaraco/path.py/archive/7.3.tar.gz"
MD5SUM="f5aa6247d9fdcfe67f9bff6acc71bafd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"