diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /devel/py-boto-devel/files/patch-setup.py | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'devel/py-boto-devel/files/patch-setup.py')
-rw-r--r-- | devel/py-boto-devel/files/patch-setup.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/py-boto-devel/files/patch-setup.py b/devel/py-boto-devel/files/patch-setup.py deleted file mode 100644 index 7404371938df..000000000000 --- a/devel/py-boto-devel/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ -# Prevent installation of test.py in PREFIX/bin, which would easily -# conflict with other software. ---- setup.py.orig Thu Aug 23 19:01:03 2007 -+++ setup.py Thu Aug 23 19:01:22 2007 -@@ -37,7 +37,7 @@ - url = "http://code.google.com/p/boto/", - packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', - 'boto.mturk', 'tests'], -- scripts=['test.py'], -+ scripts=[], - license = 'MIT', - platforms = 'Posix; MacOS X; Windows', - classifiers = [ 'Development Status :: 3 - Alpha', |