Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 09:30:55 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531913 - head/security/py-python-gnupg
Message-ID:  <202004170930.03H9Utpx094571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Apr 17 09:30:55 2020
New Revision: 531913
URL: https://svnweb.freebsd.org/changeset/ports/531913

Log:
  security/py-python-gnupg: Update version 0.4.3=>0.4.5
  
  - Add TEST
  
  PR:             245171
  Approved by:    christer.edwards@gmail.com (maintainer timeout)
  MFH:            2020Q2 (runtime fix)
  Relnotes:       https://bitbucket.org/vinay.sajip/python-gnupg/src/master/

Modified:
  head/security/py-python-gnupg/Makefile
  head/security/py-python-gnupg/distinfo

Modified: head/security/py-python-gnupg/Makefile
==============================================================================
--- head/security/py-python-gnupg/Makefile	Fri Apr 17 08:35:59 2020	(r531912)
+++ head/security/py-python-gnupg/Makefile	Fri Apr 17 09:30:55 2020	(r531913)
@@ -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: head/security/py-python-gnupg/distinfo
==============================================================================
--- head/security/py-python-gnupg/distinfo	Fri Apr 17 08:35:59 2020	(r531912)
+++ head/security/py-python-gnupg/distinfo	Fri Apr 17 09:30:55 2020	(r531913)
@@ -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?202004170930.03H9Utpx094571>