khal: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 12:40:22 +02:00
parent 62f39880cb
commit a0769ec28f

View file

@ -1,16 +1,14 @@
# Template file for 'khal'
pkgname=khal
version=0.8.4
revision=1
revision=2
noarch=yes
build_style=python-module
python_versions="3.4"
pycompile_version="3.4"
build_style=python3-module
pycompile_module="khal"
hostmakedepends="python3.4-setuptools"
depends="python3.4-setuptools python3.4-click python3.4-configobj
python3.4-dateutil python3.4-icalendar python3.4-pytz python3.4-tzlocal
python3.4-urwid python3.4-xdg vdirsyncer"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-click python3-configobj
python3-dateutil python3-icalendar python3-pytz python3-tzlocal
python3-urwid python3-xdg vdirsyncer"
short_desc="Command-line calendar build around CalDAV"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"