pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-gevent Import py27-gevent-1.0.1 as net/py-gevent.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e10f7d1f21c4
branches:  trunk
changeset: 635554:e10f7d1f21c4
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jun 08 22:36:22 2014 +0000

description:
Import py27-gevent-1.0.1 as net/py-gevent.

gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop.

diffstat:

 net/py-gevent/DESCR         |    2 +
 net/py-gevent/Makefile      |   26 +++++++++++
 net/py-gevent/PLIST         |  100 ++++++++++++++++++++++++++++++++++++++++++++
 net/py-gevent/buildlink3.mk |   18 +++++++
 net/py-gevent/distinfo      |    5 ++
 5 files changed, 151 insertions(+), 0 deletions(-)

diffs (171 lines):

diff -r 7ebed4514269 -r e10f7d1f21c4 net/py-gevent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gevent/DESCR       Sun Jun 08 22:36:22 2014 +0000
@@ -0,0 +1,2 @@
+gevent is a coroutine-based Python networking library that uses greenlet
+to provide a high-level synchronous API on top of libevent event loop.
diff -r 7ebed4514269 -r e10f7d1f21c4 net/py-gevent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gevent/Makefile    Sun Jun 08 22:36:22 2014 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2014/06/08 22:36:22 rodent Exp $
+
+DISTNAME=      gevent-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  https://pypi.python.org/packages/source/g/gevent/
+
+MAINTAINER=    kamel.derouiche%gmail.com@localhost
+HOMEPAGE=      http://www.gevent.org/
+COMMENT=       Python-gevent a coroutine-based Python networking library
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet
+
+USE_LANGUAGES= c c++
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34
+
+do-test:
+       ${RUN} cd ${WRKSRC}/greentest; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testrunner.py
+
+.include "../../devel/py-cython/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libevent+=       libevent>=0.6
+.include "../../devel/libevent/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7ebed4514269 -r e10f7d1f21c4 net/py-gevent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gevent/PLIST       Sun Jun 08 22:36:22 2014 +0000
@@ -0,0 +1,100 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/08 22:36:22 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/gevent/__init__.py
+${PYSITELIB}/gevent/__init__.pyc
+${PYSITELIB}/gevent/__init__.pyo
+${PYSITELIB}/gevent/_semaphore.so
+${PYSITELIB}/gevent/_threading.py
+${PYSITELIB}/gevent/_threading.pyc
+${PYSITELIB}/gevent/_threading.pyo
+${PYSITELIB}/gevent/_util.so
+${PYSITELIB}/gevent/ares.so
+${PYSITELIB}/gevent/backdoor.py
+${PYSITELIB}/gevent/backdoor.pyc
+${PYSITELIB}/gevent/backdoor.pyo
+${PYSITELIB}/gevent/baseserver.py
+${PYSITELIB}/gevent/baseserver.pyc
+${PYSITELIB}/gevent/baseserver.pyo
+${PYSITELIB}/gevent/core.so
+${PYSITELIB}/gevent/coros.py
+${PYSITELIB}/gevent/coros.pyc
+${PYSITELIB}/gevent/coros.pyo
+${PYSITELIB}/gevent/event.py
+${PYSITELIB}/gevent/event.pyc
+${PYSITELIB}/gevent/event.pyo
+${PYSITELIB}/gevent/fileobject.py
+${PYSITELIB}/gevent/fileobject.pyc
+${PYSITELIB}/gevent/fileobject.pyo
+${PYSITELIB}/gevent/greenlet.py
+${PYSITELIB}/gevent/greenlet.pyc
+${PYSITELIB}/gevent/greenlet.pyo
+${PYSITELIB}/gevent/hub.py
+${PYSITELIB}/gevent/hub.pyc
+${PYSITELIB}/gevent/hub.pyo
+${PYSITELIB}/gevent/local.py
+${PYSITELIB}/gevent/local.pyc
+${PYSITELIB}/gevent/local.pyo
+${PYSITELIB}/gevent/lock.py
+${PYSITELIB}/gevent/lock.pyc
+${PYSITELIB}/gevent/lock.pyo
+${PYSITELIB}/gevent/monkey.py
+${PYSITELIB}/gevent/monkey.pyc
+${PYSITELIB}/gevent/monkey.pyo
+${PYSITELIB}/gevent/os.py
+${PYSITELIB}/gevent/os.pyc
+${PYSITELIB}/gevent/os.pyo
+${PYSITELIB}/gevent/pool.py
+${PYSITELIB}/gevent/pool.pyc
+${PYSITELIB}/gevent/pool.pyo
+${PYSITELIB}/gevent/pywsgi.py
+${PYSITELIB}/gevent/pywsgi.pyc
+${PYSITELIB}/gevent/pywsgi.pyo
+${PYSITELIB}/gevent/queue.py
+${PYSITELIB}/gevent/queue.pyc
+${PYSITELIB}/gevent/queue.pyo
+${PYSITELIB}/gevent/resolver_ares.py
+${PYSITELIB}/gevent/resolver_ares.pyc
+${PYSITELIB}/gevent/resolver_ares.pyo
+${PYSITELIB}/gevent/resolver_thread.py
+${PYSITELIB}/gevent/resolver_thread.pyc
+${PYSITELIB}/gevent/resolver_thread.pyo
+${PYSITELIB}/gevent/select.py
+${PYSITELIB}/gevent/select.pyc
+${PYSITELIB}/gevent/select.pyo
+${PYSITELIB}/gevent/server.py
+${PYSITELIB}/gevent/server.pyc
+${PYSITELIB}/gevent/server.pyo
+${PYSITELIB}/gevent/socket.py
+${PYSITELIB}/gevent/socket.pyc
+${PYSITELIB}/gevent/socket.pyo
+${PYSITELIB}/gevent/ssl.py
+${PYSITELIB}/gevent/ssl.pyc
+${PYSITELIB}/gevent/ssl.pyo
+${PYSITELIB}/gevent/subprocess.py
+${PYSITELIB}/gevent/subprocess.pyc
+${PYSITELIB}/gevent/subprocess.pyo
+${PYSITELIB}/gevent/thread.py
+${PYSITELIB}/gevent/thread.pyc
+${PYSITELIB}/gevent/thread.pyo
+${PYSITELIB}/gevent/threading.py
+${PYSITELIB}/gevent/threading.pyc
+${PYSITELIB}/gevent/threading.pyo
+${PYSITELIB}/gevent/threadpool.py
+${PYSITELIB}/gevent/threadpool.pyc
+${PYSITELIB}/gevent/threadpool.pyo
+${PYSITELIB}/gevent/timeout.py
+${PYSITELIB}/gevent/timeout.pyc
+${PYSITELIB}/gevent/timeout.pyo
+${PYSITELIB}/gevent/util.py
+${PYSITELIB}/gevent/util.pyc
+${PYSITELIB}/gevent/util.pyo
+${PYSITELIB}/gevent/win32util.py
+${PYSITELIB}/gevent/win32util.pyc
+${PYSITELIB}/gevent/win32util.pyo
+${PYSITELIB}/gevent/wsgi.py
+${PYSITELIB}/gevent/wsgi.pyc
+${PYSITELIB}/gevent/wsgi.pyo
diff -r 7ebed4514269 -r e10f7d1f21c4 net/py-gevent/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gevent/buildlink3.mk       Sun Jun 08 22:36:22 2014 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/06/08 22:36:22 rodent Exp $
+
+BUILDLINK_TREE+=       py-gevent
+
+.if !defined(PY_GEVENT_BUILDLINK3_MK)
+PY_GEVENT_BUILDLINK3_MK:=
+
+.include "../../lang/python/pyversion.mk"
+
+BUILDLINK_API_DEPENDS.py-gevent+=      ${PYPKGPREFIX}-gevent>=0.13.0
+BUILDLINK_PKGSRCDIR.py-gevent?=                ../../net/py-gevent
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../devel/libevent/buildlink3.mk"
+
+.endif # PY_GEVENT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -py-gevent
diff -r 7ebed4514269 -r e10f7d1f21c4 net/py-gevent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gevent/distinfo    Sun Jun 08 22:36:22 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/08 22:36:22 rodent Exp $
+
+SHA1 (gevent-1.0.1.tar.gz) = 2cc1b6e1fa29b30ea881fa6a195e57faaf089ae8
+RMD160 (gevent-1.0.1.tar.gz) = 430fb627b4f7350969e2e0bfc45eedaf18aa6325
+Size (gevent-1.0.1.tar.gz) = 1455636 bytes



Home | Main Index | Thread Index | Old Index