void-packages/srcpkgs/python3-wrapt/template
2022-01-20 00:39:15 +01:00

22 lines
708 B
Bash

# Template file for 'python3-wrapt'
pkgname=python3-wrapt
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="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=1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185
post_install() {
vlicense LICENSE
}