From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 06:24:04 2020 Received: (at submit) by debbugs.gnu.org; 28 Aug 2020 10:24:05 +0000 Received: from localhost ([127.0.0.1]:45165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBbYC-0006xZ-Lh for submit@debbugs.gnu.org; Fri, 28 Aug 2020 06:24:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:56246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBbYA-0006xR-8v for submit@debbugs.gnu.org; Fri, 28 Aug 2020 06:24:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBbYA-0000Iz-3p for guix-patches@gnu.org; Fri, 28 Aug 2020 06:24:02 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:40267) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBbY8-0003Df-2n for guix-patches@gnu.org; Fri, 28 Aug 2020 06:24:01 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPA id 979DB1C000B; Fri, 28 Aug 2020 10:23:56 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH 0/1] gnu: Add python-hg-evolve. Date: Fri, 28 Aug 2020 12:23:29 +0200 Message-Id: <20200828102329.2824-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.197; envelope-from=tanguy@bioneland.org; helo=relay5-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/28 06:23:57 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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 (---) Hi Guix! The patch is OK, but `guix lint` crashes at the "refresh" step! I don't know if it's a problem with the package definition (but `build` produces a working package) or with the `lint` command. My previous version of the package definition was grabbing the code from PyPI. With that version the linter was happy. It's been crashing since I changed to `hg-fetch`. Tanguy Le Carrour (1): gnu: Add python-hg-evolve. gnu/packages/version-control.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 06:25:51 2020 Received: (at 43082) by debbugs.gnu.org; 28 Aug 2020 10:25:51 +0000 Received: from localhost ([127.0.0.1]:45171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBbZs-00074i-4w for submit@debbugs.gnu.org; Fri, 28 Aug 2020 06:25:51 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:37187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBbZp-00074T-Nm for 43082@debbugs.gnu.org; Fri, 28 Aug 2020 06:25:46 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id EC60360004; Fri, 28 Aug 2020 10:25:38 +0000 (UTC) From: Tanguy Le Carrour To: 43082@debbugs.gnu.org Subject: [PATCH 1/1] gnu: Add python-hg-evolve. Date: Fri, 28 Aug 2020 12:25:32 +0200 Message-Id: <20200828102532.4059-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43082 Cc: Tanguy Le Carrour 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: -1.0 (-) * gnu/packages/version-control.scm (python-hg-evolve): New variable. --- gnu/packages/version-control.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index bc8e5f21ab..e4817e52e8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2020 John D. Boy ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2020 Vinicius Monego +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,6 +53,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix hg-download) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system go) @@ -1650,6 +1652,32 @@ It efficiently handles projects of any size and offers an easy and intuitive interface.") (license license:gpl2+))) +(define-public python-hg-evolve + (package + (name "python-hg-evolve") + (version "10.0.1") + (source + (origin + (method hg-fetch) + (uri (hg-reference + (url "https://www.mercurial-scm.org/repo/evolve") + (changeset version))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1lz407373lfam9n02gq0l0rc2sjvn0m96kbzy93ipia3ika8fa68")))) + (build-system python-build-system) + (arguments + ;; Tests need mercurial source code. + '(#:tests? #f)) + (propagated-inputs + `(("mercurial" ,mercurial))) + (home-page "https://www.mercurial-scm.org/doc/evolution/") + (synopsis "Flexible evolution of Mercurial history") + (description "Evolve is a Mercurial extension for faster and safer mutable +history. It implements the changeset evolution concept for Mercurial.") + (license license:gpl2))) + (define-public neon (package (name "neon") -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 10 06:31:01 2020 Received: (at 43082-done) by debbugs.gnu.org; 10 Sep 2020 10:31:01 +0000 Received: from localhost ([127.0.0.1]:37263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGJr2-0002Ke-L2 for submit@debbugs.gnu.org; Thu, 10 Sep 2020 06:31:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGJr0-0002KR-Ro for 43082-done@debbugs.gnu.org; Thu, 10 Sep 2020 06:30:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55750) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kGJqv-0002yk-BF; Thu, 10 Sep 2020 06:30:53 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=42928 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kGJqu-0004pk-Ez; Thu, 10 Sep 2020 06:30:53 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: [bug#43082] [PATCH 1/1] gnu: Add python-hg-evolve. References: <20200828102329.2824-1-tanguy@bioneland.org> <20200828102532.4059-1-tanguy@bioneland.org> Date: Thu, 10 Sep 2020 12:30:43 +0200 In-Reply-To: <20200828102532.4059-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Fri, 28 Aug 2020 12:25:32 +0200") Message-ID: <87een9hqjw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43082-done Cc: 43082-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 (---) Hi, Tanguy Le Carrour skribis: > * gnu/packages/version-control.scm (python-hg-evolve): New variable. Pushed, thanks! Ludo=E2=80=99. From unknown Sun Aug 10 20:12:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 08 Oct 2020 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