From patchwork Fri Oct 4 07:21:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15640 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 906B2174EF; Fri, 4 Oct 2019 08:23:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 5032D174EF for ; Fri, 4 Oct 2019 08:23:11 +0100 (BST) Received: from localhost ([::1]:42750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGHvi-0002ap-Sy for patchwork@mira.cbaines.net; Fri, 04 Oct 2019 03:23:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43611) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGHvd-0002ai-Pm for guix-patches@gnu.org; Fri, 04 Oct 2019 03:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGHvb-0000ZX-R5 for guix-patches@gnu.org; Fri, 04 Oct 2019 03:23:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGHva-0000Z9-HZ for guix-patches@gnu.org; Fri, 04 Oct 2019 03:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGHva-0001Vs-8d for guix-patches@gnu.org; Fri, 04 Oct 2019 03:23:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37598] [PATCH 2/4] gnu: Add python-poyo. References: <20191003121316.irq3vdmu4ov6dygb@rafflesia> In-Reply-To: <20191003121316.irq3vdmu4ov6dygb@rafflesia> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Oct 2019 07:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37598 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37598@debbugs.gnu.org Received: via spool by 37598-submit@debbugs.gnu.org id=B37598.15701737215715 (code B ref 37598); Fri, 04 Oct 2019 07:23:02 +0000 Received: (at 37598) by debbugs.gnu.org; 4 Oct 2019 07:22:01 +0000 Received: from localhost ([127.0.0.1]:41639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHub-0001U2-FE for submit@debbugs.gnu.org; Fri, 04 Oct 2019 03:22:01 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:56289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHua-0001Tt-0P for 37598@debbugs.gnu.org; Fri, 04 Oct 2019 03:22:00 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 31CC620000C for <37598@debbugs.gnu.org>; Fri, 4 Oct 2019 07:21:57 +0000 (UTC) Date: Fri, 4 Oct 2019 09:21:57 +0200 From: Tanguy Le Carrour Message-ID: <20191004072157.iyjjgvwygvrv4i4n@rafflesia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From d813e412ef063f4b1574a631d66ef526f955e044 Mon Sep 17 00:00:00 2001 From: "tanguy@bioneland.org" Date: Thu, 3 Oct 2019 09:13:59 +0200 Subject: [PATCH 2/4] gnu: Add python-poyo. --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6309ac4b8e..a21029a5dc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1552,6 +1552,25 @@ existing ones.") ;; Tests don't work with python2. #:tests? #f))))) +(define-public python-poyo + (package + (name "python-poyo") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "poyo" version)) + (sha256 + (base32 + "1pflivs6j22frz0v3dqxnvc8yb8fb52g11lqr88z0i8cg2m5csg2")))) + (build-system python-build-system) + (home-page "https://github.com/hackebrot/poyo") + (synopsis + "Lightweight YAML Parser for Python") + (description + "A lightweight YAML Parser for Python.") + (license license:expat))) + (define-public scons (package (name "scons")