Ticket #12795: Portfile

File Portfile, 893 bytes (added by skymoo (Adam Mercer), 17 years ago)

python/py-boto 0.9b Portfile

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