void-packages/srcpkgs/python3-wrapt/template
2020-10-10 10:22:46 -04:00

19 lines
564 B
Bash

# Template file for 'python3-wrapt'
pkgname=python3-wrapt
version=1.11.2
revision=4
wrksrc="wrapt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Python3 module for decorators, wrappers and monkey patching"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/GrahamDumpleton/wrapt"
distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz"
checksum=565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1
post_install() {
vlicense LICENSE
}