[94309] trunk/dports/python
mww at macports.org
mww at macports.org
Thu Jun 14 11:07:14 PDT 2012
Revision: 94309
https://trac.macports.org/changeset/94309
Author: mww at macports.org
Date: 2012-06-14 11:07:13 -0700 (Thu, 14 Jun 2012)
Log Message:
-----------
py-imdb: use python port group and supercede -- at least -- py26-imdb
Modified Paths:
--------------
trunk/dports/python/py-imdb/Portfile
Removed Paths:
-------------
trunk/dports/python/py26-imdb/
Modified: trunk/dports/python/py-imdb/Portfile
===================================================================
--- trunk/dports/python/py-imdb/Portfile 2012-06-14 17:54:44 UTC (rev 94308)
+++ trunk/dports/python/py-imdb/Portfile 2012-06-14 18:07:13 UTC (rev 94309)
@@ -1,9 +1,12 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-imdb
-version 4.0
+version 4.8.2
+license {GPL-2+ BSD}
+python.versions 26
+python.default_version 26
maintainers nomaintainer
description python module providing access to the IMDb movie database
long_description \
@@ -16,18 +19,6 @@
master_sites sourceforge:imdbpy
distname IMDbPY-${version}
-checksums md5 873fb1550f0fde04acbb297b74c94377 \
- sha1 dc24344461c9a1bd38d3eddd34768d4dd468202e \
- rmd160 6243c0ddb0084e3d31bf217c04d6382386d83b83
+checksums rmd160 7641b6743fdc82dc01d673a6fe8be737000b4b16 \
+ sha256 38973f80f794238fded6ca1794d4832c9c039d33664f0da27fc5adf595c2588f
-post-destroot {
- move ${destroot}${prefix}/etc/imdbpy.cfg \
- ${destroot}${prefix}/etc/imdbpy.cfg.sample-2.4
- eval move [glob ${destroot}${prefix}/doc/*] \
- ${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}
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120614/70b3a4e2/attachment-0001.html>
More information about the macports-changes
mailing list