Package: guix-patches;
Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>
Date: Wed, 5 Jan 2022 01:19:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Message #95 received at 53019 <at> debbugs.gnu.org (full text, mbox):
From: Giacomo Leidi <goodoldpaul <at> autistici.org> To: 53019 <at> debbugs.gnu.org Cc: Giacomo Leidi <goodoldpaul <at> autistici.org> Subject: [PATCH 2/9] yyy Date: Mon, 14 Mar 2022 23:36:08 +0100
--- gnu/packages/python-check.scm | 39 ----------------------------------- gnu/packages/python-xyz.scm | 39 ++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 40 deletions(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index eb6a6852c6..05a378601f 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -13,7 +13,6 @@ ;;; Copyright © 2021 Brendan Tildesley <mail <at> brendan.scot> ;;; Copyright © 2021 Guillaume Le Vaillant <glv <at> posteo.net> ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com> -;;; Copyright © 2022 Giacomo Leidi <goodoldpaul <at> autistici.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -39,7 +38,6 @@ (define-module (gnu packages python-check) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) - #:use-module (gnu packages version-control) #:use-module (gnu packages web) #:use-module (gnu packages xml) #:use-module (gnu packages xorg) @@ -1510,43 +1508,6 @@ (define-public python-pytest-qt interaction, like key presses and mouse clicks.") (license license:expat))) -(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-codacy-coverage (package (name "python-codacy-coverage") 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 <a <at> ajgrf.com> ;;; Copyright © 2019, 2020, 2021 Pierre Langlois <pierre.langlois <at> gmx.com> ;;; Copyright © 2019 Jacob MacDonald <jaccarmac <at> gmail.com> -;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul <at> autistici.org> +;;; Copyright © 2019-2022 Giacomo Leidi <goodoldpaul <at> autistici.org> ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz> ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy <at> bioneland.org> ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> @@ -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") -- 2.34.0
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.