[107571] trunk/dports/python

sean at macports.org sean at macports.org
Tue Jul 2 17:40:53 PDT 2013


Revision: 107571
          https://trac.macports.org/changeset/107571
Author:   sean at macports.org
Date:     2013-07-02 17:40:53 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-ropemacs: add new port for using rope with emacs

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

Added: trunk/dports/python/py-ropemacs/Portfile
===================================================================
--- trunk/dports/python/py-ropemacs/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ropemacs/Portfile	2013-07-03 00:40:53 UTC (rev 107571)
@@ -0,0 +1,32 @@
+# -*- 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: Portfile 86723 2011-11-02 00:27:08Z jmr at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-ropemacs
+version             0.7
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
+description         An emacs mode for using rope python refactoring library
+long_description    ${description}
+
+homepage            http://rope.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/r/ropemacs/
+distname            ropemacs-${version}
+
+checksums           rmd160  2b2e90f76861bcd9f7dea0577dc55e354e46a529 \
+                    sha256  12d7dc9872f20de757610224999e866aac89ff04864d15a393e937965b70b8f4
+
+python.versions     25 26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-ropemode \
+                        port:py${python.version}-pymacs
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     ropemacs-(\[0-9.\]+)${extract.suffix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/88b3628f/attachment.html>


More information about the macports-changes mailing list