pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-manticore py-manticore: Remove unnecessary re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fb587e29b52
branches:  trunk
changeset: 443871:7fb587e29b52
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 30 12:04:08 2020 +0000

description:
py-manticore: Remove unnecessary restriction to Python 3.7

Reflect Python version support noted in setup.py.

diffstat:

 devel/py-manticore/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 309fd1f7da6e -r 7fb587e29b52 devel/py-manticore/Makefile
--- a/devel/py-manticore/Makefile       Wed Dec 30 09:30:10 2020 +0000
+++ b/devel/py-manticore/Makefile       Wed Dec 30 12:04:08 2020 +0000
@@ -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}-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