Ticket #20564: py-25-xlwt.diff

File py-25-xlwt.diff, 1.7 KB (added by Themanwithoutaplan, 15 years ago)

Repository moved to PyPI

  • Users/charlieclark/temp/MacPorts/py25-xlwrt/Portfile

     
    55PortGroup       python25 1.0
    66
    77name                    py25-xlwrt
    8 version                 0.4a3
     8version                 0.7.2
    99categories              python
    1010platforms               darwin
    1111maintainers             snc openmaintainer
    1212description             python module for writing Excel spreadsheets
    13 long_description        pyXLWriter is a Python library for generating Excel \
    14                                 spreadsheets. It is a port of John McNamara's Perl \
    15                                 Spreadsheet::WriteExcel module version 0.42 to Python. \
    16                                 It allows writing of Excel spreadsheets without the \
    17                                 need for COM objects.
     13long_description        xlwt is a library for generating spreadsheet \
     14                    files that are compatible with Excel 97/2000/XP/2003, \
     15                    OpenOffice.org Calc, and Gnumeric. xlwt has full support \
     16                    for Unicode. Excel spreadsheets can be generated on any \
     17                    platform without needing Excel or a COM server. The only \
     18                    requirement is Python 2.3 to 2.6. \
     19                    xlwt is a fork of pyExcelerator.
    1820
    19 homepage                http://pyxlwriter.sourceforge.net/
    20 master_sites    sourceforge:pyxlwriter
    21 distname                pyXLWriter-${version}
    22 checksums               md5 6680b46a7c8159ae8d7fe23ab037a2fa
     21homepage                http://www.python-excel.org
     22master_sites    http://pypi.python.org/packages/source/x/xlwrt
     23distname                xlwt-${version}
     24checksums               md5 bf6f820f292f5ea7aa3abaa080d2ede3 \
     25                sha1 d7a18a70fe44e935450fb79dcefcd6a8e3a00926 \
     26                rmd160 bd056b2263b573316d1b6b4ff6d0769426e324bd
    2327use_zip                 yes
    2428
    2529post-destroot   {