From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48915) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPNmJ-0006Po-Ax for guix-patches@gnu.org; Tue, 29 Oct 2019 05:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPNmI-0005eM-4y for guix-patches@gnu.org; Tue, 29 Oct 2019 05:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPNmH-0005e4-Sz for guix-patches@gnu.org; Tue, 29 Oct 2019 05:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iPNmH-0000zF-OW for guix-patches@gnu.org; Tue, 29 Oct 2019 05:27:01 -0400 Subject: [bug#37975] [PATCH 0/2] gnu: Add udiskie. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48818) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPNll-0006BI-GE for guix-patches@gnu.org; Tue, 29 Oct 2019 05:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPNli-000566-Ab for guix-patches@gnu.org; Tue, 29 Oct 2019 05:26:28 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55133) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPNlh-00053I-RD for guix-patches@gnu.org; Tue, 29 Oct 2019 05:26:26 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4EB482400E5 for ; Tue, 29 Oct 2019 10:26:22 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 472R6P55ldz9s20 for ; Tue, 29 Oct 2019 10:26:21 +0100 (CET) From: Guillaume Le Vaillant Date: Tue, 29 Oct 2019 10:26:20 +0100 Message-ID: <87r22v6gxv.fsf@yamatai> MIME-Version: 1.0 Content-Type: text/plain 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: 37975@debbugs.gnu.org This patch series adds the udiskie frontend for udisks. Patches: - gnu: Add python-keyutils. - gnu: Add udiskie Note: I'm not familiar with the python build system, and I couldn't get the tests for python-keyutils to work. So if you're a pythoner with some free time, please check if you can get them to work.