-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Reed Wade
authored and
Juan RP
committed
Jan 10, 2020
1 parent
ecd3e7e
commit 35547d8
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python-pykka |