coccigrep: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 08:59:19 +02:00
parent a0d15e59af
commit 61a3d11b17

View file

@ -1,14 +1,12 @@
# Template file for 'coccigrep' # Template file for 'coccigrep'
pkgname=coccigrep pkgname=coccigrep
version=1.16 version=1.16
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python3-module
python_versions="3.4"
pycompile_version="3.4"
pycompile_module="coccigrep" pycompile_module="coccigrep"
hostmakedepends="python3.4-setuptools" hostmakedepends="python3-setuptools"
depends="coccinelle python3.4-setuptools python3.4-Pygments" depends="coccinelle python3-setuptools python3-Pygments"
short_desc="Semantic grep for the C language based on coccinelle" short_desc="Semantic grep for the C language based on coccinelle"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="GPL-3" license="GPL-3"