pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/scapy
Module Name: pkgsrc
Committed By: adam
Date: Sat Jul 20 13:05:14 UTC 2024
Modified Files:
pkgsrc/net/scapy: Makefile
Log Message:
scapy: not for Python 3.8/3.9
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/scapy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/scapy/Makefile
diff -u pkgsrc/net/scapy/Makefile:1.45 pkgsrc/net/scapy/Makefile:1.46
--- pkgsrc/net/scapy/Makefile:1.45 Tue Apr 30 10:38:15 2024
+++ pkgsrc/net/scapy/Makefile Sat Jul 20 13:05:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2024/04/30 10:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/07/20 13:05:14 adam Exp $
DISTNAME= scapy-2.5.0
PKGREVISION= 3
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= tcpreplay-[0-9]*:../../net/tcpreplay
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-ipython
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index