python-voluptuous: rebuild for Python 3.6
This commit is contained in:
parent
c04a65b000
commit
5d198c3996
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python-voluptuous'
|
||||
pkgname=python-voluptuous
|
||||
version=0.10.5
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="voluptuous-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="voluptuous"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 data validation library"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="3-clause-BSD"
|
||||
|
@ -19,6 +20,7 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-voluptuous_package() {
|
||||
depends="python3"
|
||||
pycompile_module="voluptuous"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue