From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fANzi-0005Kq-BC for guix-patches@gnu.org; Sun, 22 Apr 2018 19:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fANzf-0004iH-AT for guix-patches@gnu.org; Sun, 22 Apr 2018 19:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56546) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fANzf-0004hi-7O for guix-patches@gnu.org; Sun, 22 Apr 2018 19:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fANze-0001uQ-Mr for guix-patches@gnu.org; Sun, 22 Apr 2018 19:02:02 -0400 Subject: [bug#31241] [PATCH 00/13] Add Duniter's bindings for Python Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fANzE-0005Bk-Mo for guix-patches@gnu.org; Sun, 22 Apr 2018 19:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fANzB-0004Hn-MK for guix-patches@gnu.org; Sun, 22 Apr 2018 19:01:36 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:46613) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fANzB-0004FQ-FF for guix-patches@gnu.org; Sun, 22 Apr 2018 19:01:33 -0400 From: Nicolas Goaziou Date: Mon, 23 Apr 2018 01:01:25 +0200 Message-Id: <20180422230125.30668-1-mail@nicolasgoaziou.fr> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31241@debbugs.gnu.org The ultimate goal is to package Sakia (), but I'm failing so far (PyQt5 not found even though it is a propagated input). Anyway, the duniterpy library is a big step forward towards that goal. Feedback welcome. Regards, Nicolas Goaziou (13): gnu: python-attrs: Update to 17.4.0. gnu: Add python-async-generator. gnu: Add python-pycares. gnu: Add python-async-timeout. gnu: Add python-idna-ssl. gnu: Add python-base58. gnu: Add python-pylibscrypt. gnu: Add python-multidict. gnu: Add python-aiodns. gnu: Add python-yarl. gnu: Add python-libnacl. gnu: Add python-aiohttp. gnu: Add python-duniterpy. gnu/packages/python-crypto.scm | 122 +++++++++++++++++++++++++++++++++ gnu/packages/python-web.scm | 110 +++++++++++++++++++++++++++++ gnu/packages/python.scm | 89 +++++++++++++++++++++--- 3 files changed, 311 insertions(+), 10 deletions(-) -- 2.17.0