Port details |
- py-murmurhash Cython bindings for MurmurHash2
- 1.0.7 devel
=0 1.0.5Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-06-16 03:45:32
- Last Update: 2022-04-27 19:40:57
- Commit Hash: 4b1ccba
- Also Listed In: python
- License: MIT
- Description:
- Cython bindings for MurmurHash2.
WWW: https://github.com/explosion/murmurhash
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}murmurhash>0:devel/py-murmurhash@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-murmurhash/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-murmurhash
- pkg install py38-murmurhash
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 py38-murmurhash listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-murmurhash
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1651085236
SHA256 (murmurhash-1.0.7.tar.gz) = 630a396ebd31ca44d89b4eca36fa74ea8aae724adf0afaa2de7680c350b2936f
SIZE (murmurhash-1.0.7.tar.gz) = 12922
- 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:
-
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- devel/py-preshed
- for Run
-
- devel/py-preshed
- Configuration Options:
- No options to configure
- Options name:
- devel_py-murmurhash
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Apr 2022 19:40:57 1.0.7
|
Yuri Victorovich (yuri)  |
devel/py-murmurhash: Update 1.0.6 -> 1.0.7
Reported by: portscout |
23 Apr 2022 03:52:23 1.0.6
|
Yuri Victorovich (yuri)  |
devel/py-murmurhash: Update 1.0.5 -> 1.0.6
Reported by: portscout |
07 Apr 2021 08:09:01 1.0.5
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.0.5
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Dec 2020 13:46:02
1.0.5
|
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
09 Dec 2020 03:46:10
1.0.5
|
yuri  |
devel/py-murmurhash: Update 1.0.4 -> 1.0.5
Reported by: portscout |
15 Nov 2020 19:31:02
1.0.4
|
yuri  |
devel/py-murmurhash: Update 1.0.3 -> 1.0.4 |
03 Nov 2020 19:43:22
1.0.3
|
yuri  |
devel/py-murmurhash: Update 1.0.2 -> 1.0.3
Reported by: portscout |
16 Jun 2019 03:45:21
1.0.2
|
yuri  |
New port: devel/py-murmurhash: Cython bindings for MurmurHash2 |
Number of commits found: 10
|