pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 14 05:08:09 UTC 2025
Modified Files:
pkgsrc/security/py-asyncssh: Makefile PLIST
pkgsrc/security/py-bandit: Makefile PLIST
pkgsrc/security/py-bcrypt: Makefile PLIST
pkgsrc/security/py-bcrypt3: Makefile PLIST
pkgsrc/security/py-gnupg: Makefile PLIST
pkgsrc/security/py-google-auth-oauthlib: Makefile PLIST
pkgsrc/security/py-gssapi: Makefile PLIST
pkgsrc/security/py-hkdf: Makefile
pkgsrc/security/py-keyrings.alt: Makefile PLIST
pkgsrc/security/py-krb5: Makefile PLIST
pkgsrc/security/py-mohawk: Makefile
pkgsrc/security/py27-OpenSSL: Makefile PLIST
pkgsrc/security/py27-cryptography: Makefile PLIST
Log Message:
Fix PLIST after py-setuptools update; bump depends and revision
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-asyncssh/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-bandit/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-bandit/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-bcrypt/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-bcrypt/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-bcrypt3/Makefile \
pkgsrc/security/py-bcrypt3/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-gnupg/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-google-auth-oauthlib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-google-auth-oauthlib/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-hkdf/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-keyrings.alt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-keyrings.alt/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-krb5/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-krb5/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-mohawk/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py27-OpenSSL/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py27-OpenSSL/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py27-cryptography/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py27-cryptography/PLIST
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-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.50 pkgsrc/security/py-asyncssh/Makefile:1.51
--- pkgsrc/security/py-asyncssh/Makefile:1.50 Fri Feb 21 12:02:26 2025
+++ pkgsrc/security/py-asyncssh/Makefile Mon Apr 14 05:08:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2025/02/21 12:02:26 adam Exp $
+# $NetBSD: Makefile,v 1.51 2025/04/14 05:08:07 adam Exp $
DISTNAME= asyncssh-2.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://asyncssh.readthedocs.i
COMMENT= Asynchronous SSHv2 client and server library
LICENSE= epl-v2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0:../../devel/py-typing-extensions
Index: pkgsrc/security/py-asyncssh/PLIST
diff -u pkgsrc/security/py-asyncssh/PLIST:1.16 pkgsrc/security/py-asyncssh/PLIST:1.17
--- pkgsrc/security/py-asyncssh/PLIST:1.16 Wed Nov 13 10:31:54 2024
+++ pkgsrc/security/py-asyncssh/PLIST Mon Apr 14 05:08:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.16 2024/11/13 10:31:54 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.17 2025/04/14 05:08:07 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/asyncssh/__init__.py
${PYSITELIB}/asyncssh/__init__.pyc
Index: pkgsrc/security/py-bandit/Makefile
diff -u pkgsrc/security/py-bandit/Makefile:1.16 pkgsrc/security/py-bandit/Makefile:1.17
--- pkgsrc/security/py-bandit/Makefile:1.16 Tue Mar 4 09:15:25 2025
+++ pkgsrc/security/py-bandit/Makefile Mon Apr 14 05:08:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/03/04 09:15:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/14 05:08:07 adam Exp $
DISTNAME= bandit-1.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bandit/}
@@ -11,7 +12,7 @@ COMMENT= Security oriented static analys
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-gitpython>=3.1.30:../../devel/py-gitpython
DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-stevedore>=1.20.0:../../devel/py-stevedore
Index: pkgsrc/security/py-bandit/PLIST
diff -u pkgsrc/security/py-bandit/PLIST:1.6 pkgsrc/security/py-bandit/PLIST:1.7
--- pkgsrc/security/py-bandit/PLIST:1.6 Wed Feb 26 22:07:53 2025
+++ pkgsrc/security/py-bandit/PLIST Mon Apr 14 05:08:07 2025
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.6 2025/02/26 22:07:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/14 05:08:07 adam Exp $
bin/bandit-${PYVERSSUFFIX}
bin/bandit-baseline-${PYVERSSUFFIX}
bin/bandit-config-generator-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/bandit/__init__.py
Index: pkgsrc/security/py-bcrypt/Makefile
diff -u pkgsrc/security/py-bcrypt/Makefile:1.28 pkgsrc/security/py-bcrypt/Makefile:1.29
--- pkgsrc/security/py-bcrypt/Makefile:1.28 Wed Mar 5 13:43:12 2025
+++ pkgsrc/security/py-bcrypt/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2025/03/05 13:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/04/14 05:08:08 adam Exp $
DISTNAME= bcrypt-4.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/pyca/bcrypt
COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.7.0:../../devel/py-setuptools-rust
CARGO_WRKSRC= ${WRKSRC}/src/_bcrypt/
Index: pkgsrc/security/py-bcrypt/PLIST
diff -u pkgsrc/security/py-bcrypt/PLIST:1.10 pkgsrc/security/py-bcrypt/PLIST:1.11
--- pkgsrc/security/py-bcrypt/PLIST:1.10 Sat Dec 16 12:01:18 2023
+++ pkgsrc/security/py-bcrypt/PLIST Mon Apr 14 05:08:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2023/12/16 12:01:18 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.11 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/bcrypt/__init__.py
${PYSITELIB}/bcrypt/__init__.pyc
Index: pkgsrc/security/py-bcrypt3/Makefile
diff -u pkgsrc/security/py-bcrypt3/Makefile:1.1 pkgsrc/security/py-bcrypt3/Makefile:1.2
--- pkgsrc/security/py-bcrypt3/Makefile:1.1 Tue Feb 18 15:03:53 2025
+++ pkgsrc/security/py-bcrypt3/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2025/02/18 15:03:53 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/14 05:08:08 adam Exp $
DISTNAME= bcrypt-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
@@ -10,12 +11,8 @@ HOMEPAGE= https://github.com/pyca/bcrypt
COMMENT= Modern password hashing (non-Rust version)
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.3.1:../../devel/py-test
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-bcrypt3/PLIST
diff -u pkgsrc/security/py-bcrypt3/PLIST:1.1 pkgsrc/security/py-bcrypt3/PLIST:1.2
--- pkgsrc/security/py-bcrypt3/PLIST:1.1 Tue Feb 18 15:03:53 2025
+++ pkgsrc/security/py-bcrypt3/PLIST Mon Apr 14 05:08:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2025/02/18 15:03:53 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/bcrypt/__about__.py
${PYSITELIB}/bcrypt/__about__.pyc
Index: pkgsrc/security/py-gnupg/Makefile
diff -u pkgsrc/security/py-gnupg/Makefile:1.40 pkgsrc/security/py-gnupg/Makefile:1.41
--- pkgsrc/security/py-gnupg/Makefile:1.40 Wed Jan 8 10:02:35 2025
+++ pkgsrc/security/py-gnupg/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2025/01/08 10:02:35 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/04/14 05:08:08 adam Exp $
DISTNAME= python-gnupg-0.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-gnupg/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://docs.red-dove.com/pyth
COMMENT= Wrapper for the Gnu Privacy Guard
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2
USE_LANGUAGES= # none
Index: pkgsrc/security/py-gnupg/PLIST
diff -u pkgsrc/security/py-gnupg/PLIST:1.8 pkgsrc/security/py-gnupg/PLIST:1.9
--- pkgsrc/security/py-gnupg/PLIST:1.8 Sat Oct 28 19:57:14 2023
+++ pkgsrc/security/py-gnupg/PLIST Mon Apr 14 05:08:08 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2023/10/28 19:57:14 wiz Exp $
-${PYSITELIB}/gnupg.py
-${PYSITELIB}/gnupg.pyc
-${PYSITELIB}/gnupg.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.9 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/gnupg.py
+${PYSITELIB}/gnupg.pyc
+${PYSITELIB}/gnupg.pyo
Index: pkgsrc/security/py-google-auth-oauthlib/Makefile
diff -u pkgsrc/security/py-google-auth-oauthlib/Makefile:1.22 pkgsrc/security/py-google-auth-oauthlib/Makefile:1.23
--- pkgsrc/security/py-google-auth-oauthlib/Makefile:1.22 Mon Nov 11 07:28:55 2024
+++ pkgsrc/security/py-google-auth-oauthlib/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2024/11/11 07:28:55 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/14 05:08:08 adam Exp $
DISTNAME= google_auth_oauthlib-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/GoogleCloud
COMMENT= Google Authentication Library
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.15.0:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
Index: pkgsrc/security/py-google-auth-oauthlib/PLIST
diff -u pkgsrc/security/py-google-auth-oauthlib/PLIST:1.2 pkgsrc/security/py-google-auth-oauthlib/PLIST:1.3
--- pkgsrc/security/py-google-auth-oauthlib/PLIST:1.2 Mon Jan 15 13:22:13 2024
+++ pkgsrc/security/py-google-auth-oauthlib/PLIST Mon Apr 14 05:08:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/01/15 13:22:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/14 05:08:08 adam Exp $
bin/google-oauthlib-tool-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/docs/conf.py
${PYSITELIB}/docs/conf.pyc
Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.27 pkgsrc/security/py-gssapi/Makefile:1.28
--- pkgsrc/security/py-gssapi/Makefile:1.27 Wed Nov 13 10:30:59 2024
+++ pkgsrc/security/py-gssapi/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2024/11/13 10:30:59 adam Exp $
+# $NetBSD: Makefile,v 1.28 2025/04/14 05:08:08 adam Exp $
DISTNAME= gssapi-1.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/}
@@ -11,7 +12,7 @@ COMMENT= Low-level and high-level wrappe
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
# unpackaged: k5test
TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.12 pkgsrc/security/py-gssapi/PLIST:1.13
--- pkgsrc/security/py-gssapi/PLIST:1.12 Wed Nov 13 10:30:59 2024
+++ pkgsrc/security/py-gssapi/PLIST Mon Apr 14 05:08:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.12 2024/11/13 10:30:59 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.13 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/gssapi/__init__.py
${PYSITELIB}/gssapi/__init__.pyc
Index: pkgsrc/security/py-hkdf/Makefile
diff -u pkgsrc/security/py-hkdf/Makefile:1.5 pkgsrc/security/py-hkdf/Makefile:1.6
--- pkgsrc/security/py-hkdf/Makefile:1.5 Mon Nov 11 07:28:55 2024
+++ pkgsrc/security/py-hkdf/Makefile Mon Apr 14 05:08:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:55 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/14 05:08:08 adam Exp $
DISTNAME= hkdf-0.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,5 @@ LICENSE= 2-clause-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-keyrings.alt/Makefile
diff -u pkgsrc/security/py-keyrings.alt/Makefile:1.10 pkgsrc/security/py-keyrings.alt/Makefile:1.11
--- pkgsrc/security/py-keyrings.alt/Makefile:1.10 Wed Mar 5 10:24:28 2025
+++ pkgsrc/security/py-keyrings.alt/Makefile Mon Apr 14 05:08:08 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/03/05 10:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/14 05:08:08 adam Exp $
DISTNAME= keyrings_alt-5.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/keyrings.alt/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/jaraco/keyr
COMMENT= Alternate keyring implementations
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes
DEPENDS+= ${PYPKGPREFIX}-jaraco.context-[0-9]*:../../devel/py-jaraco.context
Index: pkgsrc/security/py-keyrings.alt/PLIST
diff -u pkgsrc/security/py-keyrings.alt/PLIST:1.3 pkgsrc/security/py-keyrings.alt/PLIST:1.4
--- pkgsrc/security/py-keyrings.alt/PLIST:1.3 Sun Jan 28 21:27:54 2024
+++ pkgsrc/security/py-keyrings.alt/PLIST Mon Apr 14 05:08:08 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/28 21:27:54 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/keyrings/__init__.py
${PYSITELIB}/keyrings/__init__.pyc
Index: pkgsrc/security/py-krb5/Makefile
diff -u pkgsrc/security/py-krb5/Makefile:1.7 pkgsrc/security/py-krb5/Makefile:1.8
--- pkgsrc/security/py-krb5/Makefile:1.7 Tue Mar 11 10:51:11 2025
+++ pkgsrc/security/py-krb5/Makefile Mon Apr 14 05:08:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2025/03/11 10:51:11 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/14 05:08:08 adam Exp $
DISTNAME= krb5-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/krb5/}
@@ -11,7 +12,7 @@ COMMENT= Kerberos API bindings for Pytho
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.29:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
PLIST_VARS+= mitkrb heimdal
Index: pkgsrc/security/py-krb5/PLIST
diff -u pkgsrc/security/py-krb5/PLIST:1.4 pkgsrc/security/py-krb5/PLIST:1.5
--- pkgsrc/security/py-krb5/PLIST:1.4 Wed Nov 13 10:30:12 2024
+++ pkgsrc/security/py-krb5/PLIST Mon Apr 14 05:08:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2024/11/13 10:30:12 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/04/14 05:08:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/krb5/__init__.py
${PYSITELIB}/krb5/__init__.pyc
Index: pkgsrc/security/py-mohawk/Makefile
diff -u pkgsrc/security/py-mohawk/Makefile:1.6 pkgsrc/security/py-mohawk/Makefile:1.7
--- pkgsrc/security/py-mohawk/Makefile:1.6 Mon Nov 11 07:28:55 2024
+++ pkgsrc/security/py-mohawk/Makefile Mon Apr 14 05:08:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/14 05:08:08 adam Exp $
DISTNAME= mohawk-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py27-OpenSSL/Makefile
diff -u pkgsrc/security/py27-OpenSSL/Makefile:1.7 pkgsrc/security/py27-OpenSSL/Makefile:1.8
--- pkgsrc/security/py27-OpenSSL/Makefile:1.7 Wed Mar 5 10:25:39 2025
+++ pkgsrc/security/py27-OpenSSL/Makefile Mon Apr 14 05:08:07 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2025/03/05 10:25:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/14 05:08:07 adam Exp $
DISTNAME= pyOpenSSL-21.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://pyopenssl.org/
COMMENT= Python interface to the OpenSSL library (non-Rust version)
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cryptography<4:../../security/py27-cryptography
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
Index: pkgsrc/security/py27-OpenSSL/PLIST
diff -u pkgsrc/security/py27-OpenSSL/PLIST:1.2 pkgsrc/security/py27-OpenSSL/PLIST:1.3
--- pkgsrc/security/py27-OpenSSL/PLIST:1.2 Sun May 5 20:16:04 2024
+++ pkgsrc/security/py27-OpenSSL/PLIST Mon Apr 14 05:08:07 2025
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2024/05/05 20:16:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/14 05:08:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/OpenSSL/SSL.py
${PYSITELIB}/OpenSSL/SSL.pyc
${PYSITELIB}/OpenSSL/SSL.pyo
@@ -20,8 +25,3 @@ ${PYSITELIB}/OpenSSL/rand.pyo
${PYSITELIB}/OpenSSL/version.py
${PYSITELIB}/OpenSSL/version.pyc
${PYSITELIB}/OpenSSL/version.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/security/py27-cryptography/Makefile
diff -u pkgsrc/security/py27-cryptography/Makefile:1.13 pkgsrc/security/py27-cryptography/Makefile:1.14
--- pkgsrc/security/py27-cryptography/Makefile:1.13 Mon Nov 11 07:28:57 2024
+++ pkgsrc/security/py27-cryptography/Makefile Mon Apr 14 05:08:07 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:28:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/14 05:08:07 adam Exp $
DISTNAME= cryptography-3.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/pyca/crypto
COMMENT= Cryptographic recipes and primitives for Python (non-Rust version)
LICENSE= apache-2.0 OR modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cffi>=0:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
@@ -21,8 +21,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py27-cryptography/PLIST
diff -u pkgsrc/security/py27-cryptography/PLIST:1.2 pkgsrc/security/py27-cryptography/PLIST:1.3
--- pkgsrc/security/py27-cryptography/PLIST:1.2 Sun May 5 20:21:18 2024
+++ pkgsrc/security/py27-cryptography/PLIST Mon Apr 14 05:08:07 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2024/05/05 20:21:18 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.BSD
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.PSF
+@comment $NetBSD: PLIST,v 1.3 2025/04/14 05:08:07 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.APACHE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.BSD
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.PSF
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/cryptography/__about__.py
${PYSITELIB}/cryptography/__about__.pyc
Home |
Main Index |
Thread Index |
Old Index