[89311] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Tue Jan 24 09:07:15 PST 2012
Revision: 89311
http://trac.macports.org/changeset/89311
Author: singingwolfboy at macports.org
Date: 2012-01-24 09:07:14 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
New port: py-oauth2
Added Paths:
-----------
trunk/dports/python/py-oauth2/
trunk/dports/python/py-oauth2/Portfile
Added: trunk/dports/python/py-oauth2/Portfile
===================================================================
--- trunk/dports/python/py-oauth2/Portfile (rev 0)
+++ trunk/dports/python/py-oauth2/Portfile 2012-01-24 17:07:14 UTC (rev 89311)
@@ -0,0 +1,37 @@
+# -*- 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 python 1.0
+
+name py-oauth2
+version 1.5.211
+categories-append devel
+license MIT
+maintainers singingwolfboy openmaintainer
+supported_archs noarch
+
+description Python library for oauth2
+long_description ${description}
+
+platforms darwin
+
+homepage https://github.com/simplegeo/python-oauth2
+master_sites http://pypi.python.org/packages/source/o/oauth2/
+distname oauth2-${version}
+
+checksums rmd160 70baee500d03210cf30125be0cb3281185c70626 \
+ sha256 82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21
+
+python.versions 24 25 26 27
+
+if {$subport != $name} {
+ depends_lib port:py${python.version}-distribute \
+ port:py${python.version}-httplib2
+}
+
+post-destroot {
+ if {[file exists ${destroot}${python.pkgd}/tests]} {
+ delete ${destroot}${python.pkgd}/tests
+ }
+}
Property changes on: trunk/dports/python/py-oauth2/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120124/0cfbd296/attachment-0001.html>
More information about the macports-changes
mailing list