pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-pyformlang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 16 20:14:43 UTC 2024

Modified Files:
        pkgsrc/lang/py-pyformlang: Makefile

Log Message:
py-pyformlang: not for Python 38


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

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

Modified files:

Index: pkgsrc/lang/py-pyformlang/Makefile
diff -u pkgsrc/lang/py-pyformlang/Makefile:1.4 pkgsrc/lang/py-pyformlang/Makefile:1.5
--- pkgsrc/lang/py-pyformlang/Makefile:1.4      Mon Apr  8 07:42:37 2024
+++ pkgsrc/lang/py-pyformlang/Makefile  Thu May 16 20:14:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/04/08 07:42:37 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/16 20:14:43 wiz Exp $
 
 DISTNAME=      pyformlang-1.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-numpy-[0-9]*:..
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index