[77252] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Mar 24 16:03:54 PDT 2011


Revision: 77252
          http://trac.macports.org/changeset/77252
Author:   singingwolfboy at macports.org
Date:     2011-03-24 16:03:54 -0700 (Thu, 24 Mar 2011)
Log Message:
-----------
New port: py27-twilio

Added Paths:
-----------
    trunk/dports/python/py27-twilio/
    trunk/dports/python/py27-twilio/Portfile

Added: trunk/dports/python/py27-twilio/Portfile
===================================================================
--- trunk/dports/python/py27-twilio/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-twilio/Portfile	2011-03-24 23:03:54 UTC (rev 77252)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-twilio
+set real_name       twilio
+version             2.0.8
+license             MIT
+categories-append   devel
+maintainers         singingwolfboy openmaintainer
+description         Twilio SDK
+long_description \
+    The Twilio REST SDK simplifies the process of makes calls to the Twilio \
+    REST. The Twilio REST API lets to you initiate outgoing calls, list \
+    previous call, and much more. See http://www.twilio.com/docs for \
+    more information.
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            https://github.com/twilio/twilio-python
+master_sites        http://pypi.python.org/packages/source/t/${real_name}
+distname            ${real_name}-${version}
+
+fetch.type          git
+git.url             https://github.com/twilio/twilio-python.git
+git.branch          ${version}


Property changes on: trunk/dports/python/py27-twilio/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110324/b1f28303/attachment.html>


More information about the macports-changes mailing list