git: a8f957a395e9 - main - security/py-keyring: Update to 23.9.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Oct 2022 13:07:41 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8f957a395e9751a5a31b78bf5c6c9b5d5e008f1 commit a8f957a395e9751a5a31b78bf5c6c9b5d5e008f1 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-10-26 13:00:30 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2022-10-26 13:00:30 +0000 security/py-keyring: Update to 23.9.3 PR: 267339 --- security/py-keyring/Makefile | 3 +-- security/py-keyring/distinfo | 6 +++--- security/py-keyring/files/patch-setup.py | 9 +++++++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 66a32d2d6d24..f2403ba4d577 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,7 +1,6 @@ PORTNAME= keyring -PORTVERSION= 18.0.1 +PORTVERSION= 23.9.3 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo index 91b73d44a89f..f1a4b7d2fb95 100644 --- a/security/py-keyring/distinfo +++ b/security/py-keyring/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581445427 -SHA256 (keyring-18.0.1.tar.gz) = 67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 -SIZE (keyring-18.0.1.tar.gz) = 48559 +TIMESTAMP = 1666640101 +SHA256 (keyring-23.9.3.tar.gz) = 69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5 +SIZE (keyring-23.9.3.tar.gz) = 56674 diff --git a/security/py-keyring/files/patch-setup.py b/security/py-keyring/files/patch-setup.py new file mode 100644 index 000000000000..4c888842fa8b --- /dev/null +++ b/security/py-keyring/files/patch-setup.py @@ -0,0 +1,9 @@ +--- setup.py.orig 2022-10-24 19:25:10 UTC ++++ setup.py +@@ -0,0 +1,6 @@ ++#!/usr/bin/env python ++ ++import setuptools ++ ++if __name__ == "__main__": ++ setuptools.setup()