[98298] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Tue Oct 2 07:40:20 PDT 2012
Revision: 98298
http://trac.macports.org//changeset/98298
Author: singingwolfboy at macports.org
Date: 2012-10-02 07:40:20 -0700 (Tue, 02 Oct 2012)
Log Message:
-----------
New port: py-oauth2client
Added Paths:
-----------
trunk/dports/python/py-oauth2client/
trunk/dports/python/py-oauth2client/Portfile
Added: trunk/dports/python/py-oauth2client/Portfile
===================================================================
--- trunk/dports/python/py-oauth2client/Portfile (rev 0)
+++ trunk/dports/python/py-oauth2client/Portfile 2012-10-02 14:40:20 UTC (rev 98298)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-oauth2client
+version 1.0
+python.versions 25 26 27 31 32
+categories-append www
+maintainers openmaintainer singingwolfboy
+license Apache-2.0
+description client library for OAuth 2.0
+long_description ${description}
+
+platforms darwin
+supported_archs noarch
+
+master_sites http://pypi.python.org/packages/source/o/oauth2client
+distname oauth2client-${version}
+
+post-destroot {
+ set egg-info ${destroot}${python.pkgd}/oauth2client-${version}-py${python.branch}.egg-info
+ foreach d [glob -dir ${egg-info} *] {
+ file attributes ${d} -permissions 0644
+ }
+}
+
+checksums rmd160 41f2fd682491042e5f1e596ba24be865730fdaa3 \
+ sha256 9122e21921eabe3d33da0ed096f49ce347457e9b293000a2859c850e9417bbba
+
+livecheck.type regex
+livecheck.url http://pypi.python.org/pypi/oauth2client
+livecheck.regex "oauth2client (\[1-9\]+\.\[0-9\]+)"
Property changes on: trunk/dports/python/py-oauth2client/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/20121002/79aa9cb9/attachment.html>
More information about the macports-changes
mailing list