python-contextlib2: update to 0.6.0.post1

This commit is contained in:
Colin Booth 2021-05-08 17:08:33 -07:00 committed by Érico Nogueira Rolim
parent 22fe4f94fa
commit c41c89be07

View file

@ -1,19 +1,18 @@
# Template file for 'python-contextlib2'
pkgname=python-contextlib2
version=0.5.5
revision=2
version=0.6.0.post1
revision=1
wrksrc="contextlib2-${version}"
build_style=python2-module
pycompile_module="contextlib2.py"
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backports and enhancements for the contextlib module"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="PSF-2.0"
homepage="https://contextlib2.readthedocs.io/"
license="PSF"
distfiles="${PYPI_SITE}/c/contextlib2/contextlib2-${version}.tar.gz"
checksum=509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48
checksum=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e
post_install() {
vlicense LICENSE.txt
vlicense LICENSE.txt
}