From d0d366b37e585d1b1253b16c0ba0a3109d3471e0 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Nov 2022 18:58:50 +0000 Subject: py-gssapi: update to 1.8.2. Release v1.8.2: Klipspringer (Patch 2) Latest Added Python 3.11 wheel - #303 Release v1.8.1: Klipspringer (Patch 1) Bumped minimum Python version to Python 3.7 - #299 Release v1.8.0: Klipspringer Created PEP 517 compliant sdist No longer include cythonised files in sdist as they can be built on install time with Cython The Cython build requirement will be automatically resolved by pip and other tools due to PEP 517 metadata --- security/py-gssapi/Makefile | 7 +++++-- security/py-gssapi/distinfo | 10 +++++----- security/py-gssapi/patches/patch-setup.py | 8 ++++---- 3 files changed, 14 insertions(+), 11 deletions(-) (limited to 'security') diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile index d44ccd0d717..3e93dd73e3e 100644 --- a/security/py-gssapi/Makefile +++ b/security/py-gssapi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/04/07 07:16:20 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/11/14 18:58:50 wiz Exp $ -DISTNAME= gssapi-1.7.3 +DISTNAME= gssapi-1.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/} @@ -10,7 +10,10 @@ HOMEPAGE= https://github.com/pythongssapi/python-gssapi COMMENT= Low-level and high-level wrappers around GSSAPI C libraries LICENSE= modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator +# unpackaged: k5test +TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized PYTHON_VERSIONS_INCOMPATIBLE= 27 diff --git a/security/py-gssapi/distinfo b/security/py-gssapi/distinfo index 4a9cfa8e55d..66d24e9ecbf 100644 --- a/security/py-gssapi/distinfo +++ b/security/py-gssapi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2022/04/07 07:16:20 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/11/14 18:58:50 wiz Exp $ -BLAKE2s (gssapi-1.7.3.tar.gz) = 5d3325a6d985b20dfa6fe26d108ba49cbaa04eef5593f5ab7dbccb7bd9bfb600 -SHA512 (gssapi-1.7.3.tar.gz) = ffdff3ee2a8b47d2606b891fb6300331055faaecbf285ab57b6af56ec4d63f95e2c9445248269a3e3974ed4c9ac9664d4265693b15f7a66d1dac328eebc81292 -Size (gssapi-1.7.3.tar.gz) = 1260350 bytes -SHA1 (patch-setup.py) = 506e05b248a6d372f0cff92881dc0f5e21499210 +BLAKE2s (gssapi-1.8.2.tar.gz) = c5d146d66b609869955ab90129c8f5587aa76afaea4d1da39d409009c3cd05fa +SHA512 (gssapi-1.8.2.tar.gz) = 57bf4b43d4c917e1919bd3a790941a9bb7aff272279a5fd4dd13bdcf230d48c20580960f9413b98acf98752bd59d518b88bdabce5ab785801fa695f4eb896056 +Size (gssapi-1.8.2.tar.gz) = 94305 bytes +SHA1 (patch-setup.py) = 87c0ecb951987354d21a462be7afe90db4acb38b diff --git a/security/py-gssapi/patches/patch-setup.py b/security/py-gssapi/patches/patch-setup.py index 6914e7fb79d..13fdcb843f3 100644 --- a/security/py-gssapi/patches/patch-setup.py +++ b/security/py-gssapi/patches/patch-setup.py @@ -1,10 +1,10 @@ -$NetBSD: patch-setup.py,v 1.1 2021/12/06 14:45:22 wiz Exp $ +$NetBSD: patch-setup.py,v 1.2 2022/11/14 18:58:50 wiz Exp $ Match this setting with py-setuptools. ---- setup.py.orig 2021-10-10 21:13:06.000000000 +0000 +--- setup.py.orig 2022-10-25 18:55:45.000000000 +0000 +++ setup.py -@@ -13,7 +13,7 @@ import shlex +@@ -11,7 +11,7 @@ import shlex # the deprecation warning. Must be done before importing setuptools, # setuptools also must be imported before distutils. # https://github.com/pypa/setuptools/blob/main/docs/deprecated/distutils-legacy.rst @@ -12,4 +12,4 @@ Match this setting with py-setuptools. +#os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local' from setuptools import setup # noqa: E402 - from setuptools import Distribution # noqa: E402 + from setuptools.extension import Extension # noqa: E402 -- cgit v1.2.3