summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd
AgeCommit message (Collapse)AuthorFilesLines
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.