From a96101ea02631137bf0cf814aa33e113e15b9346 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Sep 2021 23:38:45 +0800 Subject: security/py-pyspnego: Update to 0.2.0 Changes: https://github.com/jborean93/pyspnego/releases --- security/py-pyspnego/Makefile | 13 ++++++++++--- security/py-pyspnego/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'security/py-pyspnego') diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index 41e1f519b037..d1071f98e0d5 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyspnego -PORTVERSION= 0.1.6 +PORTVERSION= 0.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,14 @@ OPTIONS_DEFINE= KERBEROS YAML KERBEROS_DESC= Kerberos authentication support YAML_DESC= YAML output support -KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} +KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}krb5>=0:security/py-krb5@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -.include +.include + +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + +.include diff --git a/security/py-pyspnego/distinfo b/security/py-pyspnego/distinfo index c0c29478ebf0..8056d800f366 100644 --- a/security/py-pyspnego/distinfo +++ b/security/py-pyspnego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405451 -SHA256 (pyspnego-0.1.6.tar.gz) = 0356bccedc033b7266d89503eca50717f81fc9d3b98cb1dd5227bb7c1a9275ae -SIZE (pyspnego-0.1.6.tar.gz) = 94331 +TIMESTAMP = 1632664370 +SHA256 (pyspnego-0.2.0.tar.gz) = 1ca9f6720da219f3f7d793a975be2c54e16509b4a85b2d85b359e96a1d7bdf4d +SIZE (pyspnego-0.2.0.tar.gz) = 107781 -- cgit v1.2.3