Skip to content

Commit

Permalink
python-pykka: update to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Wade authored and Juan RP committed Jan 10, 2020
1 parent ecd3e7e commit 35547d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
24 changes: 16 additions & 8 deletions srcpkgs/python-pykka/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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 change: 1 addition & 0 deletions srcpkgs/python3-pykka

0 comments on commit 35547d8

Please sign in to comment.