Port details |
- py-xlsxwriter Python module for creating Excel XLSX files
- 3.2.2_1 textproc
=2 3.1.9Version of this port present on the latest quarterly branch. - Maintainer: antoine@FreeBSD.org
 - Port Added: 2016-01-24 07:17:19
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/jmcnamara/XlsxWriter
- Description:
- XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
¦ ¦ ¦ ¦ 
- 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}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-xlsxwriter/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-xlsxwriter
- pkg install py311-XlsxWriter
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 py311-XlsxWriter listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-XlsxWriter
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1739800228
SHA256 (xlsxwriter-3.2.2.tar.gz) = befc7f92578a85fed261639fb6cde1fd51b79c5e854040847dde59d4317077dc
SIZE (xlsxwriter-3.2.2.tar.gz) = 205202
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- biology/py-goatools
- finance/odoo
- finance/odoo14
- finance/odoo15
- finance/odoo16
- finance/odoo17
- misc/orange3
Configuration Options:
- No options to configure
- Options name:
- textproc_py-xlsxwriter
- 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 |
3.2.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.2.2 18 Feb 2025 10:04:19
    |
Antoine Brodin (antoine)  |
textproc/py-xlsxwriter: update to 3.2.2 |
3.1.9 14 Feb 2024 14:34:32
    |
Antoine Brodin (antoine)  |
textproc/py-xlsxwriter: update to 3.1.9 |
1.4.3 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> |
1.4.3 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) |
1.4.3 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 ) |
1.4.3 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 ) |
1.4.3 27 Jun 2021 06:36:44
    |
Antoine Brodin (antoine)  |
textproc/py-xlsxwriter: update to 1.4.3 |
1.3.9 20 Apr 2021 14:48:44
    |
Antoine Brodin (antoine)  |
textproc/py-xlsxwriter: update to 1.3.9 |
1.3.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.8 30 Mar 2021 18:36:33
  |
yuri  |
textproc/py-xlsxwriter: Update 1.3.7 -> 1.3.8
Reported by: portscout |
1.3.7 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.7 27 Dec 2020 17:19:17
  |
antoine  |
Update to 1.3.7 |
1.2.9 14 Jun 2020 09:22:23
  |
antoine  |
Update to 1.2.9 |
1.2.8 07 Mar 2020 12:51:30
  |
antoine  |
Update to 1.2.8 |
1.2.7 23 Dec 2019 13:06:38
  |
antoine  |
Update to 1.2.7 |
1.2.6 10 Dec 2019 14:25:13
  |
antoine  |
Update to 1.2.6 |
1.2.2 19 Oct 2019 20:48:50
  |
antoine  |
Update to 1.2.2 |
1.2.0 28 Aug 2019 15:22:23
  |
antoine  |
Update to 1.2.0 |
1.1.8 11 May 2019 11:35:21
  |
antoine  |
Update to 1.1.8 |
1.1.7 28 Apr 2019 06:48:44
  |
antoine  |
Update to 1.1.7 |
1.1.6 14 Apr 2019 12:16:22
  |
antoine  |
Update to 1.1.6 |
1.1.5_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.1.5 01 Mar 2019 11:53:27
  |
antoine  |
Update to 1.1.5 |
1.1.4 11 Feb 2019 09:26:45
  |
antoine  |
Update to 1.1.4 |
1.1.3 10 Feb 2019 10:01:42
  |
antoine  |
Update to 1.1.3 |
1.1.2 17 Nov 2018 21:34:37
  |
antoine  |
Update to 1.1.2 |
1.1.1 23 Sep 2018 19:20:40
  |
antoine  |
Update to 1.1.1 |
1.1.0 03 Sep 2018 12:11:33
  |
antoine  |
Update to 1.1.0 |
1.0.7 17 Aug 2018 13:31:48
  |
antoine  |
Update to 1.0.7 |
1.0.5 24 May 2018 12:18:54
  |
antoine  |
Update to 1.0.5 |
1.0.4 21 Apr 2018 10:18:35
  |
antoine  |
Update to 1.0.4 |
1.0.2 22 Oct 2017 12:33:38
  |
antoine  |
Update to 1.0.2 |
1.0.0 25 Sep 2017 17:54:06
  |
antoine  |
Update to 1.0.0 |
0.9.9 10 Sep 2017 08:19:51
  |
antoine  |
Update to 0.9.9 |
0.9.8 08 Jul 2017 16:57:36
  |
antoine  |
Update to 0.9.8 |
0.9.6 09 Jan 2017 18:33:54
  |
antoine  |
Update to 0.9.6 |
0.9.4 17 Dec 2016 20:52:45
  |
antoine  |
- Update to 0.9.4
- Allow concurrent installation [1]
PR: 215331 [1] |
0.9.3 13 Jul 2016 16:59:13
  |
antoine  |
Update to 0.9.3 |
0.9.2 17 Jun 2016 20:02:20
  |
antoine  |
Update to 0.9.2 |
0.8.9 04 Jun 2016 08:27:22
  |
antoine  |
Update to 0.8.9 |
0.8.5 01 May 2016 08:26:09
  |
antoine  |
Update to 0.8.5 |
0.8.4 24 Jan 2016 07:17:13
  |
antoine  |
New port: textproc/py-xlsxwriter
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
WWW: https://github.com/jmcnamara/XlsxWriter |