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