canto-next: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 12:34:47 +02:00
parent ee8930fdba
commit 77d357f9f5

View file

@ -1,12 +1,11 @@
# Template file for 'canto-next' # Template file for 'canto-next'
pkgname=canto-next pkgname=canto-next
version=0.9.6 version=0.9.6
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python3-module
python_versions="3.4" hostmakedepends="python3-setuptools"
hostmakedepends="python3.4-setuptools" depends="python3-feedparser"
depends="python3.4-feedparser"
pycompile_module="canto_next" pycompile_module="canto_next"
short_desc="Quick and concise Atom/RSS feed reader daemon" short_desc="Quick and concise Atom/RSS feed reader daemon"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>" maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
@ -19,4 +18,3 @@ post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd rm -rf ${DESTDIR}/usr/lib/systemd
vsv canto-daemon vsv canto-daemon
} }