canto-curses: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 12:36:50 +02:00
parent 112b3f9d19
commit 3e8b47ceaa

View file

@ -1,11 +1,10 @@
# Template file for 'canto-curses' # Template file for 'canto-curses'
pkgname=canto-curses pkgname=canto-curses
version=0.9.7 version=0.9.7
revision=1 revision=2
build_style=python-module build_style=python3-module
python_versions="3.4" hostmakedepends="python3-setuptools"
hostmakedepends="python3.4-setuptools" makedepends="python3-devel ncurses-devel readline-devel"
makedepends="python3.4-devel ncurses-devel readline-devel"
depends="canto-next" depends="canto-next"
pycompile_module="canto_curses" pycompile_module="canto_curses"
short_desc="An ncurses frontend for canto-next Atom/RSS feed reader" short_desc="An ncurses frontend for canto-next Atom/RSS feed reader"