Port details |
- py-wurlitzer Capture C-level output in context managers
- 3.1.1_1 misc
=2 3.1.1Version of this port present on the latest quarterly branch. - Maintainer: rhurlin@FreeBSD.org
 - Port Added: 2021-02-26 17:32:47
- 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: MIT
- WWW:
- https://github.com/minrk/wurlitzer
- Description:
- Wurlitzer captures C-level stdout/stderr pipes in Python via os.dup2.
¦ ¦ ¦ ¦ 
- 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}wurlitzer>0:misc/py-wurlitzer@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-wurlitzer/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-wurlitzer
- pkg install py311-wurlitzer
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-wurlitzer listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wurlitzer
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1718380030
SHA256 (wurlitzer-3.1.1.tar.gz) = bfb9144ab9f02487d802b9ff89dbd3fa382d08f73e12db8adc4c2fb00cd39bd9
SIZE (wurlitzer-3.1.1.tar.gz) = 11867
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:
-
- py311-codecov>0 : devel/py-codecov@py311
- py311-mock>0 : devel/py-mock@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-spyder-kernels
Configuration Options:
- No options to configure
- Options name:
- misc_py-wurlitzer
- 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.1.1_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.1.1 14 Jun 2024 16:07:59
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 3.1.1
- fix restore after capture with optimized file pipes
- minor readme clarification
- sys_pipes: check that sys.stdout isn't being forwarded to itself
Changelog: https://github.com/minrk/wurlitzer/compare/3.1.0...3.1.1
Reported by: Repology |
3.1.0 30 Apr 2024 15:16:53
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 3.1.0
Changelog: https://github.com/minrk/wurlitzer/compare/3.0.3...3.1.0
Reported by: portscout, Repology |
3.0.3_1 09 Mar 2024 15:21:35
    |
Po-Chuan Hsieh (sunpoet)  |
misc/py-wurlitzer: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
3.0.3_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> |
3.0.3_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.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 |
3.0.3 02 Dec 2022 17:16:44
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 3.0.3
Move test target to pytest framework
Changelog: https://github.com/minrk/wurlitzer/blob/main/CHANGELOG.md#303
Reported by: portscout, Repology |
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) |
3.0.2 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 ) |
3.0.2 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.0.2 26 Aug 2021 19:35:53
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 3.0.2
Changelog: https://github.com/minrk/wurlitzer/compare/3.0.0...3.0.2
Reported by: Repology |
3.0.0 20 Aug 2021 09:22:32
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 3.0.0
- fallback on cffi to detect stdout/stderr pointers
- use F_SETPIPE_SZ to set large pipe page size, if available
- use Bytes/StringIO for pipes
Changelog: https://github.com/minrk/wurlitzer/blob/main/CHANGELOG.md
Reported by: portscout, Repology |
2.1.1 03 Aug 2021 18:48:55
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 2.1.1
- Explicitly close the poller when done with it
- Fix typo in importing unittest.mock
Changelog: https://github.com/minrk/wurlitzer/compare/2.1.0...2.1.1
Reported by: Repology |
2.1.0 08 Apr 2021 19:17:21
    |
Rainer Hurling (rhurlin)  |
misc/py-wurlitzer: Update to 2.1.0
Changelog: https://github.com/minrk/wurlitzer/blob/master/CHANGELOG.md
Reported by: portscout, Repology |
2.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.1 26 Feb 2021 17:32:10
  |
rhurlin  |
New port: misc/py-wurlitzer: Capture C-level output in context managers
https://github.com/minrk/wurlitzer |