1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- add wsgiref 0.1.2

wsgiref is a reference implementation of the WSGI standard. This is a
     backport of wsgiref which is included in Python 2.5.

     WWW: http://cheeseshop.python.org/pypi/wsgiref
This commit is contained in:
Alexander Botero-Lowry 2006-12-22 05:21:23 +00:00
parent bcc49aeba0
commit a3897566f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180458
6 changed files with 67 additions and 0 deletions

View File

@ -937,6 +937,7 @@
SUBDIR += py-urljr
SUBDIR += py-webware
SUBDIR += py-webware-component
SUBDIR += py-wsgiref
SUBDIR += pyblosxom
SUBDIR += pyweblib
SUBDIR += qdecoder

26
www/py-wsgiref/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: py-wsgiref
# Date created: 21 Dec 2006
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wsgiref
PORTVERSION= 0.1.2
CATEGORIES= www devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/w/wsgiref/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Backport of Python 2.5's wsgiref module
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 250
IGNORE= hashlib ships with Python 2.5.x
.endif
.include <bsd.port.post.mk>

3
www/py-wsgiref/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (wsgiref-0.1.2.zip) = 29b146e6ebd0f9fb119fe321f7bcf6cb
SHA256 (wsgiref-0.1.2.zip) = c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79
SIZE (wsgiref-0.1.2.zip) = 37351

View File

@ -0,0 +1,14 @@
--- setup.py.orig Thu Dec 21 21:11:56 2006
+++ setup.py Thu Dec 21 21:15:05 2006
@@ -2,10 +2,7 @@
"""Distutils setup file"""
-import ez_setup
-ez_setup.use_setuptools()
-
-from setuptools import setup, find_packages
+from distutils.core import setup
# Metadata
PACKAGE_NAME = "wsgiref"

4
www/py-wsgiref/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
wsgiref is a reference implementation of the WSGI standard. This is a
backport of wsgiref which is included in Python 2.5
WWW: http://cheeseshop.python.org/pypi/wsgiref

19
www/py-wsgiref/pkg-plist Normal file
View File

@ -0,0 +1,19 @@
%%PYTHON_SITELIBDIR%%/wsgiref/__init__.py
%%PYTHON_SITELIBDIR%%/wsgiref/__init__.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/__init__.pyo
%%PYTHON_SITELIBDIR%%/wsgiref/handlers.py
%%PYTHON_SITELIBDIR%%/wsgiref/handlers.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/handlers.pyo
%%PYTHON_SITELIBDIR%%/wsgiref/headers.py
%%PYTHON_SITELIBDIR%%/wsgiref/headers.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/headers.pyo
%%PYTHON_SITELIBDIR%%/wsgiref/simple_server.py
%%PYTHON_SITELIBDIR%%/wsgiref/simple_server.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/simple_server.pyo
%%PYTHON_SITELIBDIR%%/wsgiref/util.py
%%PYTHON_SITELIBDIR%%/wsgiref/util.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/util.pyo
%%PYTHON_SITELIBDIR%%/wsgiref/validate.py
%%PYTHON_SITELIBDIR%%/wsgiref/validate.pyc
%%PYTHON_SITELIBDIR%%/wsgiref/validate.pyo
@dirrm %%PYTHON_SITELIBDIR%%/wsgiref