void-packages/srcpkgs/python3-wrapt/template
2022-01-05 22:09:59 +01:00

19 lines
582 B
Bash

# Template file for 'python3-wrapt'
pkgname=python3-wrapt
version=1.12.1
revision=6
wrksrc="wrapt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
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
}