void-packages/srcpkgs/python3-decorator/template
2021-09-13 17:45:59 -04:00

19 lines
627 B
Bash

# Template file for 'python3-decorator'
pkgname=python3-decorator
version=5.1.0
revision=1
wrksrc="decorator-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 decorator module"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-2-Clause"
homepage="https://github.com/micheles/decorator"
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
checksum=e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7
post_install() {
vlicense LICENSE.txt
}