Date: Wed, 13 Oct 2021 19:21:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a38d4db7a24 - main - devel/py-editdistance: Update to 0.6.0 Message-ID: <202110131921.19DJLJgU076402@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a38d4db7a244934da90b120095ca48959f1abe9 commit 7a38d4db7a244934da90b120095ca48959f1abe9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:13:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:13:37 +0000 devel/py-editdistance: Update to 0.6.0 - Update WWW Changes: https://github.com/roy-ht/editdistance/releases --- devel/py-editdistance/Makefile | 6 +++--- devel/py-editdistance/distinfo | 6 +++--- devel/py-editdistance/pkg-descr | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-editdistance/Makefile b/devel/py-editdistance/Makefile index 43d2b8609866..ab7cf10af0a1 100644 --- a/devel/py-editdistance/Makefile +++ b/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} @@ -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> diff --git a/devel/py-editdistance/distinfo b/devel/py-editdistance/distinfo index f005bb781569..ce01ab578911 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 b5850d2010d1..185d524224cb 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131921.19DJLJgU076402>