pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-meinheld



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 14:39:35 UTC 2017

Added Files:
        pkgsrc/www/py-meinheld: DESCR Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-meinheld/DESCR \
    pkgsrc/www/py-meinheld/Makefile pkgsrc/www/py-meinheld/PLIST \
    pkgsrc/www/py-meinheld/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-meinheld/DESCR
diff -u /dev/null pkgsrc/www/py-meinheld/DESCR:1.1
--- /dev/null   Fri Sep 29 14:39:35 2017
+++ pkgsrc/www/py-meinheld/DESCR        Fri Sep 29 14:39:35 2017
@@ -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)
Index: pkgsrc/www/py-meinheld/Makefile
diff -u /dev/null pkgsrc/www/py-meinheld/Makefile:1.1
--- /dev/null   Fri Sep 29 14:39:35 2017
+++ pkgsrc/www/py-meinheld/Makefile     Fri Sep 29 14:39:35 2017
@@ -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"
Index: pkgsrc/www/py-meinheld/PLIST
diff -u /dev/null pkgsrc/www/py-meinheld/PLIST:1.1
--- /dev/null   Fri Sep 29 14:39:35 2017
+++ pkgsrc/www/py-meinheld/PLIST        Fri Sep 29 14:39:35 2017
@@ -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
Index: pkgsrc/www/py-meinheld/distinfo
diff -u /dev/null pkgsrc/www/py-meinheld/distinfo:1.1
--- /dev/null   Fri Sep 29 14:39:35 2017
+++ pkgsrc/www/py-meinheld/distinfo     Fri Sep 29 14:39:35 2017
@@ -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