[89119] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 12:00:54 PST 2012


Revision: 89119
          http://trac.macports.org/changeset/89119
Author:   singingwolfboy at macports.org
Date:     2012-01-19 12:00:54 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
moved py27-selenium to unified framework, updated to 2.17.0

Modified Paths:
--------------
    trunk/dports/python/py-selenium/Portfile

Added Paths:
-----------
    trunk/dports/python/py-selenium/

Modified: trunk/dports/python/py-selenium/Portfile
===================================================================
--- trunk/dports/python/py27-selenium/Portfile	2012-01-18 13:32:59 UTC (rev 89041)
+++ trunk/dports/python/py-selenium/Portfile	2012-01-19 20:00:54 UTC (rev 89119)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 
-name            py27-selenium
+name            py-selenium
 set real_name   selenium
-version         2.0rc3
+version         2.17.0
+python.versions 24 25 26 27
 maintainers     singingwolfboy openmaintainer
 platforms       darwin
 description     Python language binding for Selenium Remote Control
@@ -19,9 +20,9 @@
 homepage            http://code.google.com/p/selenium/
 master_sites        http://pypi.python.org/packages/source/s/${real_name}/
 distname            ${real_name}-${version}
+checksums           rmd160  c91c886f651ebd8afa3c5bdfcc6a9bed0b94f8d7 \
+                    sha256  1652112964f11bdba95e946ec6fd28c9b9a3637fa62dee0aa66df66d314674ce
 
-checksums           md5     c87b8659cdc96da7b9f73ed2db1bcdaa \
-                    sha1    a4bea28ace7beb3d06b55de9169822a0372a8c65 \
-                    rmd160  8598a5baa5560cb3979bc3f46d2f24ed16fdbb4a
-
-depends_build-append port:py27-distribute
+if {$name != $subport} {
+    depends_build-append port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/c230f29e/attachment-0001.html>


More information about the macports-changes mailing list