1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-http-parser |
---|
8 | version 0.8.1 |
---|
9 | |
---|
10 | categories python www |
---|
11 | license MIT |
---|
12 | platforms darwin |
---|
13 | maintainers nomaintainer |
---|
14 | description http request/response parser |
---|
15 | long_description HTTP request/response parser for Python compatible \ |
---|
16 | with Python 2.x (>=2.6), Python 3 and Pypy. If \ |
---|
17 | possible a C parser based on http-parser from Ryan \ |
---|
18 | Dahl will be used. |
---|
19 | |
---|
20 | python.versions 26 27 31 32 33 |
---|
21 | |
---|
22 | homepage http://github.com/benoitc/http-parser |
---|
23 | master_sites http://pypi.python.org/packages/source/h/http-parser |
---|
24 | distname http-parser-${version} |
---|
25 | checksums md5 6cc089365e3ae758e5f5cda0f2f8f788 \ |
---|
26 | sha1 537a2fdeb2d03cf3a2dfa51f0c24e03acda27c7a \ |
---|
27 | rmd160 75f003ed80ae48ac3168495f2ca97b5a5d629b98 |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url http://pypi.python.org/pypi/http-parser |
---|
31 | livecheck.regex {http-parser ([0-9]+\.[0-9]+(?:\.[0-9]+)?)} |
---|