void-packages/srcpkgs/python3-wrapt/template
2021-10-09 08:00:40 -04:00

18 lines
564 B
Bash

# Template file for 'python3-wrapt'
pkgname=python3-wrapt
version=1.12.1
revision=5
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=b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7
post_install() {
vlicense LICENSE
}