19 lines
558 B
Text
19 lines
558 B
Text
# Template file for 'python-pykka'
|
|
pkgname=python-pykka
|
|
version=1.2.0
|
|
revision=1
|
|
build_style="python-module"
|
|
short_desc="A python implementation of the actor model"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
homepage="https://pypi.python.org/pypi/Pykka"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
|
checksum="01cfbfc5a9a32c01ee68303614269b5b1c6e3d698270c92be7488f8c1edb5885"
|
|
|
|
noarch=yes
|
|
hostmakedepends="python-setuptools"
|
|
makedepends="python-setuptools"
|
|
wrksrc="Pykka-${version}"
|
|
python_versions="2.7"
|
|
pycompile_module="pykka"
|
|
|