Port details |
- py-xlrd Reading data and formatting information from Excel files
- 2.0.1_1 textproc
=4 2.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2009-08-22 22:10:00
- Last Update: 2024-05-13 14:11:15
- Commit Hash: ebbf17a
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.python-excel.org/
- https://github.com/python-excel/xlrd
- Description:
- Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files
Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0
onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support
for Excel dates. Unicode-aware.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-xlrd/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-xlrd
- pkg install py39-xlrd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-xlrd listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-xlrd
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1608366180
SHA256 (xlrd-2.0.1.tar.gz) = f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88
SIZE (xlrd-2.0.1.tar.gz) = 100259
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- textproc/py-xlutils
-
Deleted ports which required this port:
- for Run
-
- biology/py-goatools
- biology/py-resdk
- devel/py-dataflows-tabulator
- devel/py-get-reader
- devel/py-tabulator
- finance/odoo
- finance/odoo14
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-xlrd
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_1 13 May 2024 14:11:15
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xlrd: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.0.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.0.1 05 Apr 2023 17:30:55
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-xlrd: Update WWW and clean up pkg-descr |
2.0.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.1 03 Jan 2021 09:11:52
  |
antoine  |
Remove python 2.7 support from a few ports |
2.0.1 19 Dec 2020 20:11:12
  |
sunpoet  |
Update to 2.0.1
Changes: https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst |
2.0.0 13 Dec 2020 22:20:57
  |
sunpoet  |
Update to 2.0.0
- Update WWW
Changes: https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst |
1.2.0_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.2.0 07 Mar 2019 17:32:47
  |
sunpoet  |
Update to 1.2.0
- 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) |
1.0.0 03 Jul 2016 08:15:25
  |
pi  |
textproc/py-xlrd: 0.9.3 -> 1.0.0
- add LICENSE
PR: 209550
Submitted by: matthew
Approved by: dikshie@sfc.wide.ad.jp (maintainer timeout) |
0.9.3_1 03 Jul 2016 07:53:41
  |
pi  |
textproc/py-xlrd: Allow concurrent installs
- Add USE_PYTHON=concurrent
PR: 209689
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: dikshie@sfc.wide.ad.jp (maintainer) |
0.9.3 24 Jan 2015 09:56:14
  |
rm  |
textproc/py-xlrd: update to 0.9.3
- 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 |
0.9.2_1 07 Dec 2014 10:01:37
  |
mva  |
- Convert textproc/ to USES=python
With hat: python@ |
0.9.2_1 04 Mar 2014 15:41:06
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.9.2 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.9.2 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.9.2 01 May 2013 12:47:03
  |
skreuzer  |
Update to 0.9.2
PR: ports/177939
Submitted by: Steven Kreuzer <skreuzer@FreeBSD.org>
Approved by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) |
0.7.1_2 12 Feb 2012 17:38:41
 |
rm  |
- convert to using PYTHON_SITELIBDIR
- do not try to remove directories, that we don't created
All of them are non-functional changes. |
0.7.1_2 27 Feb 2011 14:51:50
 |
miwi  |
- Allow to build with python27 |
0.7.1_2 25 Feb 2011 03:19:29
 |
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.7.1_1 30 Jul 2010 14:17:58
 |
glarkin  |
- Force commit to note PR number omitted in last commit
PR: ports/149001 |
0.7.1_1 30 Jul 2010 14:16:56
 |
glarkin  |
- Expand the range of support Python versions
- Fix plist
- Bump PORTREVISION
Approved by: dikshie at sfc dot wide dot ad dot jp (maintainer) |
0.7.1 22 Aug 2009 22:09:37
 |
miwi  |
Library for developers to extract data from Microsoft Excel (tm)
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 |