[58948] trunk/dports/python

jwa at macports.org jwa at macports.org
Wed Oct 7 10:57:40 PDT 2009


Revision: 58948
          http://trac.macports.org/changeset/58948
Author:   jwa at macports.org
Date:     2009-10-07 10:57:39 -0700 (Wed, 07 Oct 2009)
Log Message:
-----------
move under python being the more proper place

Added Paths:
-----------
    trunk/dports/python/py26-robotframework/
    trunk/dports/python/py26-robotframework/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-robotframework/Portfile

Deleted: trunk/dports/python/py26-robotframework/Portfile
===================================================================
--- trunk/dports/devel/robotframework/Portfile	2009-10-07 12:33:01 UTC (rev 58923)
+++ trunk/dports/python/py26-robotframework/Portfile	2009-10-07 17:57:39 UTC (rev 58948)
@@ -1,44 +0,0 @@
-# -*- 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           python26 1.0
-
-name                robotframework
-#set internal_name   ${name}
-
-version             2.1.1
-categories-append   devel
-maintainers         jwa
-description         ATDD framework
-long_description    ATDD framework with plugins
-
-homepage	http://robotframework.org/
-
-platforms           darwin
-
-master_sites        http://robotframework.googlecode.com/files/
-#distname            ${internal_name}-${version}
-#use_bzip2           yes
-
-checksums           md5     3b1ac38164c9f299c8b175f0b7692a21 \
-                    sha1    256b45442f363ae25e86655fbbbf5d2f342b5a19 \
-                    rmd160  52e4b65327f287a05d30ea96b62311e7ca055c74
-
-#patchfiles			setup.py.diff
-use_configure		no
-
-build.cmd           ${prefix}/bin/python2.6 setup.py
-
-destroot.cmd        ${build.cmd}
-destroot.destdir    --prefix=${prefix} --root=${destroot}
-
-post-destroot		{
-    reinplace "s;${destroot};;" ${destroot}/${prefix}/bin/pybot
-    reinplace "s;${destroot};;" ${destroot}/${prefix}/bin/jybot
-    reinplace "s;${destroot};;" ${destroot}/${prefix}/bin/rebot
-}
-
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    ${name}-(2\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z

Copied: trunk/dports/python/py26-robotframework/Portfile (from rev 58944, trunk/dports/devel/robotframework/Portfile)
===================================================================
--- trunk/dports/python/py26-robotframework/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-robotframework/Portfile	2009-10-07 17:57:39 UTC (rev 58948)
@@ -0,0 +1,44 @@
+# -*- 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           python26 1.0
+
+name                py26-robotframework
+set internal_name   robotframework
+
+version             2.1.1
+revision			1
+categories-append   devel
+maintainers         jwa
+description         ATDD framework
+long_description    ATDD framework with plugins
+
+homepage	http://robotframework.org/
+
+platforms           darwin
+
+master_sites        http://robotframework.googlecode.com/files/
+distname            ${internal_name}-${version}
+#use_bzip2           yes
+
+checksums           md5     3b1ac38164c9f299c8b175f0b7692a21 \
+                    sha1    256b45442f363ae25e86655fbbbf5d2f342b5a19 \
+                    rmd160  52e4b65327f287a05d30ea96b62311e7ca055c74
+
+set framewpath ${frameworks_dir}/Python.framework
+set framewdir  ${framewpath}/Versions/2.6
+
+post-destroot		{
+    reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/pybot
+    reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/jybot
+    reinplace "s;${destroot};;" ${destroot}/${framewdir}/bin/rebot
+
+    xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/pybot
+    xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/jybot
+    xinstall ${destroot}/${framewdir}/bin/pybot ${destroot}/${prefix}/bin/rebot
+}
+
+livecheck.type     regex
+livecheck.url      ${homepage}
+livecheck.regex    ${internal_name}-(2\\.\[0-9\]+\\.\[0-9\])\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091007/6f66fc60/attachment-0001.html>


More information about the macports-changes mailing list