From 07d4dab65b64669a55c31b7f26983f71057ad03c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 10:28:50 +0200 Subject: [PATCH] python-pykka: switch to python2-module Clean up while I'm here. --- srcpkgs/python-pykka/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pykka/template b/srcpkgs/python-pykka/template index 0967a82cf3d..e15e7a16c4b 100644 --- a/srcpkgs/python-pykka/template +++ b/srcpkgs/python-pykka/template @@ -1,15 +1,14 @@ # Template file for 'python-pykka' pkgname=python-pykka version=1.2.1 -revision=1 +revision=2 noarch=yes wrksrc="Pykka-${version}" -build_style="python-module" +build_style=python2-module pycompile_module="pykka" -python_versions="2.7" hostmakedepends="python-setuptools" -makedepends="python-setuptools" -short_desc="A python implementation of the actor model" +depends="python" +short_desc="Python implementation of the actor model" maintainer="allan " homepage="https://pypi.python.org/pypi/Pykka" license="Apache-2.0"