python-decorator: update to 4.3.0
This commit is contained in:
parent
ebcc952911
commit
a36340d85b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-decorator'
|
||||
pkgname=python-decorator
|
||||
version=4.2.1
|
||||
version=4.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="decorator-${version}"
|
||||
|
@ -11,9 +11,9 @@ pycompile_module="decorator.py"
|
|||
short_desc="Python2 decorator module"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/micheles/decorator"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
||||
checksum=7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e
|
||||
checksum=c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue