Port details |
- py-marisa-trie Static memory-efficient and fast Trie-like structures for Python
- 1.1.0_1 devel =2 1.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:18:42
- Last Update: 2024-04-08 20:17:11
- Commit Hash: 1c415cf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://marisa-trie.readthedocs.io/en/latest/
- https://github.com/pytries/marisa-trie
- Description:
- MARISA Trie provides static memory-efficient Trie-like structures for Python
based on marisa-trie C++ library.
String data in a MARISA-trie may take up to 50x-100x less memory than in a
standard Python dict; the raw lookup speed is comparable; trie also provides
fast advanced methods like prefix search.
Note: There are official SWIG-based Python bindings included in C++ library
distribution; this package provides alternative Cython-based pip-installable
Python bindings.
- ¦ ¦ ¦ ¦
- 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}marisa-trie>0:devel/py-marisa-trie@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-marisa-trie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-marisa-trie
- pkg install py39-marisa-trie
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 py39-marisa-trie listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-marisa-trie
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708448822
SHA256 (marisa-trie-1.1.0.tar.gz) = 5bf43ed0cf36af4578fe7b034cf95f532439766516680e4bd603723611ebd56b
SIZE (marisa-trie-1.1.0.tar.gz) = 410640
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- textproc/py-language-data
Configuration Options:
- No options to configure
- Options name:
- devel_py-marisa-trie
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_1 08 Apr 2024 20:17:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marisa-trie: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.1.0 21 Feb 2024 15:06:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marisa-trie: Add py-marisa-trie 1.1.0
MARISA Trie provides static memory-efficient Trie-like structures for Python
based on marisa-trie C++ library.
String data in a MARISA-trie may take up to 50x-100x less memory than in a
standard Python dict; the raw lookup speed is comparable; trie also provides
fast advanced methods like prefix search.
Note: There are official SWIG-based Python bindings included in C++ library
distribution; this package provides alternative Cython-based pip-installable
Python bindings. |
Number of commits found: 2
|