[55200] trunk/dports/python/py-xlrd/Portfile
snc at macports.org
snc at macports.org
Fri Aug 7 05:42:28 PDT 2009
Revision: 55200
http://trac.macports.org/changeset/55200
Author: snc at macports.org
Date: 2009-08-07 05:42:28 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
make into stub package, ticket #20564
Modified Paths:
--------------
trunk/dports/python/py-xlrd/Portfile
Modified: trunk/dports/python/py-xlrd/Portfile
===================================================================
--- trunk/dports/python/py-xlrd/Portfile 2009-08-07 12:42:02 UTC (rev 55199)
+++ trunk/dports/python/py-xlrd/Portfile 2009-08-07 12:42:28 UTC (rev 55200)
@@ -1,24 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
name py-xlrd
version 0.5.2
+revision 1
categories python
-platforms darwin
maintainers nomaintainer
-description module to extract data from Microsoft Excel spreadsheet files
-long_description xlrd is a Python module to extract data from Microsoft \
- Excel spreadsheet files.
+description stub project. py-xlwriter is now installed by py25-xlrd
+long_description ${description}
-homepage http://www.lexicon.net/sjmachin/xlrd.htm
-master_sites http://www.lexicon.net/sjmachin/
-distname xlrd-${version}
-checksums sha1 dd480007d77b0cdc1fcf66c449b27a339d9402b1
-use_zip yes
+homepage
+master_sites
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} HISTORY.txt README.txt \
- ${destroot}${prefix}/share/doc/${name}
+platforms darwin
+depends_build port:py25-xlrd
+fetch {}
+checksum {}
+extract {}
+patch {}
+use_configure no
+build {}
+destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}
+livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/67769f8a/attachment.html>
More information about the macports-changes
mailing list