vdirsyncer: switch to python3.4

Required by khal>=0.8.0.
Anyway, python2 will no longer be supported by vdirsyncer in future
releases.
This commit is contained in:
Alessio Sergi 2016-04-17 00:14:17 +02:00
parent 4177b16dba
commit 2cde21c4e0

View File

@ -1,13 +1,15 @@
# Template file for 'vdirsyncer' # Template file for 'vdirsyncer'
pkgname=vdirsyncer pkgname=vdirsyncer
version=0.9.3 version=0.9.3
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools" python_versions="3.4"
depends="python-atomicwrites python-click python-click-log python-click-threading pycompile_version="3.4"
python-lxml python-setuptools python-requests-toolbelt"
pycompile_module="vdirsyncer" pycompile_module="vdirsyncer"
hostmakedepends="python3.4-setuptools"
depends="python3.4-atomicwrites python3.4-click python3.4-click-log python3.4-click-threading
python3.4-lxml python3.4-setuptools python3.4-requests-toolbelt"
short_desc="Synchronize calendars and addressbooks" short_desc="Synchronize calendars and addressbooks"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT" license="MIT"