17 lines
514 B
Bash
17 lines
514 B
Bash
# Template file for 'python-pykka'
|
|
pkgname=python-pykka
|
|
version=1.2.1
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Pykka-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="pykka"
|
|
hostmakedepends="python-setuptools"
|
|
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"
|
|
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
|
checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
|