18 lines
611 B
Bash
18 lines
611 B
Bash
# Template file for 'python3-decorator'
|
|
pkgname=python3-decorator
|
|
version=5.2.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
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=65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|