aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-xlrd
Commit message (Collapse)AuthorAgeFilesLines
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2019-03-072-5/+8
| | | | | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Take maintainership Changes: https://github.com/python-excel/xlrd/blob/master/docs/changes.rst PR: 236281 Submitted by: sunpoet (myself) Approved by: Dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=494978
* textproc/py-xlrd: 0.9.3 -> 1.0.0Kurt Jaeger2016-07-032-4/+6
| | | | | | | | | | | - add LICENSE PR: 209550 Submitted by: matthew Approved by: dikshie@sfc.wide.ad.jp (maintainer timeout) Notes: svn path=/head/; revision=417960
* textproc/py-xlrd: Allow concurrent installsKurt Jaeger2016-07-031-1/+2
| | | | | | | | | | | - Add USE_PYTHON=concurrent PR: 209689 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer) Notes: svn path=/head/; revision=417959
* textproc/py-xlrd: update to 0.9.3Ruslan Makhmatkhanov2015-01-243-9/+9
| | | | | | | | | | | | | - update to 0.9.3. This release adding python3 support. - update description - add minor style changes PR: 197033 Submitted by: rm (myself) Approved by: maintainer Notes: svn path=/head/; revision=377784
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* - Convert to autoplistMartin Wilke2014-03-042-47/+2
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=347032
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to 0.9.2Steven Kreuzer2013-05-013-9/+13
| | | | | | | | | PR: ports/177939 Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org> Approved by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=317015
* - convert to using PYTHON_SITELIBDIRRuslan Makhmatkhanov2012-02-121-36/+36
| | | | | | | | | - do not try to remove directories, that we don't created All of them are non-functional changes. Notes: svn path=/head/; revision=291062
* - Allow to build with python27Martin Wilke2011-02-271-1/+1
| | | | Notes: svn path=/head/; revision=269913
* - Move over to py25 or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Expand the range of support Python versionsGreg Larkin2010-07-302-4/+2
| | | | | | | | | | - Fix plist - Bump PORTREVISION Approved by: dikshie at sfc dot wide dot ad dot jp (maintainer) Notes: svn path=/head/; revision=258502
* Library for developers to extract data from Microsoft Excel (tm)Martin Wilke2009-08-224-0/+70
spreadsheet files Extract data from new and old Excel spreadsheets on any platform. Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware. WWW: http://www.python-excel.org/ PR: ports/137970 Submitted by: Dikshie Notes: svn path=/head/; revision=240147