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,31 +1,30 @@ PORTNAME= keyring -PORTVERSION= 18.0.1 +PORTVERSION= 23.9.3 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Store and access your passwords safely WWW= https://github.com/jaraco/keyring LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} USES= cpe python:3.6+ CPE_VENDOR= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= DBUS SECRET_SERVICE OPTIONS_DEFAULT= SECRET_SERVICE DBUS_DESC= Install Python DBUS to support the kwallet backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR} .include 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()