From patchwork Mon Mar 14 22:41:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 37812 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 0CC6327BBEA; Mon, 14 Mar 2022 22:42:47 +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=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable 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 8393127BBE9 for ; Mon, 14 Mar 2022 22:42:46 +0000 (GMT) Received: from localhost ([::1]:43048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTtOn-0000ob-Kr for patchwork@mira.cbaines.net; Mon, 14 Mar 2022 18:42:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTtOE-0000nS-EK for guix-patches@gnu.org; Mon, 14 Mar 2022 18:42:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52932) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nTtO6-00025Q-3A for guix-patches@gnu.org; Mon, 14 Mar 2022 18:42:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nTtO6-0004ZN-1g for guix-patches@gnu.org; Mon, 14 Mar 2022 18:42:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53019] [PATCH 1/8] gnu: Add python-codeclimate-test-reporter. References: <877aca93-bd87-3314-dbf9-ae9b0c537eb9@autistici.org> In-Reply-To: <877aca93-bd87-3314-dbf9-ae9b0c537eb9@autistici.org> Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 14 Mar 2022 22:42: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.164729771817507 (code B ref 53019); Mon, 14 Mar 2022 22:42:02 +0000 Received: (at 53019) by debbugs.gnu.org; 14 Mar 2022 22:41:58 +0000 Received: from localhost ([127.0.0.1]:46815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTtNx-0004Y3-1Q for submit@debbugs.gnu.org; Mon, 14 Mar 2022 18:41:58 -0400 Received: from confino.investici.org ([212.103.72.250]:62601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTtNu-0004XJ-TX for 53019@debbugs.gnu.org; Mon, 14 Mar 2022 18:41:51 -0400 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4KHWk635vSz10vL; Mon, 14 Mar 2022 22:41:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1647297710; bh=cgo3h7ZM5IoRTU8pTjnQbGT4doSpZYGP8aVRpVhhl88=; h=From:To:Cc:Subject:Date:From; b=qQS4NdF8royhcVWaYsKKciHZv1Zmk/hIW/FUZwa2vo88eCB/PfMa6U7t3PdLjnDNH YgoFFb6ur7zcTidOulUs7sr/AT+TtSO4gnKwJ7oKPWHrZcl7zikuUsxeqrWtoSba4s Kz3mjzTKEl1NNynLBXYco8Q5hoyB/G+GA4gKd+dA= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4KHWk62Wvyz10v0; Mon, 14 Mar 2022 22:41:50 +0000 (UTC) Date: Mon, 14 Mar 2022 23:41:37 +0100 Message-Id: <20220314224144.18295-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.34.0 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" Reply-to: Giacomo Leidi X-ACL-Warn: , Giacomo Leidi via Guix-patches X-Patchwork-Original-From: Giacomo Leidi via Guix-patches via From: Giacomo Leidi X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-codeclimate-test-reporter): New variable. --- gnu/packages/python-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) base-commit: f8aa76ab1fd3b4c9c87d2e68a811477adc844217 diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7ed6de5a2b..eac19ca1a5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -63,7 +63,7 @@ ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2019, 2020, 2021 Pierre Langlois ;;; Copyright © 2019 Jacob MacDonald -;;; Copyright © 2019, 2020, 2021 Giacomo Leidi +;;; Copyright © 2019-2022 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu @@ -26530,6 +26530,43 @@ (define-public python-flufl-lock (license (list license:asl2.0 license:lgpl3)))) ; only for setup_helpers.py +(define-public python-codeclimate-test-reporter + (package + (name "python-codeclimate-test-reporter") + (version "0.2.3") + (source + (origin + (method git-fetch) ;no tests in pypi archive + (uri (git-reference + (url "https://github.com/codeclimate/python-test-reporter") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxph5l3k9ch4hs9l76k4wnmzhd94bylg92lvm2priyn24gkn9a1")))) + (build-system python-build-system) + (native-inputs + (list git-minimal/fixed + python-httpretty + python-pytest)) + (propagated-inputs + (list (package + (inherit python-coverage) + (version "4.3.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "coverage" version)) + (sha256 + (base32 + "1prkwz1hkcbx19nsadbcmk4wl27ysx001pa8bykfagd3d87zxbpa"))))) + python-requests)) + (home-page "https://github.com/codeclimate/python-test-reporter") + (synopsis "Reports test coverage to Code Climate") + (description "This package provides @{codclimate-test-reporter}, a Python +library teport test coverage to Code Climate.") + (license license:expat))) + (define-public python-flufl-testing (package (name "python-flufl-testing")