Revision: 31734 http://trac.macosforge.org/projects/macports/changeset/31734 Author: mww@macports.org Date: 2007-12-05 00:36:49 -0800 (Wed, 05 Dec 2007) Log Message: ----------- new port python/py25-httplib2 from ebgssth@gmail.com - #13411 Added Paths: ----------- trunk/dports/python/py25-httplib2/ trunk/dports/python/py25-httplib2/Portfile Added: trunk/dports/python/py25-httplib2/Portfile =================================================================== --- trunk/dports/python/py25-httplib2/Portfile (rev 0) +++ trunk/dports/python/py25-httplib2/Portfile 2007-12-05 08:36:49 UTC (rev 31734) @@ -0,0 +1,18 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-httplib2 +version 2-0.4.0 +categories python devel net +platforms darwin +maintainers ebgssth@gmail.com +description A comprehensive HTTP client library in Python +long_description A comprehensive HTTP client library that supports \ + many features left out of other HTTP libraries. +homepage http://code.google.com/p/httplib2/ +master_sites http://httplib2.googlecode.com/files/ +checksums md5 022006c6c5fb75ea082b97d0fcc89d94 +distname httplib${version} +