freebsd-ports/devel/py-gevent/Makefile
Sunpoet Po-Chuan Hsieh fea8c65de1 - Update to 0.13.8
Changes:	https://groups.google.com/forum/?fromgroups#!topic/gevent/tJc8YSgOF1U
- core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/
  emit_endif.
- Fixed issue #80: gevent.httplib failed with RequestFailed errors because
  timeout was reset to 1s. Patch by Tomasz Prus.
- Fixed issue #132: gevent.socket.gethostbyname(<unicode>) now does ascii
  encoding and uses gevent's resolver rather than calling built-in resolver.
  Patch by Alexey Borzenkov.
2012-09-08 00:14:30 +00:00

26 lines
650 B
Makefile

# New ports collection makefile for: py-gevent
# Date created: 5 Feb 2010
# Whom: Peter Schuller <peter.schuller@infidyne.com>
#
# $FreeBSD$
#
PORTNAME= gevent
PORTVERSION= 0.13.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python co-routine networking library based on greenlet/libevent
LICENSE= MIT
LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
.include <bsd.port.mk>