Index: branches/2020Q2/security/py-python-gnupg/Makefile =================================================================== --- branches/2020Q2/security/py-python-gnupg/Makefile (revision 531913) +++ branches/2020Q2/security/py-python-gnupg/Makefile (revision 531914) @@ -1,21 +1,27 @@ # Created by: Christer Edwards # $FreeBSD$ PORTNAME= python-gnupg -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Python wrapper for the GNU Privacy Guard (GPG or GnuPG) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} + USES= python NO_ARCH= yes USE_PYTHON= autoplist distutils + +do-test: + @(cd ${WRKSRC} && ${SETENV} ${PYTHON_CMD} test_gnupg.py --no-doctests) + @(cd ${WRKSRC} && ${SETENV} coverage-${PYTHON_VER} run test_gnupg.py --no-doctests) .include Index: branches/2020Q2/security/py-python-gnupg/distinfo =================================================================== --- branches/2020Q2/security/py-python-gnupg/distinfo (revision 531913) +++ branches/2020Q2/security/py-python-gnupg/distinfo (revision 531914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540221249 -SHA256 (python-gnupg-0.4.3.tar.gz) = 2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d -SIZE (python-gnupg-0.4.3.tar.gz) = 46958 +TIMESTAMP = 1585476374 +SHA256 (python-gnupg-0.4.5.tar.gz) = 3353e59949cd2c15efbf1fca45e347d8a22f4bed0d93e9b89b2657bda19cec05 +SIZE (python-gnupg-0.4.5.tar.gz) = 48792 Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 531913) +++ branches/2020Q2 (revision 531914) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r531913