[94116] trunk/dports/python/py-robotframework-selenium2library/Portfile

jwa at macports.org jwa at macports.org
Sat Jun 9 09:33:36 PDT 2012


Revision: 94116
          https://trac.macports.org/changeset/94116
Author:   jwa at macports.org
Date:     2012-06-09 09:33:36 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
version bump to 1.0.1, don't add version.py, it's fixed upstream, remove ez_setup files from here due to dependency

Modified Paths:
--------------
    trunk/dports/python/py-robotframework-selenium2library/Portfile

Modified: trunk/dports/python/py-robotframework-selenium2library/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-selenium2library/Portfile	2012-06-09 15:43:17 UTC (rev 94115)
+++ trunk/dports/python/py-robotframework-selenium2library/Portfile	2012-06-09 16:33:36 UTC (rev 94116)
@@ -7,7 +7,7 @@
 name				py-robotframework-selenium2library
 set internal_name	robotframework-selenium2library
 
-version             1.0.0
+version             1.0.1
 categories-append   devel
 maintainers         jwa
 description         Robot Framework library to run web-based tests
@@ -23,16 +23,17 @@
 master_sites        https://github.com/downloads/rtomac/${internal_name}/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  8d98280a7509039ba1ad1e316aafd80bd1326b36 \
-                    sha256  49e8e635c0dc0a0535c9437252ca98694376c9d3840bec6f8f8baf3ec79262ca
+checksums           rmd160  20f575fb430c8d216cf0e6b4886a938632de06b2 \
+                    sha256  0b1a1c825069aae4b0efd35c8d76823ba5b554a2a512147f1f66321fb17e938d
 
 if {$subport != $name} {
     depends_lib-append	port:py${python.version}-robotframework \
         port:py${python.version}-ez_setup \
         port:py${python.version}-selenium
 
-    pre-build {
-        copy ${portpath}/files/version.py ${worksrcpath}
+    post-destroot {
+        delete ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/ez_setup.py
+        delete ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/ez_setup.pyc
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/9afe1c39/attachment.html>


More information about the macports-changes mailing list