From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: [PATCH 0/4] Add electrum Date: Tue, 3 Jan 2017 00:32:34 +1100 Message-ID: <20170102133238.17811-1-carlo@zancanaro.id.au> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO2jM-00036p-2A for guix-devel@gnu.org; Mon, 02 Jan 2017 08:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO2jI-00024E-TU for guix-devel@gnu.org; Mon, 02 Jan 2017 08:32:52 -0500 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]:34315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cO2jI-00022v-OO for guix-devel@gnu.org; Mon, 02 Jan 2017 08:32:48 -0500 Received: by mail-pg0-x241.google.com with SMTP id b1so30483610pgc.1 for ; Mon, 02 Jan 2017 05:32:47 -0800 (PST) Received: from localhost.localdomain (14-200-183-160.static.tpgi.com.au. [14.200.183.160]) by smtp.gmail.com with ESMTPSA id u124sm78466931pgb.6.2017.01.02.05.32.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jan 2017 05:32:45 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org These patches are to add Electrum, a Bitcoin client. The three python libraries are the only dependencies that weren't already packaged. They're mostly just from the pypi importer and they seem correct to me. Carlo Zancanaro (4): gnu: Add python-pbkdf2. gnu: Add python-qrcode. gnu: Add python2-slowaes gnu: Add electrum. gnu/packages/finance.scm | 50 ++++++++++++++++++++++++++++++++++ gnu/packages/python.scm | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) -- 2.11.0