15 lines
480 B
Bash
15 lines
480 B
Bash
# Template file for 'python3-pykka'
|
|
pkgname=python3-pykka
|
|
version=2.0.2
|
|
revision=3
|
|
wrksrc="Pykka-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 implementation of the actor model"
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://pypi.org/project/Pykka/"
|
|
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
|
checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
|