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'
pkgname=vdirsyncer
version=0.9.3
revision=1
revision=2
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="python-atomicwrites python-click python-click-log python-click-threading
python-lxml python-setuptools python-requests-toolbelt"
python_versions="3.4"
pycompile_version="3.4"
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"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"