19 lines
597 B
Bash
19 lines
597 B
Bash
# Template file for 'python3-decorator'
|
|
pkgname=python3-decorator
|
|
version=5.1.1
|
|
revision=3
|
|
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=637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|