summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19Update py-xlrd to 0.8.0.obache3-8/+13
0.8.0: This release finally lands the support for both .xls and .xlsx files. Many thanks to John Machin for all his work on making this happen. Opening of .xlsx files is seamless, just use xlrd as you did before and it all should "just work". xlrd 0.8.0 is also the first release that that targets Python 2.6 and 2.7, but no Python 3 just yet. Python 2.5 and below may work but are not supported. If you need to use Python 2.5 or earlier, please stick to xlrd 0.7.x. 0.7.9: This release fixes an annoying merge bug on my part that resulted in a "NameError: global name 'BYTES_X00' is not defined" error where opening certain Excel files. 0.7.8: This release features the following changes: - Compatibility with Python 2.1 and 2.2 is restored. - Fix for github issue #7: assertion error when reading file with xlwt-written bitmap. The assertion is now ignored and a warning logged if verbosity > 0. - superfluous zero bytes at end of xls OBJECT records are now ignored.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov1-1/+2
2012-10-03CONFLICTS between python modulescheusov1-1/+3
2012-04-23Update py-xlrd to 0.7.7.obache3-8/+11
0.7.7. This release features the following changes: - Google Spreadsheet doesn't write the undefined-contents byte at the end of a NOTE record. Excel doesn't care. Now xlrd doesn't care either. - Version information is now stored in a .py file, hopefully keeping py2exe and other freeze tools happy. (0.7.5, 0.7.6 ...fixes packaging issues in 0.7.4...) 0.7.4. This release features the following changes: - Fixed a bug where xlrd was silently truncating long text formula results - Avoid parsing STYLE records when formatting_info=False - More tolerance of out-of-spec files. - Minor performance improvements.
2012-04-23remove duplicated entries.obache1-34/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-02-04* PYDISTUTILSPKG=yes is not required here for using distutils.mk.obache1-2/+2
* no compiler is required.
2010-08-31Remove unwanted PLIST entry.obache1-2/+1
2010-08-05Import py-xlrd-0.7.1 as textproc/py-xlrd.obache4-0/+96
Extract data from new and old Excel spreadsheets on any platform. Pure Python (2.1 or later). Strong support for Excel dates. Unicode-aware.