Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:16 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: efe8cfaf5d6b - main - textproc/py-diff-match-patch: Update to 20230430
Message-ID:  <202305270428.34R4SGOZ026759@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=efe8cfaf5d6b6a31bb0c29169dbedad0cf6ef0ab

commit efe8cfaf5d6b6a31bb0c29169dbedad0cf6ef0ab
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:10:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:10:25 +0000

    textproc/py-diff-match-patch: Update to 20230430
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md
---
 textproc/py-diff-match-patch/Makefile | 6 ++++--
 textproc/py-diff-match-patch/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/py-diff-match-patch/Makefile b/textproc/py-diff-match-patch/Makefile
index bd86330ace11..987ad9937dd8 100644
--- a/textproc/py-diff-match-patch/Makefile
+++ b/textproc/py-diff-match-patch/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	diff-match-patch
-PORTVERSION=	20200713
+PORTVERSION=	20230430
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,10 @@ WWW=		https://github.com/diff-match-patch-python/diff-match-patch
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.8<4:devel/py-flit-core@${PY_FLAVOR}
+
 USES=		python:3.6+ shebangfix
-USE_PYTHON=	autoplist concurrent distutils unittest
+USE_PYTHON=	autoplist concurrent pep517 unittest
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-diff-match-patch/distinfo b/textproc/py-diff-match-patch/distinfo
index 98302420a4e4..1936a46a871c 100644
--- a/textproc/py-diff-match-patch/distinfo
+++ b/textproc/py-diff-match-patch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598456577
-SHA256 (diff-match-patch-20200713.tar.gz) = da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18
-SIZE (diff-match-patch-20200713.tar.gz) = 60711
+TIMESTAMP = 1684104546
+SHA256 (diff-match-patch-20230430.tar.gz) = 953019cdb9c9d2c9e47b5b12bcff3cf4746fc4598eb406076fa1fc27e6a1f15c
+SIZE (diff-match-patch-20230430.tar.gz) = 43324



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270428.34R4SGOZ026759>