pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-gssapi py-gssapi: fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac875aa56998
branches:  trunk
changeset: 770652:ac875aa56998
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 06 14:45:22 2021 +0000

description:
py-gssapi: fix build

diffstat:

 security/py-gssapi/distinfo               |   3 ++-
 security/py-gssapi/patches/patch-setup.py |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 0eda84c4c768 -r ac875aa56998 security/py-gssapi/distinfo
--- a/security/py-gssapi/distinfo       Mon Dec 06 14:41:29 2021 +0000
+++ b/security/py-gssapi/distinfo       Mon Dec 06 14:45:22 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 11:17:46 nia Exp $
+$NetBSD: distinfo,v 1.19 2021/12/06 14:45:22 wiz Exp $
 
 BLAKE2s (gssapi-1.7.2.tar.gz) = 2a08fd0e959d0cdb2619a29f27cc0751be13fa52da605e33f78e7b4db47f0b9b
 SHA512 (gssapi-1.7.2.tar.gz) = 2d14c286e50c3dda3a2e58588860abbda249fa3ff4fe8e7a759cd8bb009ca7d20a6a06cf9b5b7eea42dce4ba740c8a8cebf190d085ffa3e66ec79882bda882ed
 Size (gssapi-1.7.2.tar.gz) = 1227616 bytes
+SHA1 (patch-setup.py) = 506e05b248a6d372f0cff92881dc0f5e21499210
diff -r 0eda84c4c768 -r ac875aa56998 security/py-gssapi/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-gssapi/patches/patch-setup.py Mon Dec 06 14:45:22 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2021/12/06 14:45:22 wiz Exp $
+
+Match this setting with py-setuptools.
+
+--- setup.py.orig      2021-10-10 21:13:06.000000000 +0000
++++ setup.py
+@@ -13,7 +13,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
+-os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
++#os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
+ 
+ from setuptools import setup  # noqa: E402
+ from setuptools import Distribution  # noqa: E402



Home | Main Index | Thread Index | Old Index