Ticket #30222: Portfile

File Portfile, 946 bytes (added by lynxman@…, 13 years ago)

txAWS version 0.2.1

Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python27 1.0
5
6name              py27-txaws
7version           0.2.1
8categories        python net
9platforms         darwin
10maintainers       lynxman.net:lynxman
11
12description       Twisted-based Asynchronous Libraries for Amazon Web Services and Eucalyptus private clouds
13long_description  This project's goal is to have a complete Twisted API representing \
14                  the spectrum of Amazon's web services as well as support for Eucalyptus clouds.
15
16homepage          https://launchpad.net/txaws
17master_sites      http://launchpad.net/txaws/trunk/0.2/+download/
18distname          txAWS-${version}
19
20checksums         md5     a61870a76024c739d020a5dfdf5bb2c3 \
21                  sha1    73c6bea62d9123fdcb6390db9fbbc9bcaf337664 \
22                  rmd160  24e2f7c31f86c5ca20d7c8c012e9df7790b8a190
23
24universal_variant no
25
26livecheck.type    regex
27livecheck.regex   {txAWS-(\d+(?:\.\d+)*\w).tar.gz}