pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jsonrpc-server
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Dec 9 20:51:20 UTC 2020
Modified Files:
pkgsrc/textproc/py-jsonrpc-server: Makefile
Log Message:
py-jsonrpc-server: Fix python bulk build breakage.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-jsonrpc-server/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.3 pkgsrc/textproc/py-jsonrpc-server/Makefile:1.4
--- pkgsrc/textproc/py-jsonrpc-server/Makefile:1.3 Wed Dec 9 09:30:56 2020
+++ pkgsrc/textproc/py-jsonrpc-server/Makefile Wed Dec 9 20:51:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/12/09 09:30:56 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/09 20:51:19 jperkin Exp $
DISTNAME= python-jsonrpc-server-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,18 +12,11 @@ LICENSE= mit
USE_LANGUAGES= # none
-.include "../../lang/python/pyversion.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # textproc/py-ujson
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
-.endif
DEPENDS+= ${PYPKGPREFIX}-ujson>=3:../../textproc/py-ujson
-
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
Home |
Main Index |
Thread Index |
Old Index