From c63e9197da397da8587b029c244c361d26b642d2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 14 Jul 2015 00:40:00 +0200 Subject: [PATCH] python-path: update to 7.4 --- srcpkgs/python-path/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-path/template b/srcpkgs/python-path/template index b2d668e8dc..8394c7b4c2 100644 --- a/srcpkgs/python-path/template +++ b/srcpkgs/python-path/template @@ -1,20 +1,20 @@ # Template file for 'python-path' pkgname=python-path -version=7.3 +version=7.4 revision=1 noarch=yes wrksrc="path.py-${version}" build_style="python-module" python_versions="2.7 3.4" -hostmakedepends="unzip python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools python3.4-setuptools" depends="python" pycompile_module="path.py" short_desc="Python2 module wrapper for os.path" maintainer="Alessio Sergi " homepage="https://github.com/jaraco/path.py" license="MIT" -distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.zip" -checksum=f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 +distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.tar.gz" +checksum=69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 python3.4-path_package() { noarch=yes