python-pykka: update to 2.0.2

This commit is contained in:
Reed Wade 2020-01-09 15:30:45 +01:00 committed by Juan RP
parent ecd3e7ed9d
commit 35547d8597
2 changed files with 17 additions and 8 deletions

View file

@ -1,16 +1,24 @@
# Template file for 'python-pykka'
pkgname=python-pykka
version=1.2.1
revision=2
version=2.0.2
revision=1
archs=noarch
wrksrc="Pykka-${version}"
build_style=python2-module
pycompile_module="pykka"
hostmakedepends="python-setuptools"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python implementation of the actor model"
short_desc="Python2 implementation of the actor model"
maintainer="allan <mail@may.mooo.com>"
homepage="https://pypi.org/project/Pykka/"
license="Apache-2.0"
homepage="https://pypi.org/project/Pykka/"
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
python3-pykka_package() {
archs=noarch
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-pykka Symbolic link
View file

@ -0,0 +1 @@
python-pykka