From 2e24a64c42fcd9c29f56c0662ff720067676fd23 Mon Sep 17 00:00:00 2001 From: Thomas Guymer Date: Tue, 25 May 2021 07:15:18 +0100 Subject: [PATCH] security/py-python-gnupg: Update to 0.4.7 - Use DISTVERSION instead of PORTVERSION - Updated WWW ChangeLog: https://bitbucket.org/vinay.sajip/python-gnupg/src/master/README.rst PR: 256058 Approved by: dbaio, garga (mentors, implicit) Obtained from: yuri --- security/py-python-gnupg/Makefile | 10 +++++----- security/py-python-gnupg/distinfo | 6 +++--- security/py-python-gnupg/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/security/py-python-gnupg/Makefile b/security/py-python-gnupg/Makefile index 11abe24935cc3..90fc7183733d7 100644 --- a/security/py-python-gnupg/Makefile +++ b/security/py-python-gnupg/Makefile @@ -1,7 +1,7 @@ # Created by: Christer Edwards PORTNAME= python-gnupg -PORTVERSION= 0.4.5 +DISTVERSION= 0.4.7 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +12,15 @@ 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} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} USES= python:3.6+ +USE_PYTHON= autoplist distutils 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) + @(cd ${WRKSRC} && ${SETENV} ${PYTHON_CMD} test_gnupg.py --no-doctests) + @(cd ${WRKSRC} && ${SETENV} coverage-${PYTHON_VER} run test_gnupg.py --no-doctests) .include diff --git a/security/py-python-gnupg/distinfo b/security/py-python-gnupg/distinfo index 914d9d6d32bc9..22184610e2483 100644 --- a/security/py-python-gnupg/distinfo +++ b/security/py-python-gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585476374 -SHA256 (python-gnupg-0.4.5.tar.gz) = 3353e59949cd2c15efbf1fca45e347d8a22f4bed0d93e9b89b2657bda19cec05 -SIZE (python-gnupg-0.4.5.tar.gz) = 48792 +TIMESTAMP = 1621617359 +SHA256 (python-gnupg-0.4.7.tar.gz) = 2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7 +SIZE (python-gnupg-0.4.7.tar.gz) = 53091 diff --git a/security/py-python-gnupg/pkg-descr b/security/py-python-gnupg/pkg-descr index 2c9d42e82d7e6..62845cc2b2843 100644 --- a/security/py-python-gnupg/pkg-descr +++ b/security/py-python-gnupg/pkg-descr @@ -5,4 +5,4 @@ and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP. -WWW: http://packages.python.org/python-gnupg/index.html +WWW: https://docs.red-dove.com/python-gnupg/