| Port details |
- py-Levenshtein Fast computation of Levenshtein distance and string similarity
- 0.25.1 devel
=0 0.25.1Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2023-08-18 22:54:07
- Last Update: 2026-02-07 16:51:42
- Commit Hash: 66b658d
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/maxbachmann/Levenshtein
- Description:
- The Levenshtein Python C extension module contains functions for fast
computation of:
* Levenshtein (edit) distance, and edit operations
* string similarity
* approximate median strings, and generally string averaging
* string sequence and set similarity
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Levenshtein>0:devel/py-Levenshtein@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py311-Levenshtein
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1751974763
SHA256 (Levenshtein-0.25.1.tar.gz) = 2df14471c778c75ffbd59cb64bbecfd4b0ef320ef9f80e4804764be7d5678980
SIZE (Levenshtein-0.25.1.tar.gz) = 149954
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:
-
- py311-scikit-build>=0.13 : devel/py-scikit-build@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- cmake : devel/cmake-core
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-rapidfuzz>0 : devel/py-rapidfuzz@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-Levenshtein
- USES:
- cmake:indirect python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.25.1 07 Feb 2026 16:51:42
    |
Dan Langille (dvl)  |
devel/py-Levenshtein: Update to 0.27.3 and rename to match distname
This commit also updates any ports depending up on that port.
PR: 293012 |
0.25.1 08 Jul 2025 16:26:33
    |
Dan Langille (dvl)  |
devel/py-Levenshtein: Update to 0.25.1
re: https://github.com/rapidfuzz/Levenshtein/releases/tag/v0.25.1
This update means many patches can be removed.
I tried to go to newer releases, but could not fetch the distfiles. |
0.22.0 05 Oct 2024 13:24:48
    |
Dimitry Andric (dim)  |
devel/py-Levenshtein: 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 ports using devel/py-Levenshtein 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 int>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/devel/py-Levenshtein/work-py311/Levenshtein-0.22.0/src/Levenshtein/Levenshtein-c/_levenshtein.hpp:144:43:
note: in instantiation of template class 'std::basic_string<unsigned int>'
requested here
144 | static inline std::basic_string<uint32_t> lev_greedy_median(const
std::vector<RF_String>& strings,
| ^(Only the first 15 lines of the commit message are shown above ) |
0.22.0 08 Apr 2024 09:15:43
    |
Max Brazhnikov (makc)  |
*/*: convert to USES=cmake:indirect
Convert several ports to use cmake:indirect |
0.22.0 27 Sep 2023 11:37:56
    |
Dan Langille (dvl)  |
devel/py-Levenshtein: Update to 0.22.0
re: https://github.com/maxbachmann/Levenshtein/tags
While here, update home page to reflect upstream package rename
re e6a46adb6f005ab6ab2cdfe9fb69d726a6b0999e |
0.21.1 18 Aug 2023 22:51:29
    |
Dan Langille (dvl)  |
devel/py-python-Levenshtein: Rename to follow upstream
While here, also upgrade to 0.21.1
Because of that rename, update all ports which uses this as a run or
build depends.
PR: 273187 |
Number of commits found: 6
|