[82600] trunk/dports/python

snc at macports.org snc at macports.org
Tue Aug 16 08:10:46 PDT 2011


Revision: 82600
          http://trac.macports.org/changeset/82600
Author:   snc at macports.org
Date:     2011-08-16 08:10:45 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
py-requests: create 0.5.1

Added Paths:
-----------
    trunk/dports/python/py-requests/
    trunk/dports/python/py-requests/Portfile

Added: trunk/dports/python/py-requests/Portfile
===================================================================
--- trunk/dports/python/py-requests/Portfile	                        (rev 0)
+++ trunk/dports/python/py-requests/Portfile	2011-08-16 15:10:45 UTC (rev 82600)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-requests
+version             0.5.1
+python.versions     26 27
+python.default_version  27
+categories          python devel
+platforms           darwin
+maintainers         saispo snc openmaintainer
+homepage            http://pypi.python.org/pypi/requests
+description         Python HTTP for Humans.
+long_description    Most existing Python modules for dealing HTTP \
+                    requests are insane. I have to look up everything \
+                    that I want to do. Most of my worst Python \
+                    experiences are a result of the various built-in \
+                    HTTP libraries (yes, even worse than Logging). \nBut\
+                    this one's different. This one's going to be \
+                    awesome. And simple. \nReally simple.
+
+master_sites        http://pypi.python.org/packages/source/r/requests
+distname            requests-${version}
+
+checksums           rmd160  8e543e54773e3f7f8b6e68fcb7c9be23dc5a622f \
+                    sha256  cfed662472d48e7bd6bfd8d7f79fe9072fc873b2e372fe3b9178a26daabebccc
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     requests (\\d+(\\.\\d+)+)


Property changes on: trunk/dports/python/py-requests/Portfile
___________________________________________________________________
Added: svn:keywords:Id
   + 
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/89fa1ef2/attachment.html>


More information about the macports-changes mailing list