void-packages/srcpkgs/python-pykka/template
2020-01-10 19:16:32 +01:00

24 lines
658 B
Bash

# Template file for 'python-pykka'
pkgname=python-pykka
version=2.0.2
revision=1
archs=noarch
wrksrc="Pykka-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 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
python3-pykka_package() {
archs=noarch
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}