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'
|
# Template file for 'python-voluptuous'
|
||||||
pkgname=python-voluptuous
|
pkgname=python-voluptuous
|
||||||
version=0.10.5
|
version=0.10.5
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="voluptuous-${version}"
|
wrksrc="voluptuous-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="voluptuous"
|
pycompile_module="voluptuous"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
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="3-clause-BSD"
|
||||||
|
@ -19,6 +20,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-voluptuous_package() {
|
python3-voluptuous_package() {
|
||||||
|
depends="python3"
|
||||||
pycompile_module="voluptuous"
|
pycompile_module="voluptuous"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue