From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id IDJRFrbz1GHvBAAAgWs5BA (envelope-from ) for ; Wed, 05 Jan 2022 02:26:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 4Kf6Drbz1GFuIAAAG6o9tA (envelope-from ) for ; Wed, 05 Jan 2022 02:26:14 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D5FCF47958 for ; Wed, 5 Jan 2022 02:26:13 +0100 (CET) Received: from localhost ([::1]:52678 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4v49-0004rv-1i for larch@yhetil.org; Tue, 04 Jan 2022 20:26:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4v31-0004MH-7Y for guix-patches@gnu.org; Tue, 04 Jan 2022 20:25:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55934) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n4v30-0006Xx-UR for guix-patches@gnu.org; Tue, 04 Jan 2022 20:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n4v30-0001WI-SF for guix-patches@gnu.org; Tue, 04 Jan 2022 20:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53019] [PATCH 3/4] gnu: Add python-ddlparse. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Jan 2022 01:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53019 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53019@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 53019-submit@debbugs.gnu.org id=B53019.16413458845794 (code B ref 53019); Wed, 05 Jan 2022 01:25:02 +0000 Received: (at 53019) by debbugs.gnu.org; 5 Jan 2022 01:24:44 +0000 Received: from localhost ([127.0.0.1]:39243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n4v2h-0001VH-Gs for submit@debbugs.gnu.org; Tue, 04 Jan 2022 20:24:44 -0500 Received: from latitanza.investici.org ([82.94.249.234]:49593) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n4v2a-0001Ur-87 for 53019@debbugs.gnu.org; Tue, 04 Jan 2022 20:24:36 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4JTBbl61hrzGp4d; Wed, 5 Jan 2022 01:24:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1641345875; bh=EXr6Z/8WfuolUbUkpClnzRVf2F2AmYtYyeUEJIDzMcQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=prKijoZlOwZAt038/VQxA7h2m0rMFSDunFzOADd69vhfhotpXg/rg1XXcP05JBpRS mWAq8qxH2beBugd1ZSVxBqt92ErggliXVCNVCvop3aNyHn/xb4BNINRkei23m/ec0P XSkV8HE4FBT/Vx4JkyDUJbLgDqsmBxJJPl2QHR24= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4JTBbl2bwSzGp4Y; Wed, 5 Jan 2022 01:24:35 +0000 (UTC) Date: Wed, 5 Jan 2022 02:24:07 +0100 Message-Id: <20220105012408.4874-3-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220105012408.4874-1-goodoldpaul@autistici.org> References: <20220105012408.4874-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Giacomo Leidi X-ACL-Warn: , Giacomo Leidi via Guix-patches From: Giacomo Leidi via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641345973; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=EXr6Z/8WfuolUbUkpClnzRVf2F2AmYtYyeUEJIDzMcQ=; b=ZcaxWt22F/LvNg7vX6lPsA+ffWzWw1+a1MEJ7Wvv7LX8ftdB+AxWscyYMPeD+X2lMlMqxt o3ptDfQkzhoHugQ3/HeljjGSwfTffxqZj8ljTbAOoM09Ysp6VJxKtWetbmku14xia9hqLa 5AUunTvRd66i6Fl59kiag6vZoqGe1EWa+D5r6Vkfj8JQ2XyEtxpO4R6TooIUaU/qgUZ4++ wMgiPb0sxMXB29eJuMoZUDk9kM7I4sAiMUVTQ48eoln6WfGgJO3+qpOOI8UmKtWSp5CDLe XE3rXCNg+k03HNAcmHZF8w0iidUqgXeuVF7NaXEICrNVo7/Vxwwufx3iHzazaA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641345973; a=rsa-sha256; cv=none; b=A6e1/VAT1il6ZScllGNzw3PGxfRMb+sE9XwRWlh6KEIsvRxRYowM46P/t5WtWyT5O2nx92 euQXHqU239Wn85yWQ+WOr7cYbUQSHUVM9tGtXEq9LLmEpNM6g/pQUwhcZ1NJ3pjhURlC+H Usj2T3LQNRl1g1pfECZdE72bYRbcpmrjsD+niWiBqXSRir19tPM73Y4tlBxdetsgDXhSmY ZO3VXhFttgJhTTlMTqs/5bdUuW4LmAzXeNOFXmxXPXPkAXqLVXQmOXokOhBhjtMdnSistV w6NRoPl4oULmAr3wUF4e1ZG2LU18qIpU+uHOQAjkPx7V2rm0QwkYspoJP4MFjA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=prKijoZl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=prKijoZl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D5FCF47958 X-Spam-Score: -3.90 X-Migadu-Scanner: scn0.migadu.com X-TUID: JQMb/oLq3y06 * gnu/packages/python-xyz.scm (python-ddlparse): New variable. --- gnu/packages/python-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c33f9b3213..b2ccb66f33 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3502,6 +3502,44 @@ (define-public python-jsondiff compare, diff, and patch JSON and JSON-like structures in Python.") (license license:expat))) +(define-public python-ddlparse + (package + (name "python-ddlparse") + (version "1.10.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ddlparse" version)) + (sha256 + (base32 "1nh8m6rxslwk05daxshxmgk41qfp18yynydba49b13l4m8dnh634")) + (modules '((guix build utils))) + (snippet + '(begin + (substitute* "test-requirements.txt" + (("codecov>=2\\.1\\.8") "codecov") + (("pytest-cov>=2\\.10\\.0") "pytest-cov")) + #t)))) + (build-system python-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest"))))))) + (native-inputs + (list python-codeclimate-test-reporter + python-codecov + python-coveralls + python-pytest + python-pytest-cov + python-tox)) + (propagated-inputs (list python-pyparsing)) + (home-page "https://github.com/shinichi-takii/ddlparse") + (synopsis "Parses and converts DDL to BigQuery JSON schema") + (description "This package provides @{ddlparse}, a Python library to parse +and convert DDL to BigQuery JSON schema.") + (license license:bsd-3))) + (define-public python-jsonschema (package (name "python-jsonschema") -- 2.34.0