mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-decorator: update to 4.3.1.
This commit is contained in:
parent
cdb85c78ea
commit
63a408f1c8
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-decorator'
|
# Template file for 'python-decorator'
|
||||||
pkgname=python-decorator
|
pkgname=python-decorator
|
||||||
version=4.3.0
|
version=4.3.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="decorator-${version}"
|
wrksrc="decorator-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="decorator.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="decorator.py"
|
|
||||||
short_desc="Python2 decorator module"
|
short_desc="Python2 decorator module"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/micheles/decorator"
|
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
homepage="https://github.com/micheles/decorator"
|
||||||
checksum=c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c
|
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
||||||
|
distfiles="https://github.com/micheles/decorator/archive/${version}.tar.gz"
|
||||||
|
checksum=c1aab27d3f44ce8d3cb8c8c034180b2053d0cea4a011d2a58b9f85129bc3c7b0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue