pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-hanko-certvalidator



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep  5 05:12:23 UTC 2026

Modified Files:
        pkgsrc/security/py-hanko-certvalidator: Makefile

Log Message:
py-hanko-certvalidator: not for Python 3.10 nor 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-hanko-certvalidator/Makefile

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-hanko-certvalidator/Makefile
diff -u pkgsrc/security/py-hanko-certvalidator/Makefile:1.3 pkgsrc/security/py-hanko-certvalidator/Makefile:1.4
--- pkgsrc/security/py-hanko-certvalidator/Makefile:1.3 Thu Sep  3 09:56:21 2026
+++ pkgsrc/security/py-hanko-certvalidator/Makefile     Sat Sep  5 05:12:23 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/09/03 09:56:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/09/05 05:12:23 adam Exp $
 #
 # Changelog: https://docs.pyhanko.eu/en/latest/changelog.html#pyhanko-certvalidator
 
@@ -25,5 +25,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov>=
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=   310 311 # py-aiohttp
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index