mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-zipp: update to 1.2.0.
This commit is contained in:
parent
d220a133b7
commit
a617bd6059
2 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-zipp'
|
# Template file for 'python-zipp'
|
||||||
pkgname=python-zipp
|
pkgname=python-zipp
|
||||||
version=0.6.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="zipp-${version}"
|
wrksrc="zipp-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python-more-itertools python-contextlib2"
|
||||||
short_desc="Pathlib-compatible Zipfile object wrapper"
|
short_desc="Pathlib-compatible Zipfile object wrapper"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/zipp"
|
homepage="https://github.com/jaraco/zipp"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
||||||
checksum=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
|
checksum=c70410551488251b0fee67b460fb9a536af8d6f9f008ad10ac51f615b6a521b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/python-zipp/update
Normal file
1
srcpkgs/python-zipp/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="2.* 3.*" # require python 3
|
Loading…
Add table
Reference in a new issue