textproc/py-fingerprints: Update to 0.6.6
* Add a "do-test" target to make future QA easier. Changelog since 0.5.4: https://github.com/alephdata/fingerprints/compare/c76ff3b...0.6.6 MFH: No (contains only trivial/internal changes)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fingerprints
|
||||
DISTVERSION= 0.5.4
|
||||
DISTVERSION= 0.6.6
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -10,10 +10,12 @@ MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Easy comparing and cross-referencing of companies and people
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:textproc/py-normality@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
@@ -24,4 +26,7 @@ post-extract:
|
||||
# Prevents that the tests directory will be installed into site-packages
|
||||
@(cd ${WRKSRC} && ${MV} tests test)
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1530199613
|
||||
SHA256 (fingerprints-0.5.4.tar.gz) = e720fa97356c6b8e227474aa8dbeb3c10e93452820a447e632d547bdb1981c5a
|
||||
SIZE (fingerprints-0.5.4.tar.gz) = 10454
|
||||
TIMESTAMP = 1594282987
|
||||
SHA256 (fingerprints-0.6.6.tar.gz) = a470b1a34e15f57eae9552fa3b17c27192967f8a8a472107516bbb46d93ce733
|
||||
SIZE (fingerprints-0.6.6.tar.gz) = 11311
|
||||
|
||||
Reference in New Issue
Block a user