greg: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 03:27:44 +02:00
parent 61ca7c4602
commit 353467a642
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
# Template file for 'greg'
pkgname=greg
version=0.4.7
revision=1
build_style=python-module
hostmakedepends="python3.4-setuptools"
depends="python3.4-feedparser"
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-feedparser"
noarch="yes"
pycompile_module="$pkgname"
python_versions="3.4"
short_desc="A command-line podcast aggregator"
maintainer="Georg Schabel <gescha@posteo.de>"
license="GPL-3"