From b02944f90c042fa313e3f0b3887871f65e0272ef Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 15 Sep 2018 01:27:52 +0200 Subject: [PATCH] python-path: update to 11.1.0 --- srcpkgs/python-path/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-path/template b/srcpkgs/python-path/template index cd85d1c06f..9ed3a97fc5 100644 --- a/srcpkgs/python-path/template +++ b/srcpkgs/python-path/template @@ -1,19 +1,19 @@ # Template file for 'python-path' pkgname=python-path -version=11.0.1 +version=11.1.0 revision=1 noarch=yes wrksrc="path.py-${version}" build_style=python-module +pycompile_module="path.py" hostmakedepends="python-setuptools python3-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}.tar.gz" -checksum=e7eb9d0ca4110d9b4d7c9baa0696d8c94f837d622409cefc5ec9e7c3d02ea11f +checksum=cbcbb3ed71b42fb8df1bc7645ddde298817f1a51684c3f9b3101937bdb28ff79 pre_build() { sed -e '/setuptools_scm/d' \