Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Dependencies of coilmq have non-overlapping set of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/398c47e86fa2
branches:  trunk
changeset: 431605:398c47e86fa2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:38:45 2020 +0000

description:
Dependencies of coilmq have non-overlapping set of Python versions.
Drop it from the category and mark as broken

diffstat:

 net/Makefile        |  4 ++--
 net/coilmq/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 3c9bbfc1d94c -r 398c47e86fa2 net/Makefile
--- a/net/Makefile      Thu May 14 19:37:42 2020 +0000
+++ b/net/Makefile      Thu May 14 19:38:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1330 2020/05/13 01:04:20 tnn Exp $
+# $NetBSD: Makefile,v 1.1331 2020/05/14 19:38:45 joerg Exp $
 #
 
 COMMENT=       Networking tools
@@ -76,7 +76,7 @@
 SUBDIR+=       cntlm
 SUBDIR+=       coda
 SUBDIR+=       coherence
-SUBDIR+=       coilmq
+#SUBDIR+=      coilmq
 SUBDIR+=       connect
 SUBDIR+=       corebird
 SUBDIR+=       corkscrew
diff -r 3c9bbfc1d94c -r 398c47e86fa2 net/coilmq/Makefile
--- a/net/coilmq/Makefile       Thu May 14 19:37:42 2020 +0000
+++ b/net/coilmq/Makefile       Thu May 14 19:38:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 11:45:32 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/14 19:38:45 joerg Exp $
 
 DISTNAME=      CoilMQ-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-stompclient>=0.3.2:../../devel/py-stompclient
 DEPENDS+=      ${PYPKGPREFIX}-daemon>=1.5.5:../../devel/py-daemon
 
+PYTHON_VERSIONS_ACCEPTED=      # conflict between py-stompclient and py-daemon
+
 USE_LANGUAGES= # none
 
 REPLACE_PYTHON+=       distribute_setup.py coilmq/start.py
@@ -26,8 +28,6 @@
 SUBST_FILES.cfg=       coilmq/config/__init__.py
 SUBST_SED.cfg=         -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/defaults.cfg,'
 
-PYTHON_VERSIONS_ACCEPTED=      27 # py-stompclient, py-daemon
-
 EGDIR=                 ${PREFIX}/share/examples/coilmq
 
 INSTALLATION_DIRS+=    ${EGDIR}



Home | Main Index | Thread Index | Old Index