mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-voluptuous: update to 0.11.5.
This commit is contained in:
parent
b7a9ec6c13
commit
f3e7fab088
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-voluptuous'
|
# Template file for 'python-voluptuous'
|
||||||
pkgname=python-voluptuous
|
pkgname=python-voluptuous
|
||||||
version=0.10.5
|
version=0.11.5
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="voluptuous-${version}"
|
wrksrc="voluptuous-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 data validation library"
|
short_desc="Python2 data validation library"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/alecthomas/voluptuous"
|
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"
|
distfiles="${PYPI_SITE}/v/voluptuous/voluptuous-${version}.tar.gz"
|
||||||
checksum=7a7466f8dc3666a292d186d1d871a47bf2120836ccb900d5ba904674957a2396
|
checksum=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue