From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 0/3]: Add libyaml, pyyaml, pybedtools. Date: Fri, 20 Feb 2015 17:46:20 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqip-0007EZ-8i for guix-devel@gnu.org; Fri, 20 Feb 2015 11:46:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOqik-0006Qx-9B for guix-devel@gnu.org; Fri, 20 Feb 2015 11:46:35 -0500 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:57258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqij-0006Mj-VL for guix-devel@gnu.org; Fri, 20 Feb 2015 11:46:30 -0500 Received: from localhost (localhost [127.0.0.1]) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 718BC38084C for ; Fri, 20 Feb 2015 17:46:27 +0100 (CET) Received: from venus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (venus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1DhWtx9iJmgg for ; Fri, 20 Feb 2015 17:46:21 +0100 (CET) Received: from HTCATWO.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTP for ; Fri, 20 Feb 2015 17:46:21 +0100 (CET) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel Attached is a series of patches adding libyaml, the Python bindings to libyaml, and pybedtools (Python bindings to bedtools), which depends on the former two. ~~ Ricardo