python-decorator: update to 4.3.1.
This commit is contained in:
parent
cdb85c78ea
commit
63a408f1c8
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'python-decorator'
|
||||
pkgname=python-decorator
|
||||
version=4.3.0
|
||||
version=4.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="decorator-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="decorator.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="decorator.py"
|
||||
short_desc="Python2 decorator module"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/micheles/decorator"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
||||
checksum=c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c
|
||||
homepage="https://github.com/micheles/decorator"
|
||||
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
||||
distfiles="https://github.com/micheles/decorator/archive/${version}.tar.gz"
|
||||
checksum=c1aab27d3f44ce8d3cb8c8c034180b2053d0cea4a011d2a58b9f85129bc3c7b0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue