pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/electrum



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Aug 25 07:46:46 UTC 2022

Modified Files:
        pkgsrc/finance/electrum: Makefile

Log Message:
electrum: mark as BROKEN due to py-dns dependency issue


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/electrum/Makefile

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

Modified files:

Index: pkgsrc/finance/electrum/Makefile
diff -u pkgsrc/finance/electrum/Makefile:1.12 pkgsrc/finance/electrum/Makefile:1.13
--- pkgsrc/finance/electrum/Makefile:1.12       Thu Jun 30 11:18:23 2022
+++ pkgsrc/finance/electrum/Makefile    Thu Aug 25 07:46:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/06/30 11:18:23 nia Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/25 07:46:46 tnn Exp $
 
 VERSION=       4.1.5
 DISTNAME=      Electrum-${VERSION}
@@ -19,7 +19,10 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.14:../../security/py-ecdsa
 DEPENDS+=      ${PYPKGPREFIX}-qrcode-[0-9]*:../../graphics/py-qrcode
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.12:../../devel/py-protobuf
-DEPENDS+=      ${PYPKGPREFIX}-dns<2.0:../../net/py-dns
+# net/py-dns1 only accepts python 2.7 but electrum claims incompatible
+# with python 2.7. Dependency cannot be met by neither py-dns nor py-dns1.
+BROKEN=                "py-dns dependency cannot currently be met in pkgsrc"
+#DEPENDS+=     ${PYPKGPREFIX}-dns<2.0:../../net/py-dns1
 # Seems to work without qdarkstyle? Commented out as it's currently not packaged
 #DEPENDS+=     ${PYPKGPREFIX}-qdarkstyle<2.9:../../
 DEPENDS+=      ${PYPKGPREFIX}-aiorpcX>0.18:../../net/py-aiorpcX



Home | Main Index | Thread Index | Old Index