python-pykka: switch to python2-module

Clean up while I'm here.
This commit is contained in:
Alessio Sergi 2016-10-17 10:28:50 +02:00
parent 6f9125da47
commit 07d4dab65b
1 changed files with 4 additions and 5 deletions

View File

@ -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 <mail@may.mooo.com>"
homepage="https://pypi.python.org/pypi/Pykka"
license="Apache-2.0"