diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-24 17:39:36 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-24 17:39:36 +0000 |
| commit | 625787c47c2dd0c01005d7e644c044d493a3021c (patch) | |
| tree | 9352f97042a518aaa5801cf3a56b06c8792ccadf /net/googlecl/files/patch-setup.py | |
| parent | - Update to 20100824 (diff) | |
- Add a patch to keep away from egg generation when setuptools is installed
PR: ports/149935
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Diffstat (limited to '')
| -rw-r--r-- | net/googlecl/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/googlecl/files/patch-setup.py b/net/googlecl/files/patch-setup.py new file mode 100644 index 000000000000..bbeb2d4dbbea --- /dev/null +++ b/net/googlecl/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig 2010-07-24 10:30:33.000000000 +0800 ++++ setup.py 2010-08-24 21:11:15.000000000 +0800 +@@ -12,10 +12,7 @@ + # See the License for the specific language governing permissions and + # limitations under the License. + +-try: +- from setuptools import setup +-except ImportError: +- from distutils.core import setup ++from distutils.core import setup + packages =['googlecl', + 'googlecl.blogger', + 'googlecl.calendar', |
