mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
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
14 lines
295 B
Python
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"
|