Port details on branch 2024Q3 |
- py-rapidfuzz Rapid fuzzy string matching in Python
- 3.9.4 devel =0 3.9.4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-09-02 07:54:12
- Last Update: 2024-09-02 07:51:02
- Commit Hash: a0693fa
- License: MIT
- WWW:
- https://github.com/maxbachmann/RapidFuzz
- Description:
- Rapid fuzzy string matching in Python using various string metrics.
- ¦ ¦ ¦ ¦
- 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}rapidfuzz>0:devel/py-rapidfuzz@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-rapidfuzz/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-rapidfuzz
- pkg install py311-rapidfuzz
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-rapidfuzz listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-rapidfuzz
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720023077
SHA256 (rapidfuzz-3.9.4.tar.gz) = 366bf8947b84e37f2f4cf31aaf5f37c39f620d8c0eddb8b633e6ba0129ca4a0a
SIZE (rapidfuzz-3.9.4.tar.gz) = 1595863
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- jarowinkler-cpp>0 : textproc/jarowinkler-cpp
- rapidfuzz-cpp>0 : devel/rapidfuzz-cpp
- taskflow>0 : devel/taskflow
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-rapidfuzz-capi==1.0.5 : devel/py-rapidfuzz-capi@py311
- py311-scikit-build>=0.13.0 : devel/py-scikit-build@py311
- py311-wheel>0 : devel/py-wheel@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-hypothesis>0 : devel/py-hypothesis@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-Levenshtein
Configuration Options:
- No options to configure
- Options name:
- devel_py-rapidfuzz
- USES:
- compiler:c++14-lang python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.4 02 Sep 2024 07:51:02 |
Dimitry Andric (dim) |
devel/py-rapidfuzz: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/py-rapidfuzz to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned char>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/devel/rapidfuzz-cpp/work/rapidfuzz-cpp-3.0.5/test/distance/examples/ocr.cpp:3:28:
note: in instantiation of template class 'std::basic_string<unsigned char>'
requested here
3 | std::basic_string<uint8_t> ocr_example1 = {
| ^ (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|