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 on branch 2024Q3
py-rapidfuzz Rapid fuzzy string matching in Python
3.9.4 devel on this many watch lists=0 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 3.9.4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
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.
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}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>)
  • py311: py311-rapidfuzz
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. jarowinkler-cpp>0 : textproc/jarowinkler-cpp
  4. rapidfuzz-cpp>0 : devel/rapidfuzz-cpp
  5. taskflow>0 : devel/taskflow
  6. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  7. py311-rapidfuzz-capi==1.0.5 : devel/py-rapidfuzz-capi@py311
  8. py311-scikit-build>=0.13.0 : devel/py-scikit-build@py311
  9. py311-wheel>0 : devel/py-wheel@py311
  10. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  11. python3.11 : lang/python311
Test dependencies:
  1. py311-hypothesis>0 : devel/py-hypothesis@py311
  2. py311-pytest>=7,1 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  2. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/rapidfuzz/
  2. https://pypi.org/packages/source/r/rapidfuzz/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.4
02 Sep 2024 07:51:02
commit hash: a0693fadd620db4d20a0654b8a86fbcd2b13554ecommit hash: a0693fadd620db4d20a0654b8a86fbcd2b13554ecommit hash: a0693fadd620db4d20a0654b8a86fbcd2b13554ecommit hash: a0693fadd620db4d20a0654b8a86fbcd2b13554e files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
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 View all of this commit message)

Number of commits found: 1