Date: Sat, 17 Dec 2022 18:55:50 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7beeba0a36e6 - main - textproc/py-patiencediff: Update to 0.2.12 Message-ID: <202212171855.2BHIto5G043302@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7beeba0a36e6fef628a67d8f8c282bdc7a0c4a1f commit 7beeba0a36e6fef628a67d8f8c282bdc7a0c4a1f Author: fullermd <fullermd@over-yonder.net> AuthorDate: 2022-12-17 18:50:58 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-17 18:50:58 +0000 textproc/py-patiencediff: Update to 0.2.12 - USE_PYTHON= pytest - Define LICENSE_FILE ChangeLog: https://github.com/breezy-team/patiencediff/compare/v0.2.2...v0.2.12 PR: 267677 --- textproc/py-patiencediff/Makefile | 10 +++------- textproc/py-patiencediff/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/textproc/py-patiencediff/Makefile b/textproc/py-patiencediff/Makefile index d967e9b9d498..7e91471f157b 100644 --- a/textproc/py-patiencediff/Makefile +++ b/textproc/py-patiencediff/Makefile @@ -1,5 +1,5 @@ PORTNAME= patiencediff -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.12 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,16 +9,12 @@ COMMENT= Implementation of the "Patience Diff" algorithm WWW= https://pypi.org/project/patiencediff/ LICENSE= GPLv2+ - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils pytest post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/patiencediff/_patiencediff_c*.so -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v build/ - .include <bsd.port.mk> diff --git a/textproc/py-patiencediff/distinfo b/textproc/py-patiencediff/distinfo index e1abc5e6dd2f..02f5f215fa3e 100644 --- a/textproc/py-patiencediff/distinfo +++ b/textproc/py-patiencediff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623017956 -SHA256 (patiencediff-0.2.2.tar.gz) = 456d9fc47fe43f9aea863059ea2c6df5b997285590e4b7f9ee8fbb6c3419b5a7 -SIZE (patiencediff-0.2.2.tar.gz) = 28799 +TIMESTAMP = 1671243971 +SHA256 (patiencediff-0.2.12.tar.gz) = 7ded9b7f2d5037081a9df63daa16629ce5c23b505f72737a2f332666a76c4232 +SIZE (patiencediff-0.2.12.tar.gz) = 26936
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212171855.2BHIto5G043302>