greg: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
61ca7c4602
commit
353467a642
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'greg'
|
# Template file for 'greg'
|
||||||
pkgname=greg
|
pkgname=greg
|
||||||
version=0.4.7
|
version=0.4.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3.4-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3.4-feedparser"
|
depends="python3-feedparser"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="$pkgname"
|
pycompile_module="$pkgname"
|
||||||
python_versions="3.4"
|
|
||||||
short_desc="A command-line podcast aggregator"
|
short_desc="A command-line podcast aggregator"
|
||||||
maintainer="Georg Schabel <gescha@posteo.de>"
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Reference in New Issue