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: adam
Date: Tue Aug 6 11:27:43 UTC 2024
Modified Files:
pkgsrc/lang/py-pyformlang: Makefile
Log Message:
py-pyformlang: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/lang/py-pyformlang/Makefile:1.6
--- pkgsrc/lang/py-pyformlang/Makefile:1.5 Thu May 16 20:14:43 2024
+++ pkgsrc/lang/py-pyformlang/Makefile Tue Aug 6 11:27:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/05/16 20:14:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/06 11:27:43 adam 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 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index