pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-moto py-moto: restrict to python 3+ because of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fde6f546dce0
branches:  trunk
changeset: 371779:fde6f546dce0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 14 09:37:36 2022 +0000

description:
py-moto: restrict to python 3+ because of py-sure

diffstat:

 net/py-moto/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b5468895cd5b -r fde6f546dce0 net/py-moto/Makefile
--- a/net/py-moto/Makefile      Fri Jan 14 09:32:42 2022 +0000
+++ b/net/py-moto/Makefile      Fri Jan 14 09:37:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 15:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/14 09:37:36 wiz Exp $
 
 DISTNAME=      moto-1.1.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -39,6 +39,8 @@
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-sure
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} moto_server moto_server${PYVERSSUFFIX} || ${TRUE}
 



Home | Main Index | Thread Index | Old Index