mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-decorator: update to 4.4.0.
This commit is contained in:
parent
3d1e263dd2
commit
b061954140
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-decorator'
|
# Template file for 'python-decorator'
|
||||||
pkgname=python-decorator
|
pkgname=python-decorator
|
||||||
version=4.3.2
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="decorator-${version}"
|
wrksrc="decorator-${version}"
|
||||||
|
@ -13,8 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/micheles/decorator"
|
homepage="https://github.com/micheles/decorator"
|
||||||
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
||||||
distfiles="https://github.com/micheles/decorator/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
||||||
checksum=c053ec881270608a5aef624a45a7700ec76ceca9d96689506411e1f319085380
|
checksum=86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue