[48478] trunk/dports/python
blb at macports.org
blb at macports.org
Sun Mar 22 23:42:01 PDT 2009
Revision: 48478
http://trac.macports.org/changeset/48478
Author: blb at macports.org
Date: 2009-03-22 23:42:00 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
python/py(25)-imdb - whitespace changes
Modified Paths:
--------------
trunk/dports/python/py-imdb/Portfile
trunk/dports/python/py25-imdb/Portfile
Modified: trunk/dports/python/py-imdb/Portfile
===================================================================
--- trunk/dports/python/py-imdb/Portfile 2009-03-23 03:52:41 UTC (rev 48477)
+++ trunk/dports/python/py-imdb/Portfile 2009-03-23 06:42:00 UTC (rev 48478)
@@ -1,27 +1,28 @@
# $Id$
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem 1.0
+PortGroup python24 1.0
+name py-imdb
+version 3.3
+categories python
+maintainers nomaintainer
+description python module providing access to the IMDb movie database
+long_description \
+ py-imdb is a Python package useful to retrieve and manage the data of the \
+ IMDb movie database.
-name py-imdb
-version 3.3
-categories python
-platforms darwin
-maintainers nomaintainer
-description python module providing access to the IMDb movie database
-long_description py-imdb is a Python package useful to retrieve and \
- manage the data of the IMDb movie database.
+platforms darwin
+homepage http://imdbpy.sourceforge.net/
+master_sites sourceforge:imdbpy
+distname IMDbPY-${version}
-homepage http://imdbpy.sourceforge.net/
-master_sites sourceforge:imdbpy
-distname IMDbPY-${version}
-checksums sha1 be2f17b4f1578f722e4ffaf2b924a13ed8cd57ce
+checksums sha1 be2f17b4f1578f722e4ffaf2b924a13ed8cd57ce
post-destroot {
- 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 \
- ${destroot}${prefix}/share/doc/${name}
+ 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 \
+ ${destroot}${prefix}/share/doc/${name}
}
Modified: trunk/dports/python/py25-imdb/Portfile
===================================================================
--- trunk/dports/python/py25-imdb/Portfile 2009-03-23 03:52:41 UTC (rev 48477)
+++ trunk/dports/python/py25-imdb/Portfile 2009-03-23 06:42:00 UTC (rev 48478)
@@ -1,30 +1,31 @@
# $Id$
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem 1.0
+PortGroup python25 1.0
+name py25-imdb
+version 3.6
+categories python
+maintainers nomaintainer
+description python module providing access to the IMDb movie database
+long_description \
+ py-imdb is a Python package useful to retrieve and manage the data of the \
+ IMDb movie database.
-name py25-imdb
-version 3.6
-categories python
-platforms darwin
-maintainers nomaintainer
-description python module providing access to the IMDb movie database
-long_description py-imdb is a Python package useful to retrieve and \
- manage the data of the IMDb movie database.
+platforms darwin
+homepage http://imdbpy.sourceforge.net/
+master_sites sourceforge:imdbpy
+distname IMDbPY-${version}
-homepage http://imdbpy.sourceforge.net/
-master_sites sourceforge:imdbpy
-distname IMDbPY-${version}
-checksums sha1 c4b059633a2dcf07a6c96e9b52986b5c26cf1605
+checksums sha1 c4b059633a2dcf07a6c96e9b52986b5c26cf1605
post-destroot {
- foreach f {get_first_movie get_first_person get_movie get_person imdbpy2sql search_movie search_person} {
- 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 \
- ${destroot}${prefix}/share/doc/${name}
+ foreach f {get_first_movie get_first_person get_movie get_person imdbpy2sql search_movie search_person} {
+ 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 \
+ ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090322/8d8ad51a/attachment.html>
More information about the macports-changes
mailing list