pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pysha3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  3 09:59:32 UTC 2023

Modified Files:
        pkgsrc/devel/py-pysha3: Makefile

Log Message:
py-pysha3: not for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pysha3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pysha3/Makefile
diff -u pkgsrc/devel/py-pysha3/Makefile:1.4 pkgsrc/devel/py-pysha3/Makefile:1.5
--- pkgsrc/devel/py-pysha3/Makefile:1.4 Mon Nov 14 14:34:48 2022
+++ pkgsrc/devel/py-pysha3/Makefile     Fri Nov  3 09:59:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/03 09:59:32 wiz Exp $
 
 DISTNAME=      pysha3-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
@@ -12,7 +12,7 @@ COMMENT=      SHA-3 wrapper (keccak) for Pyth
 LICENSE=       python-software-foundation
 
 # actually, only for python < 3.6, but it builds up to 3.10
-PYTHON_VERSIONS_INCOMPATIBLE=  311
+PYTHON_VERSIONS_INCOMPATIBLE=  311 312
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index