pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-meinheld Add py-meinheld-0.6.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f8075dcf95f
branches: trunk
changeset: 369435:5f8075dcf95f
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 29 14:39:35 2017 +0000
description:
Add py-meinheld-0.6.1:
This is a high performance python wsgi web server. Thus this is yet an
another asynchronous web server like gevent.
meinheld is a WSGI compliant web server. (PEP333 and PEP3333 supported)
diffstat:
www/py-meinheld/DESCR | 4 ++++
www/py-meinheld/Makefile | 16 ++++++++++++++++
www/py-meinheld/PLIST | 32 ++++++++++++++++++++++++++++++++
www/py-meinheld/distinfo | 7 +++++++
4 files changed, 59 insertions(+), 0 deletions(-)
diffs (75 lines):
diff -r 270da1e7611a -r 5f8075dcf95f www/py-meinheld/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meinheld/DESCR Fri Sep 29 14:39:35 2017 +0000
@@ -0,0 +1,4 @@
+This is a high performance python wsgi web server. Thus this is yet an
+another asynchronous web server like gevent.
+
+meinheld is a WSGI compliant web server. (PEP333 and PEP3333 supported)
diff -r 270da1e7611a -r 5f8075dcf95f www/py-meinheld/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meinheld/Makefile Fri Sep 29 14:39:35 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 14:39:35 joerg Exp $
+
+DISTNAME= meinheld-0.6.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/meinheld/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://meinheld.org/
+COMMENT= Python WSGI HTTP server
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-greenlet>=0.4.5<0.5:../../devel/py-greenlet
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 270da1e7611a -r 5f8075dcf95f www/py-meinheld/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meinheld/PLIST Fri Sep 29 14:39:35 2017 +0000
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:39:35 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/meinheld/__init__.py
+${PYSITELIB}/meinheld/__init__.pyc
+${PYSITELIB}/meinheld/__init__.pyo
+${PYSITELIB}/meinheld/common.py
+${PYSITELIB}/meinheld/common.pyc
+${PYSITELIB}/meinheld/common.pyo
+${PYSITELIB}/meinheld/gmeinheld.py
+${PYSITELIB}/meinheld/gmeinheld.pyc
+${PYSITELIB}/meinheld/gmeinheld.pyo
+${PYSITELIB}/meinheld/middleware.py
+${PYSITELIB}/meinheld/middleware.pyc
+${PYSITELIB}/meinheld/middleware.pyo
+${PYSITELIB}/meinheld/mlogging.py
+${PYSITELIB}/meinheld/mlogging.pyc
+${PYSITELIB}/meinheld/mlogging.pyo
+${PYSITELIB}/meinheld/msocket.py
+${PYSITELIB}/meinheld/msocket.pyc
+${PYSITELIB}/meinheld/msocket.pyo
+${PYSITELIB}/meinheld/patch.py
+${PYSITELIB}/meinheld/patch.pyc
+${PYSITELIB}/meinheld/patch.pyo
+${PYSITELIB}/meinheld/server.so
+${PYSITELIB}/meinheld/websocket.py
+${PYSITELIB}/meinheld/websocket.pyc
+${PYSITELIB}/meinheld/websocket.pyo
diff -r 270da1e7611a -r 5f8075dcf95f www/py-meinheld/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-meinheld/distinfo Fri Sep 29 14:39:35 2017 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:39:35 joerg Exp $
+
+SHA1 (meinheld-0.6.1.tar.gz) = d3b1c307e26e131da5030a18a5d750d788a37893
+RMD160 (meinheld-0.6.1.tar.gz) = b8a7a17385b21c0bf6570b7e9c41a5e9934c9ed4
+SHA512 (meinheld-0.6.1.tar.gz) = 02b8c8573c244e92a7dbf86524a7e1c1fe02a7aa1b107fc3d07d02b6ba22d70cbd7ddb6f8f3470db740dba3138ecee36dc2f00dd5d1e63c83435bea0f0344a9b
+Size (meinheld-0.6.1.tar.gz) = 79703 bytes
+SHA1 (patch-requirements__test.txt) = 4ba4d4af3e979932694bb6b2d434d584ffdc7563
Home |
Main Index |
Thread Index |
Old Index