Port details |
- py-mmh3 Python extension for MurmurHash3, a set of fast and robust hash functions
- 5.0.1 devel =2 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.0.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.1 25 Sep 2024 18:21:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-mmh3: Update to 5.0.1
Changes: https://github.com/hajimes/mmh3/releases |
4.1.0 21 Feb 2024 15:06:05 |
Po-Chuan Hsieh (sunpoet) |
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. |