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
Port details
py-mmh3 Python extension for MurmurHash3, a set of fast and robust hash functions
5.0.1 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 4.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-21 15:18:48
Last Update: 2024-09-25 18:21:58
Commit Hash: 2185ce2
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/hajimes/mmh3
Description:
mmh3 is a Python extension for MurmurHash (MurmurHash3), a set of fast and robust non-cryptographic hash functions invented by Austin Appleby. Combined with probabilistic techniques like a Bloom filter, MinHash, and feature hashing, mmh3 allows you to develop high-performance systems in fields such as data mining, machine learning, and natural language processing. Another common use of mmh3 is to calculate favicon hashes used by Shodan, the world's first IoT search engine.
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}mmh3>0:devel/py-mmh3@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-mmh3/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-mmh3
  • pkg install py311-mmh3
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-mmh3 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-mmh3
Package flavors (<flavor>: <package>)
  • py311: py311-mmh3
distinfo:
TIMESTAMP = 1727260409 SHA256 (mmh3-5.0.1.tar.gz) = 7dab080061aeb31a6069a181f27c473a1f67933854e36a3464931f2716508896 SIZE (mmh3-5.0.1.tar.gz) = 32008

Packages (timestamps in pop-ups are UTC):
py39-mmh3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a--4.1.0
 

py311-mmh3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.0.15.0.1-5.0.15.0.1---
FreeBSD:13:quarterly5.0.15.0.1-5.0.15.0.1---
FreeBSD:14:latest5.0.15.0.1-5.0.15.0.1---
FreeBSD:14:quarterly5.0.15.0.1-5.0.15.0.1---
FreeBSD:15:latest5.0.15.0.1n/a5.0.1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.0.0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-mmh3
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/m/mmh3/
  2. https://pypi.org/packages/source/m/mmh3/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.0.1
25 Sep 2024 18:21:58
commit hash: 2185ce27cd9f69b02a75707516a1da4c783a8465commit hash: 2185ce27cd9f69b02a75707516a1da4c783a8465commit hash: 2185ce27cd9f69b02a75707516a1da4c783a8465commit hash: 2185ce27cd9f69b02a75707516a1da4c783a8465 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-mmh3: Update to 5.0.1

Changes:	https://github.com/hajimes/mmh3/releases
4.1.0
21 Feb 2024 15:06:05
commit hash: e0bab44c0245be5c46717f8342f652b6f0a27380commit hash: e0bab44c0245be5c46717f8342f652b6f0a27380commit hash: e0bab44c0245be5c46717f8342f652b6f0a27380commit hash: e0bab44c0245be5c46717f8342f652b6f0a27380 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-mmh3: Add py-mmh3 4.1.0

mmh3 is a Python extension for MurmurHash (MurmurHash3), a set of fast and
robust non-cryptographic hash functions invented by Austin Appleby.

Combined with probabilistic techniques like a Bloom filter, MinHash, and feature
hashing, mmh3 allows you to develop high-performance systems in fields such as
data mining, machine learning, and natural language processing.

Another common use of mmh3 is to calculate favicon hashes used by Shodan, the
world's first IoT search engine.

Number of commits found: 2