aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfullermd <fullermd@over-yonder.net>2022-12-17 18:50:58 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-12-17 18:50:58 +0000
commit7beeba0a36e6fef628a67d8f8c282bdc7a0c4a1f (patch)
tree9b3025960331a0b35203334c3b52b52c0a892b45
parentf6d75b986c9becdb7c4877701274459aec9c4448 (diff)
downloadports-7beeba0a36e6fef628a67d8f8c282bdc7a0c4a1f.tar.gz
ports-7beeba0a36e6fef628a67d8f8c282bdc7a0c4a1f.zip
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
-rw-r--r--textproc/py-patiencediff/Makefile10
-rw-r--r--textproc/py-patiencediff/distinfo6
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