Skip to content

Commit

Permalink
devel/py-editdistance: Update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 13, 2021
1 parent 5f716af commit 7a38d4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/py-editdistance/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= editdistance
PORTVERSION= 0.5.3
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +11,10 @@ COMMENT= Fast implementation of the edit distance (Levenshtein distance)

LICENSE= MIT

USE_PYTHON= autoplist concurrent distutils
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/editdistance/bycython*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-editdistance/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1552320916
SHA256 (editdistance-0.5.3.tar.gz) = 89d016dda04649b2c49e12b34337755a7b612bfd690420edd50ab31787120c1f
SIZE (editdistance-0.5.3.tar.gz) = 27463
TIMESTAMP = 1634111736
SHA256 (editdistance-0.6.0.tar.gz) = 82de4fb7c6a87c7c2978e5f509dc790e8657b264edbaf87ca6869e2022aa220e
SIZE (editdistance-0.6.0.tar.gz) = 29528
3 changes: 1 addition & 2 deletions devel/py-editdistance/pkg-descr
@@ -1,4 +1,3 @@
This library simply implements Levenshtein distance with C++ and Cython.

WWW: https://pypi.org/project/editdistance/
WWW: https://github.com/aflc/editdistance
WWW: https://github.com/roy-ht/editdistance

0 comments on commit 7a38d4d

Please sign in to comment.