Date: Fri, 17 Apr 2020 09:43:48 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r531914 - branches/2020Q2/security/py-python-gnupg Message-ID: <202004170943.03H9hmGZ003560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Fri Apr 17 09:43:48 2020 New Revision: 531914 URL: https://svnweb.freebsd.org/changeset/ports/531914 Log: MFH: r531913 security/py-python-gnupg: Update version 0.4.3=>0.4.5 - Add TEST PR: 245171 Approved by: christer.edwards@gmail.com (maintainer timeout) Relnotes: https://bitbucket.org/vinay.sajip/python-gnupg/src/master/ Approved by: ports-secteam (blanket, bug fix release) Modified: branches/2020Q2/security/py-python-gnupg/Makefile branches/2020Q2/security/py-python-gnupg/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/security/py-python-gnupg/Makefile ============================================================================== --- branches/2020Q2/security/py-python-gnupg/Makefile Fri Apr 17 09:30:55 2020 (r531913) +++ branches/2020Q2/security/py-python-gnupg/Makefile Fri Apr 17 09:43:48 2020 (r531914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-gnupg -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,15 @@ COMMENT= Python wrapper for the GNU Privacy Guard (GPG 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 <bsd.port.mk> Modified: branches/2020Q2/security/py-python-gnupg/distinfo ============================================================================== --- branches/2020Q2/security/py-python-gnupg/distinfo Fri Apr 17 09:30:55 2020 (r531913) +++ branches/2020Q2/security/py-python-gnupg/distinfo Fri Apr 17 09:43:48 2020 (r531914) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004170943.03H9hmGZ003560>