[108545] trunk/dports/python

sean at macports.org sean at macports.org
Thu Jul 25 17:20:56 PDT 2013


Revision: 108545
          https://trac.macports.org/changeset/108545
Author:   sean at macports.org
Date:     2013-07-25 17:20:56 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
py-jedi: add new port for parsing python

Added Paths:
-----------
    trunk/dports/python/py-jedi/
    trunk/dports/python/py-jedi/Portfile

Added: trunk/dports/python/py-jedi/Portfile
===================================================================
--- trunk/dports/python/py-jedi/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jedi/Portfile	2013-07-26 00:20:56 UTC (rev 108545)
@@ -0,0 +1,26 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        davidhalter jedi 0.6.0 v
+name                py-jedi
+platforms           darwin
+supported_archs     noarch
+license             GPL-2+
+maintainers         nomaintainer
+description         Awesome autocompletion library for python
+long_description    Jedi is an autocompletion tool for Python that can be used in \
+IDEs/editors. Jedi works. Jedi is fast. It understands all of the basic Python \
+syntax elements including many builtin functions.
+
+checksums           rmd160  ba937b445464090fd85eeaeadc648eb02bcef14a \
+                    sha256  b00db904a7181b8915abed36d64d157225599ce54bbf719ce5d1c2d154391044
+
+python.versions     26 27 32 33
+
+if {$subport != $name} {
+    livecheck.type       none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/2f15c296/attachment.html>


More information about the macports-changes mailing list