pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-moto
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 14 09:37:36 UTC 2022
Modified Files:
pkgsrc/net/py-moto: Makefile
Log Message:
py-moto: restrict to python 3+ because of py-sure
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-moto/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/py-moto/Makefile
diff -u pkgsrc/net/py-moto/Makefile:1.5 pkgsrc/net/py-moto/Makefile:1.6
--- pkgsrc/net/py-moto/Makefile:1.5 Wed Jan 5 15:41:17 2022
+++ pkgsrc/net/py-moto/Makefile Fri Jan 14 09:37:36 2022
@@ -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 @@ USE_PKG_RESOURCES= yes
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