[117625] trunk/dports/python

jwa at macports.org jwa at macports.org
Wed Mar 5 22:33:41 PST 2014


Revision: 117625
          https://trac.macports.org/changeset/117625
Author:   jwa at macports.org
Date:     2014-03-05 22:33:41 -0800 (Wed, 05 Mar 2014)
Log Message:
-----------
py-robotremoteserver: new port that allows hosting test libraries somewhere else than Robot Framework is running

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

Added: trunk/dports/python/py-robotremoteserver/Portfile
===================================================================
--- trunk/dports/python/py-robotremoteserver/Portfile	                        (rev 0)
+++ trunk/dports/python/py-robotremoteserver/Portfile	2014-03-06 06:33:41 UTC (rev 117625)
@@ -0,0 +1,39 @@
+# -*- 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
+
+name                py-robotremoteserver
+set internal_name   robotremoteserver
+
+version             1.0
+license             Apache-2
+
+categories-append   devel
+maintainers         jwa openmaintainer
+description         Remote server hosting test libraries
+long_description    Allows hosting test libraries on different processes \
+                    or machines than Robot Framework is running on
+
+homepage            https://github.com/robotframework/PythonRemoteServer
+
+platforms           darwin
+python.versions     26 27 33 34
+python.default_version  27
+
+universal_variant   yes
+
+master_sites        https://pypi.python.org/packages/source/r/robotremoteserver
+distname            ${internal_name}-${version}
+
+checksums           rmd160  a347c96b3bf510a37c753e8e1e686795f9448a26 \
+                    sha256  3a1e18f1bb9232527d131b60f0b04a937d76d6e4386948c60d6699ff4bf23d53
+
+if {${name} eq ${subport}} {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/robotremoteserver
+    livecheck.regex ${internal_name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
+} else {
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-robotremoteserver/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140305/170be89b/attachment.html>


More information about the macports-changes mailing list