[107570] trunk/dports/python

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


Revision: 107570
          https://trac.macports.org/changeset/107570
Author:   sean at macports.org
Date:     2013-07-02 17:40:46 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-ropemode: add new port for using rope within an ide

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

Added: trunk/dports/python/py-ropemode/Portfile
===================================================================
--- trunk/dports/python/py-ropemode/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ropemode/Portfile	2013-07-03 00:40:46 UTC (rev 107570)
@@ -0,0 +1,31 @@
+# -*- 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-ropemode
+version             0.2
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
+description         ropemode, a helper for using rope refactoring library in IDEs
+long_description    ${description}
+
+homepage            http://rope.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/r/ropemode/
+distname            ropemode-${version}
+
+checksums           rmd160  f3d9c29519ee83c08bd264a293d51bd4e61eb4f0 \
+                    sha256  54b2c7b4a04b22d41aa686942dc521a89ac36fd2c7356c2707939bb97980864b
+
+python.versions     25 26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-rope
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     ropemode-(\[0-9.\]+)${extract.suffix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/4768feee/attachment.html>


More information about the macports-changes mailing list