python3-wrapt: update to 1.13.3.
This commit is contained in:
parent
1248fadf57
commit
3a527ff99c
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'python3-wrapt'
|
||||
pkgname=python3-wrapt
|
||||
version=1.12.1
|
||||
revision=6
|
||||
version=1.13.3
|
||||
revision=1
|
||||
wrksrc="wrapt-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
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"
|
||||
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"
|
||||
checksum=b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7
|
||||
checksum=1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue