ports/www/py-wsgiref/files/patch-setup.py
Alexander Botero-Lowry a3897566f8 - 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
2006-12-22 05:21:23 +00:00

14 lines
295 B
Python

--- 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"