python-wrapt: update to 1.11.2.

This commit is contained in:
Doan Tran Cong Danh 2019-12-07 14:09:13 +07:00 committed by Piotr
parent 4ffcee4ad9
commit 80858c7885

View file

@ -1,18 +1,18 @@
# Template file for 'python-wrapt' # Template file for 'python-wrapt'
pkgname=python-wrapt pkgname=python-wrapt
version=1.10.11 version=1.11.2
revision=3 revision=1
wrksrc="wrapt-${version}" wrksrc="wrapt-${version}"
build_style=python-module build_style=python-module
pycompile_module="wrapt"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel" makedepends="python-devel python3-devel"
pycompile_module="wrapt"
short_desc="Python2 module for decorators, wrappers and monkey patching" short_desc="Python2 module for decorators, wrappers and monkey patching"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/GrahamDumpleton/wrapt" homepage="https://github.com/GrahamDumpleton/wrapt"
license="2-clause-BSD"
distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz"
checksum=d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6 checksum=565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE