pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-gssapi
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 18:58:50 UTC 2022
Modified Files:
pkgsrc/security/py-gssapi: Makefile distinfo
pkgsrc/security/py-gssapi/patches: patch-setup.py
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-gssapi/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-gssapi/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.23 pkgsrc/security/py-gssapi/Makefile:1.24
--- pkgsrc/security/py-gssapi/Makefile:1.23 Thu Apr 7 07:16:20 2022
+++ pkgsrc/security/py-gssapi/Makefile Mon Nov 14 18:58:50 2022
@@ -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/pythongssap
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
Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.20 pkgsrc/security/py-gssapi/distinfo:1.21
--- pkgsrc/security/py-gssapi/distinfo:1.20 Thu Apr 7 07:16:20 2022
+++ pkgsrc/security/py-gssapi/distinfo Mon Nov 14 18:58:50 2022
@@ -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
Index: pkgsrc/security/py-gssapi/patches/patch-setup.py
diff -u pkgsrc/security/py-gssapi/patches/patch-setup.py:1.1 pkgsrc/security/py-gssapi/patches/patch-setup.py:1.2
--- pkgsrc/security/py-gssapi/patches/patch-setup.py:1.1 Mon Dec 6 14:45:22 2021
+++ pkgsrc/security/py-gssapi/patches/patch-setup.py Mon Nov 14 18:58:50 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index