freebsd-ports/www/py-formencode/files/patch-setup.py
Pav Lucistnik bf3441c266 FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound data
structures, with all parts being nestable. It is separate from HTTP or any
other input mechanism.

PR:		ports/89160
Submitted by:	Choe Cheng-Dae <whitekid@gmail.com>
2005-11-17 17:19:19 +00:00

16 lines
316 B
Python

$FreeBSD$
--- setup.py.orig
+++ setup.py
@@ -1,6 +1,7 @@
-from ez_setup import use_setuptools
-use_setuptools()
-from setuptools import setup
+#from ez_setup import use_setuptools
+#use_setuptools()
+#from setuptools import setup
+from distutils.core import setup
setup(name="FormEncode",
version="0.3",