pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: nia
Date: Wed Dec 9 09:30:56 UTC 2020
Modified Files:
pkgsrc/textproc/py-jsonrpc-server: Makefile
pkgsrc/textproc/py-ujson: Makefile
Log Message:
Mark packages that fail with Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-jsonrpc-server/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-ujson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-jsonrpc-server/Makefile
diff -u pkgsrc/textproc/py-jsonrpc-server/Makefile:1.2 pkgsrc/textproc/py-jsonrpc-server/Makefile:1.3
--- pkgsrc/textproc/py-jsonrpc-server/Makefile:1.2 Sat Nov 7 18:56:56 2020
+++ pkgsrc/textproc/py-jsonrpc-server/Makefile Wed Dec 9 09:30:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/07 18:56:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/09 09:30:56 nia Exp $
DISTNAME= python-jsonrpc-server-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -22,6 +22,8 @@ DEPENDS+= ${PYPKGPREFIX}-ujson>=3:../../
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # textproc/py-ujson
+
PYTHON_VERSIONED_DEPENDENCIES= test:test
# does not work either
Index: pkgsrc/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.5 pkgsrc/textproc/py-ujson/Makefile:1.6
--- pkgsrc/textproc/py-ujson/Makefile:1.5 Sat Nov 7 18:55:32 2020
+++ pkgsrc/textproc/py-ujson/Makefile Wed Dec 9 09:30:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/11/07 18:55:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/12/09 09:30:56 nia Exp $
DISTNAME= ujson-4.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptool
USE_LANGUAGES= c c++
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index