Skip to content

Commit 7a139e8

Browse files
author
Reed Wade
committed
python-pykka: update to 2.0.2
1 parent 12cf5e1 commit 7a139e8

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

srcpkgs/python-pykka/template

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# Template file for 'python-pykka'
22
pkgname=python-pykka
3-
version=1.2.1
4-
revision=2
3+
version=2.0.2
4+
revision=1
55
archs=noarch
66
wrksrc="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"
109
depends="python"
11-
short_desc="Python implementation of the actor model"
10+
short_desc="Python2 implementation of the actor model"
1211
maintainer="allan <mail@may.mooo.com>"
13-
homepage="https://pypi.org/project/Pykka/"
1412
license="Apache-2.0"
13+
homepage="https://pypi.org/project/Pykka/"
1514
distfiles="${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+
}

srcpkgs/python3-pykka

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-pykka

0 commit comments

Comments
 (0)