Skip to content

Commit

Permalink
textproc/py-patiencediff: Update to 0.2.12
Browse files Browse the repository at this point in the history
- USE_PYTHON= pytest
- Define LICENSE_FILE

ChangeLog:
breezy-team/patiencediff@v0.2.2...v0.2.12

PR:		267677
  • Loading branch information
fullermd authored and nunotexbsd committed Dec 17, 2022
1 parent f6d75b9 commit 7beeba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions textproc/py-patiencediff/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= patiencediff
PORTVERSION= 0.2.2
PORTVERSION= 0.2.12
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions textproc/py-patiencediff/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7beeba0

Please sign in to comment.