# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-http-parser version 0.8.3 categories python www license MIT platforms darwin maintainers nomaintainer description http request/response parser long_description HTTP request/response parser for Python compatible \ with Python 2.x (>=2.6), Python 3 and Pypy. If \ possible a C parser based on http-parser from Ryan \ Dahl will be used. homepage http://github.com/benoitc/http-parser master_sites https://pypi.python.org/packages/source/h/http-parser distname http-parser-${version} checksums md5 751967e2785c829dffebdc9a511e0eec \ sha1 de2509e6b62d6beb191e0953d3b098ffac27fedd \ rmd160 5953b6a238917e14b1bf6c1e4f995fbac03463b5 python.versions 26 27 31 32 33 if {$subport != $name} { depends_build port:py${python.version}-setuptools } livecheck.type regex livecheck.url http://pypi.python.org/pypi/http-parser livecheck.regex {http-parser ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}