From owner-dev-commits-ports-main@freebsd.org Tue May 25 06:20:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3948645437; Tue, 25 May 2021 06:20:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fq3qY4TZGz3kTQ; Tue, 25 May 2021 06:20:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 779C018AB0; Tue, 25 May 2021 06:20:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14P6KvIb087731; Tue, 25 May 2021 06:20:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14P6KvDG087730; Tue, 25 May 2021 06:20:57 GMT (envelope-from git) Date: Tue, 25 May 2021 06:20:57 GMT Message-Id: <202105250620.14P6KvDG087730@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 2e24a64c42fc - main - security/py-python-gnupg: Update to 0.4.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e24a64c42fcd9c29f56c0662ff720067676fd23 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 06:20:57 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e24a64c42fcd9c29f56c0662ff720067676fd23 commit 2e24a64c42fcd9c29f56c0662ff720067676fd23 Author: Thomas Guymer AuthorDate: 2021-05-25 06:15:18 +0000 Commit: Nuno Teixeira CommitDate: 2021-05-25 06:15:18 +0000 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 11abe24935cc..90fc7183733d 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 914d9d6d32bc..22184610e248 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 2c9d42e82d7e..62845cc2b284 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/