From patchwork Thu Feb 15 20:46:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Isaac X-Patchwork-Id: 60418 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 D6A4027BBE9; Thu, 15 Feb 2024 20:48:44 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E951E27BBE2 for ; Thu, 15 Feb 2024 20:48:43 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raie9-00012g-Lo; Thu, 15 Feb 2024 15:47:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raie2-0000zv-Hj for guix-patches@gnu.org; Thu, 15 Feb 2024 15:47:46 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raie2-0003Xt-96; Thu, 15 Feb 2024 15:47:46 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raieL-0005Eo-1b; Thu, 15 Feb 2024 15:48:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66690] [PATCH v2 6/8] gnu: Add python-cwl-utils. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: arunisaac@systemreboot.net, ludo@gnu.org, guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 20:48:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66690 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: 66690@debbugs.gnu.org Cc: Arun Isaac , Arun Isaac , Ludovic =?utf-8?q?Court=C3=A8s?= X-Debbugs-Original-Xcc: Arun Isaac , Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 66690-submit@debbugs.gnu.org id=B66690.170803005519985 (code B ref 66690); Thu, 15 Feb 2024 20:48:05 +0000 Received: (at 66690) by debbugs.gnu.org; 15 Feb 2024 20:47:35 +0000 Received: from localhost ([127.0.0.1]:57559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raidp-0005C9-So for submit@debbugs.gnu.org; Thu, 15 Feb 2024 15:47:35 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:58850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raidm-0005Bu-0N for 66690@debbugs.gnu.org; Thu, 15 Feb 2024 15:47:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=hXWPdNNwvH8E1a+ihn/j16c8pniTY/6Gw84kNHa9b+c=; b=FnxZrgt/wl/UAA7l1wwQPGivdI x9i98j5M2LDVpjZkiBazPjS1ky+5qpgyMYfw9AWgW0szikPRrHO4S1JztMphX/pLWtggszYNhioA1 /DpsAN4jFA1wVLVpLq7A3cbywkyL8iEm/JilpBeEYmjZFPXNwReCC+EkTFFnk46b4HPbfdBlAlcN1 H5L93BPj2WEugD/XNV1H/QH+g6tyK8BnHErzyTMYM35/Z+kMRmmPa3y+7SL9pmABEi5GpMsQ6OQJ3 yu6ZPx0eWQV8QAxqfvx1eMUqAQVQRNtX5t2vwIGhwlfz2wfmBKZOzVesMOE+ZtI/9eRJwyEthGDMq gRxF4nIQ==; Received: from [192.168.2.1] (port=57126 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1raicG-0004iN-37; Thu, 15 Feb 2024 20:45:57 +0000 From: Arun Isaac Date: Thu, 15 Feb 2024 20:46:23 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/bioinformatics.scm (python-cwl-utils): New variable. Change-Id: I9347c80c0e866b89a7d432091fbcf1bc009209a5 --- gnu/packages/bioinformatics.scm | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 438b22800c..35c4d7d993 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5189,6 +5189,49 @@ (define-public python-cwl-upgrader and v1.1 to v1.2.") (license license:asl2.0))) +(define-public python-cwl-utils + (package + (name "python-cwl-utils") + (version "0.32") + (source + (origin + (method url-fetch) + (uri (pypi-uri "cwl-utils" version)) + (sha256 + (base32 + "06wkw8d8cqm3hnz8xwnysz874gwaym36c358cr7frw5iglhvsj98")))) + (build-system pyproject-build-system) + (arguments + (list + #:test-flags + #~(list "-k" + (string-append "not test_graph_split" + " and not test_load_document_with_remote_uri" + " and not test_remote_packing" + " and not test_remote_packing_github_soft_links" + " and not test_value_from_two_concatenated_expressions")))) + (inputs + (list node)) + (native-inputs + (list python-mypy-extensions + python-pytest + python-pytest-mock + python-pytest-runner)) + (propagated-inputs + (list python-cwl-upgrader + python-cwlformat + python-packaging + python-rdflib + python-requests + python-ruamel.yaml + python-schema-salad)) + (home-page "https://github.com/common-workflow-language/cwl-utils") + (synopsis "Python utilities for CWL") + (description "@code{python-cwl-utils} provides python utilities and +autogenerated classes for loading and parsing CWL v1.0, CWL v1.1, and CWL v1.2 +documents.") + (license license:asl2.0))) + (define-public cwltool (package (name "cwltool")