1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-httplib2 |
---|
7 | version 2-0.7.1 |
---|
8 | categories python devel net |
---|
9 | license MIT |
---|
10 | platforms darwin |
---|
11 | maintainers akitada blb ram openmaintainer |
---|
12 | |
---|
13 | description A comprehensive HTTP client library in Python |
---|
14 | long_description A comprehensive HTTP client library that supports \ |
---|
15 | many features left out of other HTTP libraries. |
---|
16 | |
---|
17 | homepage http://code.google.com/p/httplib2/ |
---|
18 | master_sites http://httplib2.googlecode.com/files/ |
---|
19 | distname httplib${version} |
---|
20 | |
---|
21 | python.versions 24 25 26 27 31 32 |
---|
22 | |
---|
23 | checksums md5 03e798858cebbdde189b02ed97e85a45 \ |
---|
24 | sha1 e30ac0f099c1d7f9dc5bfb309441f65fb01f5dd8 \ |
---|
25 | rmd160 84c341c8cb56f1a36a71a86874151ebd95d5ff77 |
---|
26 | |
---|
27 | if {${$name} == ${subport}} { |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url ${homepage}downloads/list |
---|
30 | livecheck.regex {httplib(\d-\d+(?:\.\d+)*).tar.gz} |
---|
31 | } else { |
---|
32 | livecheck.type none |
---|
33 | } |
---|