GNU bug report logs -
#29169
Update electrum to 3.0
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29169 in the body.
You can then email your comments to 29169 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#29169
; Package
guix-patches
.
(Mon, 06 Nov 2017 11:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Carlo Zancanaro <carlo <at> zancanaro.id.au>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 06 Nov 2017 11:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Electrum recently updated to version 3.0. This included a move to
python3 and pyqt5.
[0001-gnu-Add-python-jsonrpclib-pelix.patch (text/x-diff, attachment)]
[0002-gnu-electrum-Update-to-3.0.patch (text/x-diff, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29169
; Package
guix-patches
.
(Mon, 06 Nov 2017 11:58:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 29169 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Whoops! I forgot to update my master branch before sending those patches
out. The python-jsonrpclib-pelix patch might not apply cleanly. Here's
an updated one that should.
[0001-gnu-Add-python-jsonrpclib-pelix.patch (text/x-diff, inline)]
From 38646c4dbcf5c7dfe85e7685acfeab72da6a69db Mon Sep 17 00:00:00 2001
From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
Date: Mon, 6 Nov 2017 22:39:11 +1100
Subject: [PATCH 1/2] gnu: Add python-jsonrpclib-pelix.
* gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix):
New variables.
---
gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e506f6dfd..090069ab2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16897,3 +16897,32 @@ embeddable JavaScript engine.")
(define-public python2-dukpy
(package-with-python2 python-dukpy))
+
+(define-public python-jsonrpclib-pelix
+ (package
+ (name "python-jsonrpclib-pelix")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jsonrpclib-pelix" version))
+ (sha256
+ (base32
+ "1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl"))))
+ (build-system python-build-system)
+ (home-page
+ "http://github.com/tcalmant/jsonrpclib/")
+ (synopsis
+ "This project is an implementation of the JSON-RPC v2.0
+specification (backwards-compatible) as a client library, for Python 2.7 and
+Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with
+Pelix remote services.")
+ (description
+ "This project is an implementation of the JSON-RPC v2.0
+specification (backwards-compatible) as a client library, for Python 2.7 and
+Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with
+Pelix remote services.")
+ (license #f)))
+
+(define-public python2-jsonrpclib-pelix
+ (package-with-python2 python-jsonrpclib-pelix))
--
2.14.3
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29169
; Package
guix-patches
.
(Mon, 06 Nov 2017 22:37:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 29169 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Carlo,
Carlo Zancanaro <carlo <at> zancanaro.id.au> skribis:
> From 38646c4dbcf5c7dfe85e7685acfeab72da6a69db Mon Sep 17 00:00:00 2001
> From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
> Date: Mon, 6 Nov 2017 22:39:11 +1100
> Subject: [PATCH 1/2] gnu: Add python-jsonrpclib-pelix.
>
> * gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix):
> New variables.
Applied with the changes below. Please make sure to run ‘guix lint’
next time. :-)
Thanks,
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 090069ab2..5b11a6371 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16910,19 +16910,14 @@ embeddable JavaScript engine.")
(base32
"1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl"))))
(build-system python-build-system)
- (home-page
- "http://github.com/tcalmant/jsonrpclib/")
- (synopsis
- "This project is an implementation of the JSON-RPC v2.0
-specification (backwards-compatible) as a client library, for Python 2.7 and
-Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with
-Pelix remote services.")
- (description
- "This project is an implementation of the JSON-RPC v2.0
-specification (backwards-compatible) as a client library, for Python 2.7 and
-Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with
-Pelix remote services.")
- (license #f)))
+ (home-page "https://github.com/tcalmant/jsonrpclib/")
+ (synopsis "JSON-RPC 2.0 client library for Python")
+ (description
+ "This library implements the JSON-RPC v2.0
+specification (backwards-compatible) as a client library for Python. This
+version is a fork of jsonrpclib by Josh Marshall, usable with Pelix remote
+services.")
+ (license license:asl2.0)))
(define-public python2-jsonrpclib-pelix
(package-with-python2 python-jsonrpclib-pelix))
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Mon, 06 Nov 2017 23:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Carlo Zancanaro <carlo <at> zancanaro.id.au>
:
bug acknowledged by developer.
(Mon, 06 Nov 2017 23:00:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 29169-done <at> debbugs.gnu.org (full text, mbox):
Carlo Zancanaro <carlo <at> zancanaro.id.au> skribis:
> From ff32be8c9ef2f2afab933cf562c47f9f21e0eda6 Mon Sep 17 00:00:00 2001
> From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
> Date: Mon, 6 Nov 2017 22:40:28 +1100
> Subject: [PATCH 2/2] gnu: electrum: Update to 3.0.
>
> gnu/packages/finance.scm (electrum): Update to 3.0.
> [inputs]: Change to python3 inputs.
> [arguments]: Remove python-2. Disable tests.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 05 Dec 2017 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.