1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-boto |
---|
7 | version 0.9b |
---|
8 | categories python net |
---|
9 | platforms darwin |
---|
10 | maintainers ramercer@gmail.com openmaintainer@macports.org |
---|
11 | description python interface to Amazon Web Services |
---|
12 | long_description An integrated interface to current and future \ |
---|
13 | infrastructural services offered by Amazon Web Services. |
---|
14 | |
---|
15 | homepage http://code.google.com/p/boto/ |
---|
16 | master_sites http://boto.googlecode.com/files/ |
---|
17 | distname boto-${version} |
---|
18 | |
---|
19 | checksums md5 b7591fd2515dcd75fd01095473381c87 \ |
---|
20 | sha1 e9d2b8d2dc563b70f04f1f3b72758fcec6bea8eb \ |
---|
21 | rmd160 415c6a5a053e6d8990a82a88e5b583b73ad7834c |
---|
22 | |
---|
23 | post-destroot { |
---|
24 | system "rm ${destroot}${prefix}/bin/test.py" |
---|
25 | system "rm -r ${destroot}${prefix}/lib/python2.4/site-packages/tests" |
---|
26 | } |
---|