Revision: 79738 http://trac.macports.org/changeset/79738 Author: singingwolfboy@macports.org Date: 2011-06-24 10:06:29 -0700 (Fri, 24 Jun 2011) Log Message: ----------- New port: py27-selenium Added Paths: ----------- trunk/dports/python/py27-selenium/ trunk/dports/python/py27-selenium/Portfile Added: trunk/dports/python/py27-selenium/Portfile =================================================================== --- trunk/dports/python/py27-selenium/Portfile (rev 0) +++ trunk/dports/python/py27-selenium/Portfile 2011-06-24 17:06:29 UTC (rev 79738) @@ -0,0 +1,26 @@ +# $Id: Portfile 74826 2011-01-03 10:28:48Z nox@macports.org $ + +PortSystem 1.0 +PortGroup python27 1.0 + +name py27-selenium +set real_name selenium +version 2.0rc3 +maintainers singingwolfboy openmaintainer +platforms darwin +description Python language binding for Selenium Remote Control + +long_description \ + Selenium Python Client Driver is a Python language binding for \ + Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, \ + Firefox and Chrome for Selenium 2.0 are supported, as well as the \ + Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers. + +homepage http://code.google.com/p/selenium/ +master_sites http://pypi.python.org/packages/source/s/${real_name}/ +distname ${real_name}-${version} + +checksums md5 c87b8659cdc96da7b9f73ed2db1bcdaa \ + sha1 a4bea28ace7beb3d06b55de9169822a0372a8c65 \ + rmd160 8598a5baa5560cb3979bc3f46d2f24ed16fdbb4a +
participants (1)
-
singingwolfboy@macports.org