[55209] trunk/dports/python/py26-xlwrt/Portfile
snc at macports.org
snc at macports.org
Fri Aug 7 07:41:10 PDT 2009
Revision: 55209
http://trac.macports.org/changeset/55209
Author: snc at macports.org
Date: 2009-08-07 07:41:09 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
patch for PyPI repo, add livecheck, fix portname
Modified Paths:
--------------
trunk/dports/python/py26-xlwrt/Portfile
Modified: trunk/dports/python/py26-xlwrt/Portfile
===================================================================
--- trunk/dports/python/py26-xlwrt/Portfile 2009-08-07 14:25:46 UTC (rev 55208)
+++ trunk/dports/python/py26-xlwrt/Portfile 2009-08-07 14:41:09 UTC (rev 55209)
@@ -4,25 +4,28 @@
PortSystem 1.0
PortGroup python26 1.0
-name py26-xlwrt
-version 0.4a3
+name py26-xlwt
+version 0.7.2
categories python
platforms darwin
maintainers snc openmaintainer
description python module for writing Excel spreadsheets
-long_description pyXLWriter is a Python library for generating Excel \
- spreadsheets. It is a port of John McNamara's Perl \
- Spreadsheet::WriteExcel module version 0.42 to Python. \
- It allows writing of Excel spreadsheets without the \
- need for COM objects.
+long_description xlwt is a library for generating spreadsheet \
+ files that are compatible with Excel 97/2000/XP/2003, \
+ OpenOffice.org Calc, and Gnumeric. xlwt has full support \
+ for Unicode. Excel spreadsheets can be generated on any \
+ platform without needing Excel or a COM server. The only \
+ requirement is Python 2.3 to 2.6. \
+ xlwt is a fork of pyExcelerator.
-homepage http://pyxlwriter.sourceforge.net/
-master_sites sourceforge:pyxlwriter
-distname pyXLWriter-${version}
-checksums md5 6680b46a7c8159ae8d7fe23ab037a2fa
+homepage http://www.python-excel.org
+master_sites http://pypi.python.org/packages/source/x/xlwt/
+distname xlwt-${version}
+checksums md5 bf6f820f292f5ea7aa3abaa080d2ede3 \
+ sha1 d7a18a70fe44e935450fb79dcefcd6a8e3a00926 \
+ rmd160 bd056b2263b573316d1b6b4ff6d0769426e324bd
use_zip yes
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
- TODO.txt ${destroot}${prefix}/share/doc/${name}
-}
+livecheck.check regex
+livecheck.url http://pypi.python.org/pypi/xlwt
+livecheck.regex xlwt (\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/e360f6b0/attachment.html>
More information about the macports-changes
mailing list