[96713] trunk/dports/python

blair at macports.org blair at macports.org
Fri Aug 17 13:56:38 PDT 2012


Revision: 96713
          https://trac.macports.org/changeset/96713
Author:   blair at macports.org
Date:     2012-08-17 13:56:37 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py25-*: follow up to r96712: python25-1.0.tcl now renames binaries.

For those ports where the renamed binary is different, I bumped the
revision number.

Revision Links:
--------------
    https://trac.macports.org/changeset/96712

Modified Paths:
--------------
    trunk/dports/python/py25-cheetah/Portfile
    trunk/dports/python/py25-clonedigger/Portfile
    trunk/dports/python/py25-couchdb/Portfile
    trunk/dports/python/py25-imdb/Portfile
    trunk/dports/python/py25-lint/Portfile
    trunk/dports/python/py25-py/Portfile
    trunk/dports/python/py25-rdflib/Portfile
    trunk/dports/python/py25-sqlalchemy-migrate/Portfile
    trunk/dports/python/py25-sqlobject/Portfile

Modified: trunk/dports/python/py25-cheetah/Portfile
===================================================================
--- trunk/dports/python/py25-cheetah/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-cheetah/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -28,9 +28,6 @@
 post-destroot {
 	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README.markdown TODO \
 		${destroot}${prefix}/share/doc/${name}
-	foreach f [glob ${destroot}${prefix}/bin/*] {
-		move ${f} ${f}-2.5
-	}
 }
 
 livecheck.type	regex

Modified: trunk/dports/python/py25-clonedigger/Portfile
===================================================================
--- trunk/dports/python/py25-clonedigger/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-clonedigger/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -19,11 +19,6 @@
                     sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
                     rmd160 deaf039ca347181959fe54da1b88f6e932b15340
 
-post-destroot {
-    move ${destroot}${prefix}/bin/clonedigger \
-        ${destroot}${prefix}/bin/clonedigger-${python.branch}
-}
-
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/clonedigger
 livecheck.regex     "clonedigger-(.+?).tar.gz"

Modified: trunk/dports/python/py25-couchdb/Portfile
===================================================================
--- trunk/dports/python/py25-couchdb/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-couchdb/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -32,12 +32,6 @@
                     port:py25-httplib2 \
                     port:py25-distribute
 
-post-destroot {
-    foreach f {couchdb-dump couchdb-load couchdb-replicate couchpy} {
-        move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}-2.5
-    }
-}
-
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/CouchDB
 livecheck.regex     {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}

Modified: trunk/dports/python/py25-imdb/Portfile
===================================================================
--- trunk/dports/python/py25-imdb/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-imdb/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -4,6 +4,7 @@
 PortGroup           python25 1.0
 name                py25-imdb
 version             4.0
+revision            1
 categories          python
 maintainers         nomaintainer
 description         python module providing access to the IMDb movie database
@@ -26,15 +27,6 @@
       ${destroot}${prefix}/etc/imdbpy.cfg.sample-2.5
    eval move [glob ${destroot}${prefix}/doc/*] \
       ${destroot}${prefix}/share/doc/${name}
-   set filesToAppend25 {characters4local companies4local get_character \
-      get_company get_first_character get_first_company get_first_movie \
-      get_first_person get_keyword get_movie get_person get_top_bottom_movies \
-      imdbpy2sql misc-companies4local mpaa4local search_character \
-      search_company search_keyword search_movie search_person topbottom4local}
-   foreach f ${filesToAppend25} {
-      file rename ${destroot}${prefix}/bin/${f}.py \
-         ${destroot}${prefix}/bin/${f}-2.5.py
-   }
    xinstall -m 644 -W ${worksrcpath}/docs AUTHOR.txt CREDITS.txt \
       Changelog.txt DISCLAIMER.txt GPL.txt INSTALL.txt LICENSE.txt \
       README.devel README.package README.txt README.users TODO.txt \

Modified: trunk/dports/python/py25-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-lint/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -42,9 +42,6 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
     file delete ${destroot}${python.pkgd}/logilab/__init__.py
-    foreach binfile {epylint pylint pylint-gui pyreverse symilar} {
-            file rename ${destroot}${prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}-${python.branch}
-    }
 }
 
 livecheck.url       http://ftp.logilab.org/pub/pylint/

Modified: trunk/dports/python/py25-py/Portfile
===================================================================
--- trunk/dports/python/py25-py/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-py/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -23,11 +23,5 @@
 
 depends_build       port:py25-distribute
 
-post-destroot {
-    foreach f [glob -directory ${destroot}${prefix}/bin *] {
-        file rename $f [regsub {(.*?)(\.py)?$} $f {\12.5\2}]
-    }
-}
-
 livecheck.url       ${master_sites}
 livecheck.regex     py-(\\d+(\\.\\d+)+)

Modified: trunk/dports/python/py25-rdflib/Portfile
===================================================================
--- trunk/dports/python/py25-rdflib/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-rdflib/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -30,8 +30,6 @@
 test.target
 
 post-destroot {
-	move ${destroot}${prefix}/bin/rdfpipe \
-		${destroot}${prefix}/bin/rdfpipe-${python.branch}
 	xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \
 		README ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/examples/example.py \

Modified: trunk/dports/python/py25-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy-migrate/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-sqlalchemy-migrate/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -6,6 +6,7 @@
 
 name              py25-sqlalchemy-migrate
 version           0.4.5
+revision          1
 categories        python
 platforms         darwin
 supported_archs   noarch
@@ -25,7 +26,3 @@
                   rmd160 18b4f57ac3b3d01e49e7d01142d9f8156f221159
 depends_lib       port:py25-distribute
 distname          sqlalchemy-migrate-${version}
-
-post-destroot {
-    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5
-}

Modified: trunk/dports/python/py25-sqlobject/Portfile
===================================================================
--- trunk/dports/python/py25-sqlobject/Portfile	2012-08-17 20:53:28 UTC (rev 96712)
+++ trunk/dports/python/py25-sqlobject/Portfile	2012-08-17 20:56:37 UTC (rev 96713)
@@ -6,6 +6,7 @@
 
 name                py25-sqlobject
 version             0.10.2
+revision            1
 categories          python databases
 platforms           darwin
 maintainers         openmaintainer akitada
@@ -40,6 +41,4 @@
         SQLBuilder.txt SQLObject.txt ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 ${worksrcpath}/README.txt \
         ${destroot}${prefix}/share/doc/${name}
-    move ${destroot}${prefix}/bin/sqlobject-admin \
-        ${destroot}${prefix}/bin/sqlobject-admin2.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/24467476/attachment.html>


More information about the macports-changes mailing list