Port details |
- py-rapidfuzz Rapid fuzzy string matching in Python
- 3.10.1 devel =3 3.10.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-08-21 08:18:16
- Last Update: 2024-11-09 02:50:30
- Commit Hash: e6336fd
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py39-beautifulsoup, mDNSResponder
- License: MIT
- WWW:
- https://github.com/rapidfuzz/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 = 1731116509
SHA256 (rapidfuzz-3.10.1.tar.gz) = 5a15546d847a915b3f42dc79ef9b0c78b998b4e2c53b252e7166284066585979
SIZE (rapidfuzz-3.10.1.tar.gz) = 57982250
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- 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-core>=0.10.7 : devel/py-scikit-build-core@py311
- py311-scikit-build>=0.13.0 : devel/py-scikit-build@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:
-
- 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
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- deskutils/py-paperless-ngx
- for Run
-
- archivers/py-comicapi
- deskutils/py-paperless-ngx
- devel/py-Levenshtein
- devel/py-cleo
- devel/py-fastf1
- devel/py-thefuzz
- misc/py-codecarbon
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.10.1 09 Nov 2024 02:50:30 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.10.0 → 3.10.1 |
3.10.0 24 Sep 2024 07:52:15 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.7 → 3.10.0
Reported by: portscout |
3.9.7 03 Sep 2024 08:35:50 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.6 → 3.9.7
Reported by: portscout |
3.9.6 02 Sep 2024 07:46:48 |
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 ) |
3.9.6 19 Aug 2024 19:11:38 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.4 → 3.9.6
Reported by: portscout |
3.9.4 03 Jul 2024 19:53:41 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.3 → 3.9.4
Reported by: portscout |
3.9.3 15 Jun 2024 09:12:39 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.2 → 3.9.3 |
3.9.2 30 May 2024 10:39:28 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.1 → 3.9.2
Reported by: portscout |
3.9.1 25 May 2024 00:11:41 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.9.0 → 3.9.1
Reported by: portscout |
3.9.0 03 May 2024 09:02:58 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.8.1 → 3.9.0
Reported by: portscout |
3.8.1 13 Apr 2024 09:19:58 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.8.0 → 3.8.1
Reported by: portscout |
3.8.0 07 Apr 2024 19:04:54 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.7.0 → 3.8.0
Reported by: portscout |
3.7.0 05 Apr 2024 18:28:22 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.6.2 → 3.7.0
Reported by: portscout |
3.6.2 08 Mar 2024 22:34:44 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.6.1 → 3.6.2
Reported by: portscout |
3.6.1 04 Jan 2024 08:07:25 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.5.2 → 3.6.1
Reported by: portscout |
3.5.2 04 Nov 2023 05:21:54 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.5.1 → 3.5.2
Reported by: portscout |
3.5.1 01 Nov 2023 22:46:45 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: update 3.2.0 → 3.5.1
Reported by: portscout |
3.2.0 03 Aug 2023 07:02:06 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 3.1.2 → 3.2.0
Reported by: portscout |
3.1.2 23 Jul 2023 03:05:45 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 3.1.1 → 3.1.2
Reported by: portscout |
3.1.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.1.1 17 Jun 2023 07:35:37 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 3.0.0 → 3.1.1
Reported by: portscout |
3.0.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.0 18 Apr 2023 04:38:13 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.15.1 → 3.0.0
Reported by: portscout |
2.15.1 11 Apr 2023 04:40:58 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.15.0 → 2.15.1 |
2.15.0 10 Apr 2023 03:59:30 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.15 → 2.15.0 |
2.0.15 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.0.15 09 Sep 2022 20:32:24 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.15 26 Jun 2022 02:22:56 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.14 -> 2.0.15
Reported by: portscout |
2.0.14 23 Jun 2022 16:05:51 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.11 -> 2.0.14 |
2.0.11 08 May 2022 18:43:48 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Broken on aarch64
Reported by: fallout |
2.0.11 25 Apr 2022 16:09:36 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.7 -> 2.0.11
Reported by: portscout |
2.0.7 25 Mar 2022 13:38:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-rapidfuzz: Fix build with setuptools 58.0.0+
With hat: python |
2.0.7 14 Mar 2022 18:11:28 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.6 -> 2.0.7
Reported by: portscout |
2.0.6 13 Mar 2022 19:53:46 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.3 -> 2.0.6
Reported by: portscout |
2.0.3 21 Feb 2022 01:17:50 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 2.0.2 -> 2.0.3
Reported by: portscout |
2.0.2 12 Feb 2022 23:44:18 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 1.9.1 -> 2.0.2 |
1.9.1 12 Feb 2022 16:25:22 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Correct USES=compiler |
1.9.1 02 Jan 2022 17:44:36 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 1.8.0 -> 1.9.1
Reported by: portscout |
1.8.0 22 Oct 2021 08:57:00 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 1.7.1 -> 1.8.0
Reported by: portscout |
1.7.1 03 Oct 2021 08:53:37 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 1.5.1 -> 1.7.1
Reported by: portscout |
1.5.1 02 Sep 2021 09:29:56 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: Update 1.5.0 -> 1.5.1
Reported by: portscout |
1.5.0 21 Aug 2021 08:17:44 |
Yuri Victorovich (yuri) |
devel/py-rapidfuzz: New port: Rapid fuzzy string matching in Python |