pkgsrc-WIP-changes archive

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

sprinkle PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 15:54:28 2015 +0200
Changeset:	5bc0744d5f02b000d41a30cb014037802446ecab

Modified Files:
	py-blessings/Makefile
	py-moksha-hub/Makefile

Log Message:
sprinkle PYTHON_VERSIONS_INCOMPATIBLE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bc0744d5f02b000d41a30cb014037802446ecab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-blessings/Makefile  | 2 ++
 py-moksha-hub/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/py-blessings/Makefile b/py-blessings/Makefile
index 341ea84..a9cea0e 100644
--- a/py-blessings/Makefile
+++ b/py-blessings/Makefile
@@ -12,6 +12,8 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-multiprocessing
+
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
 
diff --git a/py-moksha-hub/Makefile b/py-moksha-hub/Makefile
index 5083738..71b39f0 100644
--- a/py-moksha-hub/Makefile
+++ b/py-moksha-hub/Makefile
@@ -16,6 +16,8 @@ DEPENDS+=	${PYPKGPREFIX}-txWS>=0.9.1:../../wip/py-txWS
 DEPENDS+=	${PYPKGPREFIX}-txZMQ>=0.7.3:../../wip/py-txZMQ
 DEPENDS+=	${PYPKGPREFIX}-moksha-common>=1.2.3:../../wip/py-moksha-common
 
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-twisted
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index