diff --git a/srcpkgs/python-zipp/template b/srcpkgs/python-zipp/template index 600d9006609..c58f294006f 100644 --- a/srcpkgs/python-zipp/template +++ b/srcpkgs/python-zipp/template @@ -1,19 +1,19 @@ # Template file for 'python-zipp' pkgname=python-zipp -version=0.6.0 -revision=2 +version=1.2.0 +revision=1 archs=noarch wrksrc="zipp-${version}" build_style=python2-module hostmakedepends="python-setuptools" -depends="python" +depends="python-more-itertools python-contextlib2" short_desc="Pathlib-compatible Zipfile object wrapper" maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/jaraco/zipp" changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst" distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz" -checksum=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e +checksum=c70410551488251b0fee67b460fb9a536af8d6f9f008ad10ac51f615b6a521b1 post_install() { vlicense LICENSE diff --git a/srcpkgs/python-zipp/update b/srcpkgs/python-zipp/update new file mode 100644 index 00000000000..473c9b6c329 --- /dev/null +++ b/srcpkgs/python-zipp/update @@ -0,0 +1 @@ +ignore="2.* 3.*" # require python 3