python-voluptuous: update to 0.11.5.
This commit is contained in:
parent
b7a9ec6c13
commit
f3e7fab088
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-voluptuous'
|
||||
pkgname=python-voluptuous
|
||||
version=0.10.5
|
||||
revision=2
|
||||
version=0.11.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="voluptuous-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 data validation library"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/alecthomas/voluptuous"
|
||||
changelog="https://raw.githubusercontent.com/alecthomas/voluptuous/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/v/voluptuous/voluptuous-${version}.tar.gz"
|
||||
checksum=7a7466f8dc3666a292d186d1d871a47bf2120836ccb900d5ba904674957a2396
|
||||
checksum=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue