From 64898a1f85d0aaeb6b1312fa356675c342d79690 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 24 Feb 2018 19:37:01 +0100 Subject: [PATCH] python-path: update to 11.0 --- srcpkgs/python-path/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-path/template b/srcpkgs/python-path/template index bb2b6d26184..1d11348d3a6 100644 --- a/srcpkgs/python-path/template +++ b/srcpkgs/python-path/template @@ -1,6 +1,6 @@ # Template file for 'python-path' pkgname=python-path -version=10.5 +version=11.0 revision=1 noarch=yes wrksrc="path.py-${version}" @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="https://github.com/jaraco/path.py" license="MIT" distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.tar.gz" -checksum=63a7af08676668fd51750f111affbd38c1a13c61aba15c6665b16681771c79a8 +checksum=16134e5b287aba4a4125a6722e7837cf2a149fccc5000c500ae6c71a5525488b pre_build() { sed -e '/setuptools_scm/d' \ @@ -21,7 +21,6 @@ pre_build() { -i setup.py } post_install() { - sed -n '/Copyright/,/SOFTWARE\./p' path.py >LICENSE vlicense LICENSE }