parent
a6e8c30198
commit
b336ec89fb
|
@ -0,0 +1,38 @@
|
|||
# Template file for 'python-gevent'
|
||||
pkgname=python-gevent
|
||||
version=1.1.1
|
||||
revision=1
|
||||
wrksrc="gevent-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel libev-devel c-ares-devel"
|
||||
depends="python-greenlet"
|
||||
pycompile_module="gevent"
|
||||
short_desc="Coroutine-based Python2 networking library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.gevent.org/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/g/gevent/gevent-${version}.tar.gz"
|
||||
checksum=6ee5b9851b2acde08df7ab9b9a2903f58b4b0e555405c444f4b1dd16f71caeea
|
||||
|
||||
export LIBEV_EMBED=0
|
||||
export CARES_EMBED=0
|
||||
|
||||
post_install() {
|
||||
# remove python2/3 compat stuff
|
||||
rm -f ${DESTDIR}/usr/lib/python2*/site-packages/gevent/_*3.py
|
||||
rm -f ${DESTDIR}/usr/lib/python3*/site-packages/gevent/_*2.py
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-gevent_package() {
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="gevent"
|
||||
depends="python3.4-greenlet"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
ignore="*a* *b* *rc*"
|
|
@ -0,0 +1 @@
|
|||
python-gevent
|
Loading…
Reference in New Issue