[29564] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 29 14:59:17 PDT 2007
Revision: 29564
http://trac.macosforge.org/projects/macports/changeset/29564
Author: raimue at macports.org
Date: 2007-09-29 14:59:15 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
python/py-boto, python/py25-boto:
New port submission by Adam Mercer, fixes #12795 and #12796
Added Paths:
-----------
trunk/dports/python/py-boto/
trunk/dports/python/py-boto/Portfile
trunk/dports/python/py25-boto/
trunk/dports/python/py25-boto/Portfile
Added: trunk/dports/python/py-boto/Portfile
===================================================================
--- trunk/dports/python/py-boto/Portfile (rev 0)
+++ trunk/dports/python/py-boto/Portfile 2007-09-29 21:59:15 UTC (rev 29564)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name py-boto
+version 0.9b
+categories python net
+platforms darwin
+maintainers ramercer at gmail.com openmaintainer at macports.org
+description python interface to Amazon Web Services
+long_description An integrated interface to current and future \
+ infrastructural services offered by Amazon Web Services.
+
+homepage http://code.google.com/p/boto/
+master_sites http://boto.googlecode.com/files/
+distname boto-${version}
+
+checksums md5 b7591fd2515dcd75fd01095473381c87 \
+ sha1 e9d2b8d2dc563b70f04f1f3b72758fcec6bea8eb \
+ rmd160 415c6a5a053e6d8990a82a88e5b583b73ad7834c
+
+post-destroot {
+ delete ${destroot}${prefix}/bin/test.py
+ delete ${destroot}${prefix}/lib/python2.4/site-packages/tests
+}
Property changes on: trunk/dports/python/py-boto/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/python/py25-boto/Portfile
===================================================================
--- trunk/dports/python/py25-boto/Portfile (rev 0)
+++ trunk/dports/python/py25-boto/Portfile 2007-09-29 21:59:15 UTC (rev 29564)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-boto
+version 0.9b
+categories python net
+platforms darwin
+maintainers ramercer at gmail.com openmaintainer at macports.org
+description python interface to Amazon Web Services
+long_description An integrated interface to current and future \
+ infrastructural services offered by Amazon Web Services.
+
+homepage http://code.google.com/p/boto/
+master_sites http://boto.googlecode.com/files/
+distname boto-${version}
+
+checksums md5 b7591fd2515dcd75fd01095473381c87 \
+ sha1 e9d2b8d2dc563b70f04f1f3b72758fcec6bea8eb \
+ rmd160 415c6a5a053e6d8990a82a88e5b583b73ad7834c
+
+post-destroot {
+ delete ${destroot}${prefix}/bin/test.py
+ delete ${destroot}${prefix}/lib/python2.5/site-packages/tests
+}
+
Property changes on: trunk/dports/python/py25-boto/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070929/f752d09f/attachment.html
More information about the macports-changes
mailing list