[89332] trunk/dports/python
jwa at macports.org
jwa at macports.org
Wed Jan 25 06:58:51 PST 2012
Revision: 89332
http://trac.macports.org/changeset/89332
Author: jwa at macports.org
Date: 2012-01-25 06:58:51 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
new port: py-robotframework-seleniumlibrary to unify Robot Framework Selenium test library package, currently for 2.6 and 2.7
Added Paths:
-----------
trunk/dports/python/py-robotframework-seleniumlibrary/
trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
Removed Paths:
-------------
trunk/dports/python/py27-robotframework-seleniumlibrary/
Added: trunk/dports/python/py-robotframework-seleniumlibrary/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-seleniumlibrary/Portfile (rev 0)
+++ trunk/dports/python/py-robotframework-seleniumlibrary/Portfile 2012-01-25 14:58:51 UTC (rev 89332)
@@ -0,0 +1,36 @@
+# -*- 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 88169 2011-12-21 11:19:44Z jwa at macports.org $
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-robotframework-seleniumlibrary
+set internal_name robotframework-seleniumlibrary
+
+version 2.8.1
+categories-append devel
+maintainers jwa
+description Robot Framework library to run web-based tests
+long_description Library to run web-based tests with Selenium \
+ using Selenium server included in the package
+
+homepage http://code.google.com/p/${internal_name}
+
+platforms darwin
+python.versions 26 27
+python.default_version 27
+
+master_sites http://${internal_name}.googlecode.com/files/
+distname ${internal_name}-${version}
+
+checksums md5 c89a18b7e2ac01ab9f279b75826c5580 \
+ sha1 4c1da2112b11bf586dddb7d5812986d3c7af2d2a \
+ rmd160 d51c35ec7fcf7b3e0f00d35d62cec7b04bc2f5c5
+
+if {$subport != $name} {
+ depends_lib-append port:py${python.version}-robotframework
+}
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex ${internal_name}-(2\\.\[0-9.\]+)\\.tar\\.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/7c43db3e/attachment.html>
More information about the macports-changes
mailing list