From 61a3d11b172620eb4c42724895cea728778a8d36 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 08:59:19 +0200 Subject: [PATCH] coccigrep: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/coccigrep/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template index 8458a5c7fd7..14aa01b8e7a 100644 --- a/srcpkgs/coccigrep/template +++ b/srcpkgs/coccigrep/template @@ -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 " license="GPL-3"