summaryrefslogtreecommitdiff
path: root/sysutils/py-filelike/files/patch-setup.py
diff options
context:
space:
mode:
authorYi-Jheng Lin <yzlin@FreeBSD.org>2009-09-18 01:50:25 +0000
committerYi-Jheng Lin <yzlin@FreeBSD.org>2009-09-18 01:50:25 +0000
commitea9f1f18943c8e1c950d05a45628a8b177fddcb9 (patch)
tree81b17a20461b32b76e41eaa7636b337e7dc2f44a /sysutils/py-filelike/files/patch-setup.py
parentChase rearranged http mastersite; drop obsolete ftp mastersite. (diff)
Add py-filelike 0.3.4, python module for building and manipulating
file-like object. PR: ports/138160 Submitted by: Dikshie Approved by: rafan (co-mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=241629
Diffstat (limited to '')
-rw-r--r--sysutils/py-filelike/files/patch-setup.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/py-filelike/files/patch-setup.py b/sysutils/py-filelike/files/patch-setup.py
new file mode 100644
index 000000000000..560c4728d732
--- /dev/null
+++ b/sysutils/py-filelike/files/patch-setup.py
@@ -0,0 +1,12 @@
+--- setup.py.orig
++++ setup.py
+@@ -5,9 +5,6 @@
+ # This script is placed in the public domain.
+ #
+
+-import ez_setup
+-ez_setup.use_setuptools()
+-
+ from setuptools import setup, find_packages
+
+ # Import to allow pertinent info to be extracted