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
This commit is contained in:
parent
f6d75b986c
commit
7beeba0a36
2 changed files with 6 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue