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