python-pykka: update to 2.0.2
This commit is contained in:
parent
ecd3e7ed9d
commit
35547d8597
2 changed files with 17 additions and 8 deletions
|
@ -1,16 +1,24 @@
|
||||||
# Template file for 'python-pykka'
|
# Template file for 'python-pykka'
|
||||||
pkgname=python-pykka
|
pkgname=python-pykka
|
||||||
version=1.2.1
|
version=2.0.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Pykka-${version}"
|
wrksrc="Pykka-${version}"
|
||||||
build_style=python2-module
|
build_style=python-module
|
||||||
pycompile_module="pykka"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python implementation of the actor model"
|
short_desc="Python2 implementation of the actor model"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
homepage="https://pypi.org/project/Pykka/"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://pypi.org/project/Pykka/"
|
||||||
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
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
1
srcpkgs/python3-pykka
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pykka
|
Loading…
Add table
Add a link
Reference in a new issue