[151303] trunk/dports/python

devans at macports.org devans at macports.org
Fri Aug 12 08:57:43 PDT 2016


Revision: 151303
          https://trac.macports.org/changeset/151303
Author:   devans at macports.org
Date:     2016-08-12 08:57:42 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
py-requests-oauthlib: new port, an easy-to-use Python interface for building OAuth1 and OAuth2 clients.

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

Added: trunk/dports/python/py-requests-oauthlib/Portfile
===================================================================
--- trunk/dports/python/py-requests-oauthlib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-requests-oauthlib/Portfile	2016-08-12 15:57:42 UTC (rev 151303)
@@ -0,0 +1,34 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        requests requests-oauthlib 0.6.2 v
+name                py-${name}
+categories-append   devel net
+platforms           darwin
+supported_archs     noarch
+license             ISC
+maintainers         devans openmaintainer
+
+description         OAuth for Humans
+long_description    ${description}: an easy-to-use Python interface for building \
+                    OAuth1 and OAuth2 clients.
+
+checksums           rmd160  301e7f2eb19c60e6c59badcfbd06a0ccc6436b76 \
+                    sha256  07da50a45d40014cd850fdfa0dcaf76cefe683c89974f5d3bdd00f79ebf41a76
+
+python.versions     27 34 35
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                    port:py${python.version}-setuptools
+
+    depends_lib-append \
+                    port:py${python.version}-requests \
+                    port:py${python.version}-oauthlib
+
+    livecheck.type  none
+}


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


More information about the macports-changes mailing list