svn commit: r541846 - head/textproc/py-fingerprints

Kai Knoblich kai at FreeBSD.org
Fri Jul 10 06:34:52 UTC 2020


Author: kai
Date: Fri Jul 10 06:34:51 2020
New Revision: 541846
URL: https://svnweb.freebsd.org/changeset/ports/541846

Log:
  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)

Modified:
  head/textproc/py-fingerprints/Makefile
  head/textproc/py-fingerprints/distinfo

Modified: head/textproc/py-fingerprints/Makefile
==============================================================================
--- head/textproc/py-fingerprints/Makefile	Fri Jul 10 06:31:59 2020	(r541845)
+++ head/textproc/py-fingerprints/Makefile	Fri Jul 10 06:34:51 2020	(r541846)
@@ -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 at 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
@@ -23,5 +25,8 @@ NO_ARCH=	yes
 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>

Modified: head/textproc/py-fingerprints/distinfo
==============================================================================
--- head/textproc/py-fingerprints/distinfo	Fri Jul 10 06:31:59 2020	(r541845)
+++ head/textproc/py-fingerprints/distinfo	Fri Jul 10 06:34:51 2020	(r541846)
@@ -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


More information about the svn-ports-all mailing list