python-path: update to 11.0

This commit is contained in:
Alessio Sergi 2018-02-24 19:37:01 +01:00
parent 9ec31a89fd
commit 64898a1f85

View file

@ -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 <al3hex@gmail.com>"
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
}