python/path.py: Updated for version 8.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-08-29 19:47:57 +03:00 committed by Willy Sudiarto Raharjo
parent 5add62cc17
commit eb4d08753c
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=path.py
VERSION=${VERSION:-7.6}
VERSION=${VERSION:-8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="path.py"
VERSION="7.6"
VERSION="8.1"
HOMEPAGE="https://github.com/jaraco/path.py"
DOWNLOAD="https://github.com/jaraco/path.py/archive/7.6.tar.gz"
MD5SUM="8467fb5b1232678e63942ff870dedc59"
DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.1.tar.gz"
MD5SUM="6203f1e1dd221404f28d612a90104a9c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"