diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-21 05:57:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-21 05:57:05 +0800 |
commit | f00cf79f17d39b13029076cc789389668f5b1ff5 (patch) | |
tree | bd59ec43ceb08bff9b14501c867524a928277094 /devel/py-boto/files | |
parent | a8a0cb7179aa07f6dd23fa9b81012bf8c891a8ac (diff) | |
download | freebsd-ports-gnome-f00cf79f17d39b13029076cc789389668f5b1ff5.tar.gz freebsd-ports-gnome-f00cf79f17d39b13029076cc789389668f5b1ff5.tar.zst freebsd-ports-gnome-f00cf79f17d39b13029076cc789389668f5b1ff5.zip |
- Update to 1.0a
PR: 119798
Submitted by: peter.schuller@infidyne.com (maintainer)
Diffstat (limited to 'devel/py-boto/files')
-rw-r--r-- | devel/py-boto/files/patch-setup.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-boto/files/patch-setup.py b/devel/py-boto/files/patch-setup.py index 7404371938df..eb91ee8f76e5 100644 --- a/devel/py-boto/files/patch-setup.py +++ b/devel/py-boto/files/patch-setup.py @@ -1,12 +1,12 @@ -# 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 @@ +--- setup.py.orig 2008-01-19 10:06:45.253272917 +0100 ++++ setup.py 2008-01-19 10:07:03.283255219 +0100 +@@ -36,8 +36,8 @@ + author_email = "mitch@garnaat.com", url = "http://code.google.com/p/boto/", - packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', - 'boto.mturk', 'tests'], + packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', 'boto.sdb', +- 'boto.mturk', 'boto.contrib', 'tests'], - scripts=['test.py'], ++ 'boto.mturk', 'boto.contrib' ], + scripts=[], license = 'MIT', platforms = 'Posix; MacOS X; Windows', |