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"