From unknown Fri Sep 05 18:58:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#64467 <64467@debbugs.gnu.org> To: bug#64467 <64467@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-gixy. Reply-To: bug#64467 <64467@debbugs.gnu.org> Date: Sat, 06 Sep 2025 01:58:03 +0000 retitle 64467 [PATCH] gnu: Add python-gixy. reassign 64467 guix-patches submitter 64467 Bruno Victal severity 64467 normal tag 64467 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 04 18:32:24 2023 Received: (at submit) by debbugs.gnu.org; 4 Jul 2023 22:32:24 +0000 Received: from localhost ([127.0.0.1]:36756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGoZL-0004no-Ss for submit@debbugs.gnu.org; Tue, 04 Jul 2023 18:32:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:55050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGoZJ-0004nY-Iu for submit@debbugs.gnu.org; Tue, 04 Jul 2023 18:32:22 -0400 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 1qGoZC-0000Yw-WF for guix-patches@gnu.org; Tue, 04 Jul 2023 18:32:15 -0400 Received: from smtpm1.myservices.hosting ([185.26.105.232]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGoZA-00053a-Ke for guix-patches@gnu.org; Tue, 04 Jul 2023 18:32:14 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm1.myservices.hosting (Postfix) with ESMTP id B10A3209A8 for ; Wed, 5 Jul 2023 00:32:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id CC9EF80097; Wed, 5 Jul 2023 00:22:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VotsKil9h6ZI; Wed, 5 Jul 2023 00:22:14 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 3315080060; Wed, 5 Jul 2023 00:22:14 +0200 (CEST) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-gixy. Date: Tue, 4 Jul 2023 23:22:01 +0100 Message-Id: <3c2dcb852f94b32b76be47e5e2e6a7194430ad63.1688509284.git.mirai@makinata.eu> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.232; envelope-from=mirai@makinata.eu; helo=smtpm1.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/check.scm (python-gixy): New variable. --- gnu/packages/check.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index df57a778fe..4e8caadc82 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -43,6 +43,7 @@ ;;; Copyright © 2022 jgart ;;; Copyright © 2023 Luis Felipe López Acevedo ;;; Copyright © 2023 Timo Wilken +;;; Copyright © 2023 Bruno Victal ;;; ;;; This file is part of GNU Guix. ;;; @@ -811,6 +812,41 @@ (define-public doctest has been designed to be fast, light and unintrusive.") (license license:expat))) +(define-public python-gixy + ;; The 0.1.20 release is missing some important fixes. + ;; XXX: Commit 'e9008dcbd11f43ccac109b0cf2bf98a94e76b449' breaks tests + ;; since it improperly removes an import. + (let ((commit "303eb6887ddecab18138b6e427b04ae77c41d2f1") + (revision "0") + (base-version "0.1.20")) + (package + (name "python-gixy") + (version (git-version base-version revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/yandex/gixy") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gymjcnvjx9snyrzdbmjnk93ibb161q72xam29vnl3yyac4r1330")))) + (build-system pyproject-build-system) + (native-inputs (list python-nose)) + (propagated-inputs + (list python-cached-property python-configargparse + python-jinja2 python-six + ;; XXX: gixy is incompatible with pyparsing >= 3.x. + ;; See and + ;; . + python-pyparsing-2.4.7)) + (home-page "https://github.com/yandex/gixy") + (synopsis "Static NGINX configuration analyzer") + (description "Gixy is a static analyzer whose main goal is to help +prevent common NGINX misconfigurations. It provides the @command{gixy} +command.") + (license license:mpl2.0)))) + (define-public go-github.com-smartystreets-gunit (package (name "go-github.com-smartystreets-gunit") base-commit: 9122736455a9085d51b71b269b7c26a695a474ef -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 17 18:30:17 2023 Received: (at 64467-done) by debbugs.gnu.org; 17 Jul 2023 22:30:17 +0000 Received: from localhost ([127.0.0.1]:51139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLWjR-0002jI-Fb for submit@debbugs.gnu.org; Mon, 17 Jul 2023 18:30:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLWjP-0002j6-Ai for 64467-done@debbugs.gnu.org; Mon, 17 Jul 2023 18:30:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLWjJ-000708-Q3; Mon, 17 Jul 2023 18:30:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0elI8j9qV0aXMjsxDFVItC5FwXztEroWcnf3jyN8UbA=; b=PUkjHgLNJUtsYaH3mNxA LjfCAowwQ6Up5kbNpA58IxbIDF+JKkmKdGbvy6e9jiQg/zk74hyKdXJ7ErhvgMMVLVNK2lz3wF9k+ IL1NNfU9DJ3QMEQxD1yyDMmK/IKYTInu19FleKLZo72Px1mupky5GemFjlrwQVCuXso3JxCKhOvQ4 RCCWNQF6+fA24geA0eOWDekBhEDAgQMTkOzsIv2e4zSsnZhv5LuxD5U0+yNiAitd7KixHLSHB/9mU WPiMizsdOESudO+NTQ+65UtuozYs9kyrdUgB2WsfB9NvD5gDpRlgLEntDDJA8poOnnB7lj1BSbihC TfkfdbGsI1jKfg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLWjJ-0006Ml-4R; Mon, 17 Jul 2023 18:30:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Bruno Victal Subject: Re: bug#64467: [PATCH] gnu: Add python-gixy. References: <3c2dcb852f94b32b76be47e5e2e6a7194430ad63.1688509284.git.mirai@makinata.eu> Date: Tue, 18 Jul 2023 00:30:07 +0200 In-Reply-To: <3c2dcb852f94b32b76be47e5e2e6a7194430ad63.1688509284.git.mirai@makinata.eu> (Bruno Victal's message of "Tue, 4 Jul 2023 23:22:01 +0100") Message-ID: <87ttu2mas0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64467-done Cc: 64467-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Bruno Victal skribis: > * gnu/packages/check.scm (python-gixy): New variable. Applied, thanks! From unknown Fri Sep 05 18:58:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Aug 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator