python3-wrapt: update to 1.13.3.

This commit is contained in:
Michal Vasilek 2022-01-17 19:52:02 +01:00
parent 1248fadf57
commit 3a527ff99c

View file

@ -1,18 +1,20 @@
# Template file for 'python3-wrapt' # Template file for 'python3-wrapt'
pkgname=python3-wrapt pkgname=python3-wrapt
version=1.12.1 version=1.13.3
revision=6 revision=1
wrksrc="wrapt-${version}" wrksrc="wrapt-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3" depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 module for decorators, wrappers and monkey patching" short_desc="Python3 module for decorators, wrappers and monkey patching"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Michal Vasilek <michal@vasilek.cz>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/GrahamDumpleton/wrapt" homepage="https://github.com/GrahamDumpleton/wrapt"
changelog="https://raw.githubusercontent.com/GrahamDumpleton/wrapt/develop/docs/changes.rst"
distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz"
checksum=b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 checksum=1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE