[96256] trunk/dports/python/py-twitter/Portfile

jmr at macports.org jmr at macports.org
Mon Aug 6 09:40:51 PDT 2012


Revision: 96256
          https://trac.macports.org/changeset/96256
Author:   jmr at macports.org
Date:     2012-08-06 09:40:50 -0700 (Mon, 06 Aug 2012)
Log Message:
-----------
py-twitter: add oauth2 dep (#33710), correct license, noarch

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

Modified: trunk/dports/python/py-twitter/Portfile
===================================================================
--- trunk/dports/python/py-twitter/Portfile	2012-08-06 16:27:41 UTC (rev 96255)
+++ trunk/dports/python/py-twitter/Portfile	2012-08-06 16:40:50 UTC (rev 96256)
@@ -2,9 +2,10 @@
 
 PortSystem			1.0
 PortGroup			python 1.0
+
 name				py-twitter
 version				0.8.2
-license             APL-2
+license             Apache-2
 categories-append	devel
 maintainers			nomaintainer
 description			Interface for the Twitter API.
@@ -12,6 +13,7 @@
 	This library provides a pure python interface for the Twitter API.
 
 platforms			darwin
+supported_archs		noarch
 
 python.versions         24 25 26 27
 
@@ -24,5 +26,6 @@
                     rmd160  3fff2e9923e26acc2d87369b36b9bcca88ad9f12
 
 if {$subport != $name} {
-    depends_lib			port:py${python.version}-simplejson
+    depends_lib			port:py${python.version}-simplejson \
+					port:py${python.version}-oauth2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120806/01d0bc42/attachment.html>


More information about the macports-changes mailing list