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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
Port details
py-pulsar-client Apache Pulsar Python client library
3.8.0 net-p2p on this many watch lists=0 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 3.6.0_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-04 04:27:12
Last Update: 2025-07-21 16:36:47
Commit Hash: 805dd09
Also Listed In: python
License: APACHE20
WWW:
https://pulsar.apache.org/
Description:
py-pulsar-client is a Pulsar Python client library. Pulsar Python clients support a variety of Pulsar features to enable building applications connecting to your Pulsar cluster.
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}pulsar-client>0:net-p2p/py-pulsar-client@${PY_FLAVOR}
To install the port:
cd /usr/ports/net-p2p/py-pulsar-client/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/py-pulsar-client
  • pkg install py311-pulsar-client
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-pulsar-client listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pulsar-client
Package flavors (<flavor>: <package>)
  • py311: py311-pulsar-client
distinfo:
TIMESTAMP = 1753077317 SHA256 (apache-pulsar-client-python-v3.8.0_GH0.tar.gz) = e82e1a5ae51b260cc33491bc1771e89d74b0459bb39cf0a3fc4df6c29c7184ae SIZE (apache-pulsar-client-python-v3.8.0_GH0.tar.gz) = 107415

Packages (timestamps in pop-ups are UTC):
py311-pulsar-client
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.8.0------
FreeBSD:13:quarterly-3.6.0_1------
FreeBSD:14:latest-3.8.0------
FreeBSD:14:quarterly-3.6.0_1------
FreeBSD:15:latest-3.8.0n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pybind11>0 : devel/pybind11
  2. gmake : devel/gmake
  3. cmake : devel/cmake-core
  4. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  5. python3.11 : lang/python311
Test dependencies:
  1. py311-fastavro>=1.9.2 : textproc/py-fastavro@py311
  2. py311-pytest>=7,1 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. py311-certifi>0 : security/py-certifi@py311
  2. python3.11 : lang/python311
Library dependencies:
  1. libpulsar.so : net-p2p/pulsar-client-cpp
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-p2p_py-pulsar-client
USES:
cmake:indirect python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/apache/pulsar-client-python/tar.gz/v3.8.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.8.0
21 Jul 2025 16:36:47
commit hash: 805dd094fa63a890081766bfd5b0c8c890038f1acommit hash: 805dd094fa63a890081766bfd5b0c8c890038f1acommit hash: 805dd094fa63a890081766bfd5b0c8c890038f1acommit hash: 805dd094fa63a890081766bfd5b0c8c890038f1a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/py-pulsar-client: update 3.6.0 → 3.8.0

Reported by:	portscout
3.6.0_1
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)
3.6.0_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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.6.0
29 Jan 2025 06:43:17
commit hash: afac8d0377e2dcf7b1890eed873ac3289d332238commit hash: afac8d0377e2dcf7b1890eed873ac3289d332238commit hash: afac8d0377e2dcf7b1890eed873ac3289d332238commit hash: afac8d0377e2dcf7b1890eed873ac3289d332238 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/py-pulsar-client: update 3.5.0 → 3.6.0

Reported by:	portscout
3.5.0
04 Oct 2024 04:24:51
commit hash: 0da102b1c77045930fca322f81d972ad43d7b66ccommit hash: 0da102b1c77045930fca322f81d972ad43d7b66ccommit hash: 0da102b1c77045930fca322f81d972ad43d7b66ccommit hash: 0da102b1c77045930fca322f81d972ad43d7b66c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/py-pulsar-client: Apache Pulsar Python client library

Number of commits found: 5