diff --git a/devel/py-editdistance/Makefile b/devel/py-editdistance/Makefile index 43d2b8609866c..ab7cf10af0a16 100644 --- a/devel/py-editdistance/Makefile +++ b/devel/py-editdistance/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= editdistance -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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 diff --git a/devel/py-editdistance/distinfo b/devel/py-editdistance/distinfo index f005bb7815694..ce01ab5789112 100644 --- a/devel/py-editdistance/distinfo +++ b/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 diff --git a/devel/py-editdistance/pkg-descr b/devel/py-editdistance/pkg-descr index b5850d2010d1d..185d524224cb4 100644 --- a/devel/py-editdistance/pkg-descr +++ b/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