python-path: update to 11.1.0

This commit is contained in:
Alessio Sergi 2018-09-15 01:27:52 +02:00
parent f461332530
commit b02944f90c

View file

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