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:   cirnatdan
Date:           Mon Nov  8 16:40:37 UTC 2021

Modified Files:
        pkgsrc/finance/electrum: Makefile

Log Message:
electrum: Fix REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/finance/electrum/Makefile:1.8
--- pkgsrc/finance/electrum/Makefile:1.7        Mon Nov  8 16:37:04 2021
+++ pkgsrc/finance/electrum/Makefile    Mon Nov  8 16:40:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/11/08 16:37:04 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/08 16:40:37 cirnatdan Exp $
 
 VERSION=       4.1.5
 DISTNAME=      Electrum-${VERSION}
@@ -30,7 +30,8 @@ DEPENDS+=     ${PYPKGPREFIX}-bitstring-[0-9]
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      libsecp256k1>=0.1:../../security/libsecp256k1
 
-REPLACE_PYTHON+=       lib/*.py
+REPLACE_PYTHON+=       electrum/electrum
+REPLACE_PYTHON+=       electrum/scripts/*.py
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index