File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'python-pykka'
22pkgname=python-pykka
3- version=1.2.1
4- revision=2
3+ version=2.0.2
4+ revision=1
55archs=noarch
66wrksrc="Pykka-${version}"
7- build_style=python2-module
8- pycompile_module="pykka"
9- hostmakedepends="python-setuptools"
7+ build_style=python-module
8+ hostmakedepends="python-setuptools python3-setuptools"
109depends="python"
11- short_desc="Python implementation of the actor model"
10+ short_desc="Python2 implementation of the actor model"
1211maintainer="allan <mail@may.mooo.com>"
13- homepage="https://pypi.org/project/Pykka/"
1412license="Apache-2.0"
13+ homepage="https://pypi.org/project/Pykka/"
1514distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
16- checksum=e847ffeadee49b563426ab803e8eee67264d773e38ca14763fdcda56411e3c11
15+ checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
16+
17+ python3-pykka_package() {
18+ archs=noarch
19+ depends="python3"
20+ short_desc="${short_desc/Python2/Python3}"
21+ pkg_install() {
22+ vmove usr/lib/python3*
23+ }
24+ }
Original file line number Diff line number Diff line change 1+ python-pykka
You can’t perform that action at this time.
0 commit comments