notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-ewah-bool-utils EWAH Bool Array utils for yt
1.1.0 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-28 19:00:23
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/yt-project/ewah_bool_utils
Description:
EWAH Bool Array utils for yt.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}ewah-bool-utils>0:devel/py-ewah-bool-utils@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-ewah-bool-utils/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-ewah-bool-utils
  • pkg install py311-ewah-bool-utils
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-ewah-bool-utils listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-ewah-bool-utils
Package flavors (<flavor>: <package>)
  • py311: py311-ewah-bool-utils
distinfo:
TIMESTAMP = 1695013609 SHA256 (ewah_bool_utils-1.1.0.tar.gz) = 7050b5a25f4df14f05f8898fd9e797cd0a0f7103207c618e0467a450d3dee987 SIZE (ewah_bool_utils-1.1.0.tar.gz) = 47858

Packages (timestamps in pop-ups are UTC):
py39-ewah-bool-utils
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------1.1.0-
FreeBSD:14:latest--------
FreeBSD:14:quarterly------1.1.0-
FreeBSD:15:latest--n/a-n/a-1.1.01.1.0
 

py311-ewah-bool-utils
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.01.1.0-1.1.01.1.0---
FreeBSD:13:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:14:latest1.1.01.1.0-1.1.01.1.0---
FreeBSD:14:quarterly1.1.01.1.0-1.1.01.1.0---
FreeBSD:15:latest1.1.01.1.0n/a1.1.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>=0.37.1 : devel/py-wheel@py311
  3. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  4. py311-cython3>=3.0.12<3.1 : lang/cython3@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
This port is required by:
for Build
  1. math/py-yt
for Run
  1. math/py-yt

Configuration Options:
No options to configure
Options name:
devel_py-ewah-bool-utils
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/e/ewah_bool_utils/
  2. https://pypi.org/packages/source/e/ewah_bool_utils/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.0
09 Apr 2025 14:55:11
commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}

- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython

It is added to simplify the future transition from Cython 0.29 to 3.

The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports.
1.1.0
18 Sep 2023 06:27:25
commit hash: 1ef756989b0d99ca5a6f319001b0a9105b7996b7commit hash: 1ef756989b0d99ca5a6f319001b0a9105b7996b7commit hash: 1ef756989b0d99ca5a6f319001b0a9105b7996b7commit hash: 1ef756989b0d99ca5a6f319001b0a9105b7996b7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-ewah-bool-utils: update 1.0.2 → 1.1.0

Reported by:	portscout
1.0.2
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
1.0.2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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.0.2
28 May 2023 18:56:16
commit hash: eec1acb2b72dc21b240f3178fc65d561e6935195commit hash: eec1acb2b72dc21b240f3178fc65d561e6935195commit hash: eec1acb2b72dc21b240f3178fc65d561e6935195commit hash: eec1acb2b72dc21b240f3178fc65d561e6935195 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-ewah-bool-utils: New port: EWAH Bool Array utils for yt

Number of commits found: 6