pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-angr



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

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

Log Message:
py-angr: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-angr/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-angr/Makefile
diff -u pkgsrc/devel/py-angr/Makefile:1.17 pkgsrc/devel/py-angr/Makefile:1.18
--- pkgsrc/devel/py-angr/Makefile:1.17  Fri May 17 13:21:35 2024
+++ pkgsrc/devel/py-angr/Makefile       Tue Aug  6 11:25:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/05/17 13:21:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2024/08/06 11:25:02 adam Exp $
 
 .include "version.mk"
 
@@ -60,7 +60,7 @@ DEPENDS+=     ${PYPKGPREFIX}-unique-log-filt
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 OPSYSVARS+=    SOEXT
 SOEXT.Darwin=  dylib



Home | Main Index | Thread Index | Old Index