21 lines
651 B
Bash
21 lines
651 B
Bash
# Template file for 'python-decorator'
|
|
pkgname=python-decorator
|
|
version=4.4.2
|
|
revision=2
|
|
wrksrc="decorator-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="decorator.py"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Python2 decorator module"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
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=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|