pkgsrc-WIP-changes archive

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

routersploit: Update PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 6 17:53:09 2020 +0100
Changeset:	6945def7d8c1d0edfbf138fa3388c61bde5512a9

Modified Files:
	routersploit/Makefile

Log Message:
routersploit: Update PYTHON_VERSIONS_INCOMPATIBLE

Python 3.8.x is not supported yet.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6945def7d8c1d0edfbf138fa3388c61bde5512a9

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

diffstat:
 routersploit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/routersploit/Makefile b/routersploit/Makefile
index d506aa5ca8..8795647687 100644
--- a/routersploit/Makefile
+++ b/routersploit/Makefile
@@ -21,7 +21,8 @@ USE_LANGUAGES=	# none
 
 REPLACE_PYTHON+=	rsf.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+# Only for Python 3.x but still not ported to 3.8
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index