pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-manticore
Module Name: pkgsrc
Committed By: nia
Date: Wed Dec 30 12:04:08 UTC 2020
Modified Files:
pkgsrc/devel/py-manticore: Makefile
Log Message:
py-manticore: Remove unnecessary restriction to Python 3.7
Reflect Python version support noted in setup.py.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-manticore/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-manticore/Makefile
diff -u pkgsrc/devel/py-manticore/Makefile:1.13 pkgsrc/devel/py-manticore/Makefile:1.14
--- pkgsrc/devel/py-manticore/Makefile:1.13 Wed Nov 25 11:13:18 2020
+++ pkgsrc/devel/py-manticore/Makefile Wed Dec 30 12:04:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/11/25 11:13:18 nia Exp $
+# $NetBSD: Makefile,v 1.14 2020/12/30 12:04:08 nia Exp $
.include "../../devel/py-angr/version.mk"
@@ -29,7 +29,7 @@ DEPENDS+= ${PYPKGPREFIX}-ptable-[0-9]*:.
DEPENDS+= ${PYPKGPREFIX}-wasm-[0-9]*:../../devel/py-wasm
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-PYTHON_VERSIONS_ACCEPTED= 37
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
post-install:
.for alternative in bin/manticore bin/manticore-verifier
Home |
Main Index |
Thread Index |
Old Index