From nobody Wed Oct 13 19:21:19 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 94B5417F3FCC; Wed, 13 Oct 2021 19:21:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV2T35mprz4r52; Wed, 13 Oct 2021 19:21:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A7A72D4B5; Wed, 13 Oct 2021 19:21:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DJLJ0H076403; Wed, 13 Oct 2021 19:21:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DJLJgU076402; Wed, 13 Oct 2021 19:21:19 GMT (envelope-from git) Date: Wed, 13 Oct 2021 19:21:19 GMT Message-Id: <202110131921.19DJLJgU076402@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7a38d4db7a24 - main - devel/py-editdistance: Update to 0.6.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7a38d4db7a244934da90b120095ca48959f1abe9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a38d4db7a244934da90b120095ca48959f1abe9 commit 7a38d4db7a244934da90b120095ca48959f1abe9 Author: Po-Chuan Hsieh AuthorDate: 2021-10-13 19:13:37 +0000 Commit: Po-Chuan Hsieh 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 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 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