canto-next: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
ee8930fdba
commit
77d357f9f5
1 changed files with 4 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'canto-next'
|
||||
pkgname=canto-next
|
||||
version=0.9.6
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
hostmakedepends="python3.4-setuptools"
|
||||
depends="python3.4-feedparser"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-feedparser"
|
||||
pycompile_module="canto_next"
|
||||
short_desc="Quick and concise Atom/RSS feed reader daemon"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
|
@ -19,4 +18,3 @@ post_install() {
|
|||
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||
vsv canto-daemon
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue