New package: python-greenlet
This commit is contained in:
parent
adaf0f7a6d
commit
c28f385631
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'python-greenlet'
|
||||||
|
pkgname=python-greenlet
|
||||||
|
version=0.4.7
|
||||||
|
revision=1
|
||||||
|
build_style="python-module"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools unzip"
|
||||||
|
makedepends="python-devel python3.4-devel"
|
||||||
|
short_desc="Lightweight in-process concurrent programming (Python2)"
|
||||||
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://pypi.python.org/pypi/greenlet"
|
||||||
|
distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.zip"
|
||||||
|
checksum="f32c4fa4e06443e1bdb0d32b69e7617c25ff772c3ffc6d0aa63d192e9fd795fe"
|
||||||
|
wrksrc="greenlet-${version}"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-greenlet_package() {
|
||||||
|
pycompile_version="3.4"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vmove usr/include/python3.4m
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
python-greenlet
|
Loading…
Reference in New Issue