[148648] trunk/dports/python/py-oauth2client/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri May 13 06:57:04 PDT 2016


Revision: 148648
          https://trac.macports.org/changeset/148648
Author:   khindenburg at macports.org
Date:     2016-05-13 06:57:04 -0700 (Fri, 13 May 2016)
Log Message:
-----------
py-oauth2client: update to 2.0.2 add py34/py35 #51284

Modified Paths:
--------------
    trunk/dports/python/py-oauth2client/Portfile

Modified: trunk/dports/python/py-oauth2client/Portfile
===================================================================
--- trunk/dports/python/py-oauth2client/Portfile	2016-05-13 13:54:12 UTC (rev 148647)
+++ trunk/dports/python/py-oauth2client/Portfile	2016-05-13 13:57:04 UTC (rev 148648)
@@ -6,9 +6,9 @@
 
 name                py-oauth2client
 set realname        oauth2client
-version             1.2
+version             2.0.2
 
-python.versions     27
+python.versions     27 34 35
 
 categories-append   www
 maintainers         nomaintainer
@@ -23,6 +23,9 @@
 master_sites        http://pypi.python.org/packages/source/o/${realname}
 distname            ${realname}-${version}
 
+checksums           rmd160 b8f80c2d87718e7db5d8ce4bd05957c365e730a8 \
+                    sha256 c9f7bf68e9d0f9ec055f1f2f487e5ea53b97b7a2b82f01d48d9a9bb68239535a
+
 if {${name} ne ${subport}} {
     depends_build-append port:py${python.version}-setuptools
     depends_lib-append   port:py${python.version}-httplib2 \
@@ -36,11 +39,8 @@
             file attributes ${d} -permissions 0644
         }
     }
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+    livecheck.name      ${realname}
 }
-
-checksums           rmd160  949cd82932f126194bfd53eadf92829ee2152e04 \
-                    sha256  7ed84c327d61284bb32158ef1b3723106861efd64a8cc07e918a1db33d88fdbd
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/${realname}
-livecheck.regex     "${realname} (\[1-9\]+\.\[0-9\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160513/24b0b627/attachment.html>


More information about the macports-changes mailing list