python-click-log: update to 0.3.2
This commit is contained in:
parent
6d0b020304
commit
38bfc84e14
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-click-log'
|
||||
pkgname=python-click-log
|
||||
version=0.2.1
|
||||
version=0.3.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="click-log-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="click_log"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-click"
|
||||
pycompile_module="click_log"
|
||||
short_desc="Logging integration for Click (Python2)"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/click-contrib/click-log"
|
||||
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
||||
checksum=493af4fde9999fa3a15696a1c3c7ace394296542a035caaf5854b32140413de4
|
||||
checksum=16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue