[97259] trunk/dports/python

pixilla at macports.org pixilla at macports.org
Sat Sep 1 08:06:01 PDT 2012


Revision: 97259
          https://trac.macports.org/changeset/97259
Author:   pixilla at macports.org
Date:     2012-09-01 08:05:58 -0700 (Sat, 01 Sep 2012)
Log Message:
-----------
python/py-oauth:
- New port py{,25,26,27}-oauth version 1.0.1. Closes #35124

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

Added: trunk/dports/python/py-oauth/Portfile
===================================================================
--- trunk/dports/python/py-oauth/Portfile	                        (rev 0)
+++ trunk/dports/python/py-oauth/Portfile	2012-09-01 15:05:58 UTC (rev 97259)
@@ -0,0 +1,28 @@
+# -*- 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
+# $Idk$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-oauth
+version             1.0.1
+categories-append   net
+license             MIT
+maintainers         nomaintainer
+supported_archs     noarch
+platforms           darwin
+
+description         Python library for OAuth
+long_description    An open protocol to allow API authentication in a simple and standard \
+                    method from desktop and web applications.  NB, this provides OAuth \
+                    version 1 which is substantially different from version 2.
+
+homepage            http://code.google.com/p/oauth
+master_sites        http://pypi.python.org/packages/source/o/oauth/
+distname            oauth-${version}
+
+checksums           rmd160  3d1dad6117aeb13392e35870716022e3a71897c3 \
+                    sha256  e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d
+
+python.versions     25 26 27
+python.default_version 27


Property changes on: trunk/dports/python/py-oauth/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/20120901/098ac6fa/attachment.html>


More information about the macports-changes mailing list