python-pykka: switch to python2-module
Clean up while I'm here.
This commit is contained in:
parent
6f9125da47
commit
07d4dab65b
1 changed files with 4 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'python-pykka'
|
# Template file for 'python-pykka'
|
||||||
pkgname=python-pykka
|
pkgname=python-pykka
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Pykka-${version}"
|
wrksrc="Pykka-${version}"
|
||||||
build_style="python-module"
|
build_style=python2-module
|
||||||
pycompile_module="pykka"
|
pycompile_module="pykka"
|
||||||
python_versions="2.7"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-setuptools"
|
depends="python"
|
||||||
short_desc="A python implementation of the actor model"
|
short_desc="Python implementation of the actor model"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
homepage="https://pypi.python.org/pypi/Pykka"
|
homepage="https://pypi.python.org/pypi/Pykka"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue