From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 06:43:07 2023 Received: (at submit) by debbugs.gnu.org; 11 Jan 2023 11:43:07 +0000 Received: from localhost ([127.0.0.1]:41841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFZVb-0001g7-3T for submit@debbugs.gnu.org; Wed, 11 Jan 2023 06:43:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:59476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFZVZ-0001fz-06 for submit@debbugs.gnu.org; Wed, 11 Jan 2023 06:43:05 -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 1pFZVY-0001Ul-Rr for guix-patches@gnu.org; Wed, 11 Jan 2023 06:43:04 -0500 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFZVT-0000Ur-IA for guix-patches@gnu.org; Wed, 11 Jan 2023 06:43:01 -0500 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4NsQm02TpHzDqX2; Wed, 11 Jan 2023 11:42:56 +0000 (UTC) X-Riseup-User-ID: 6C9D2DCAFCB3E7FD268C336316CCE72088874E2E9E1FE2405463AA3071D597AB Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4NsQm01Cwvz1yZp; Wed, 11 Jan 2023 11:42:56 +0000 (UTC) Received: from danialbehzadi by banshee with local (Exim 4.96) (envelope-from ) id 1pFZVM-000p9F-0Y; Wed, 11 Jan 2023 15:12:52 +0330 From: Danial Behzadi To: guix-patches@gnu.org Subject: [PATCH] gnu: tractor: Update to 4.1.1. Date: Wed, 11 Jan 2023 15:12:42 +0330 Message-Id: <20230111114242.196603-1-dani.behzi@ubuntu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=dani.behzi@ubuntu.com; helo=mx1.riseup.net 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_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Danial Behzadi 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 (---) --- gnu/packages/tor.scm | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index d88a840..94cb0dc 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 André Batista -;;; Copyright © 2021-2022 Danial Behzadi +;;; Copyright © 2021-2023 Danial Behzadi ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Jim Newsome ;;; @@ -38,6 +38,7 @@ (define-module (gnu packages tor) #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (guix build-system python) + #:use-module (guix build-system pyproject) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages libevent) @@ -434,15 +435,15 @@ (define-public nyx (define-public tractor (package (name "tractor") - (version "4.0") + (version "4.1.1") (source (origin (method url-fetch) (uri (pypi-uri "traxtor" version)) (sha256 (base32 - "107iwkhw9rxbp4samlcw24gdvgqh23rd7z60lrl1b4iljmhqjvcs")))) - (build-system python-build-system) + "1542g6alycwlmvndxcijzn4d5lgycmxxb78gqd8qwgm9kw0fnr3q")))) + (build-system pyproject-build-system) (native-inputs (list (list glib "bin"))) ; for glib-compile-schemas. (inputs @@ -454,12 +455,21 @@ (define-public tractor python-termcolor)) (arguments (list + #:tests? #f ; no test suite. #:phases #~(modify-phases %standard-phases (add-after 'install 'install-man-page (lambda _ (let ((man1 (string-append #$output "/share/man/man1"))) (install-file "tractor/man/tractor.1" man1)))) + (add-after 'install 'install-bash-completion + (lambda _ + (mkdir "bash-completion") + (rename-file "tractor/tractor-completion" + "bash-completion/tractor") + (let ((bash-completion + (string-append #$output "/share/bash-completion/completions"))) + (install-file "bash-completion/tractor" bash-completion)))) (add-after 'install 'install-gschema (lambda _ (let ((schemas (string-append #$output "/share/glib-2.0/schemas"))) -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 28 01:07:36 2023 Received: (at 60727-done) by debbugs.gnu.org; 28 Jan 2023 06:07:36 +0000 Received: from localhost ([127.0.0.1]:39373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLeNE-00050P-A2 for submit@debbugs.gnu.org; Sat, 28 Jan 2023 01:07:36 -0500 Received: from mail.envs.net ([5.199.136.28]:57950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLeNC-00050H-8G for 60727-done@debbugs.gnu.org; Sat, 28 Jan 2023 01:07:34 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id B5FF238A0123; Sat, 28 Jan 2023 06:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1674886053; bh=LurQTnXdh+VLpyH/Xw26h4/Us6OC1M3T6QO1dKTkGYw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=pQ6f0noQwHAMAJ4q8bdl36mD8TCy6HXFSsHoRSwQofPAr/THkvacO2do/T45uBUGO hDPywyMeSvSCpl//HQtVguS5f6F4OxzfkXwz7Wx8X5VDb+fI+SzGk6LVXmIHWRPKX6 kEmBr2/9tbhStIZVy2x7sNRDlSskxVFerrevLGOuWUAIB0UZnW6jsQAb6ve8rnAXZp 5ez8QogLH1A7O2X/FSB+ZFv9t7kn5o+56vytXKqqHpc79xQvq5YQCzVOoxZdW0sZmB +kCkO6/WlepcTeMQywMUK25pPXAcysDuVuMVzwLMDJ12vv12d4ufnvrurgTdwIUcyz EPfbWRt16f5gQeRRWT/kV0YTR63R+5Y+7bqXWEqmVL5X6ppjw+dbNRdn9jwmJdl9J0 gfHhHdHiuU4ckuBOL7sPfVDkNUcGZiT3GPvYVp48ToFC/hUwSynr6/20qr3wfWynxX tWgzk5jr/jmv310wc5sy78mOpIW2BL8XEtKgGKUgsF8dUXTu/SZFswvLkytJewxjFF tR3upfVEbwRCcqzBNg0nWXuyY6AfkEkxYRYJ8885UWryGZx3dalgEyQIFpscmtWoSf nsfLFR5DPEem9l8xDgMVkoBPrh2QNOGAJuEBY1+4k3hwJhYmMUGmT89/kX72h9B0w0 G18qCcY+avpKFwjXTJwGjMYg= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IPPda3VtSSMK; Sat, 28 Jan 2023 06:07:30 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sat, 28 Jan 2023 06:07:30 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 5b779ba8; Sat, 28 Jan 2023 06:07:37 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Danial Behzadi Subject: Re: bug#60727: [PATCH] gnu: tractor: Update to 4.1.1. References: <20230111114242.196603-1-dani.behzi@ubuntu.com> Date: Sat, 28 Jan 2023 14:07:37 +0800 In-Reply-To: <20230111114242.196603-1-dani.behzi@ubuntu.com> (Danial Behzadi's message of "Wed, 11 Jan 2023 15:12:42 +0330") Message-ID: <87ilgrqjiu.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60727-done Cc: 60727-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: -1.0 (-) Danial Behzadi writes: > --- > gnu/packages/tor.scm | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) Applied, thank you! From unknown Fri Aug 15 04:02:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 Feb 2023 12:24:07 +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