pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-importlab



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 11:25:36 UTC 2024

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

Log Message:
py-importlab: not for Python 3.8 nor 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-importlab/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-importlab/Makefile
diff -u pkgsrc/devel/py-importlab/Makefile:1.1 pkgsrc/devel/py-importlab/Makefile:1.2
--- pkgsrc/devel/py-importlab/Makefile:1.1      Sun May 12 17:12:00 2024
+++ pkgsrc/devel/py-importlab/Makefile  Tue Aug  6 11:25:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/12 17:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/06 11:25:36 adam Exp $
 
 DISTNAME=      importlab-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-networkx>=2:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} importlab importlab-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index