From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id QzSpLQU7d2GnUQEAgWs5BA (envelope-from ) for ; Tue, 26 Oct 2021 01:17:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EO+5KAU7d2E+EgAAB5/wlQ (envelope-from ) for ; Mon, 25 Oct 2021 23:17:25 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 53E0E9821 for ; Tue, 26 Oct 2021 01:17:25 +0200 (CEST) Received: from localhost ([::1]:38720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf9DY-000078-8e for larch@yhetil.org; Mon, 25 Oct 2021 19:17:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf9DD-0008WO-7z for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33067) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf9DC-000895-VK for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mf9DC-0006Gc-RP for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50021] [PATCH v2 3/8] gnu: Remove virtaal. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 25 Oct 2021 23:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50021 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50021@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 50021-submit@debbugs.gnu.org id=B50021.163520381924063 (code B ref 50021); Mon, 25 Oct 2021 23:17:02 +0000 Received: (at 50021) by debbugs.gnu.org; 25 Oct 2021 23:16:59 +0000 Received: from localhost ([127.0.0.1]:44611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf9D9-0006G3-1Q for submit@debbugs.gnu.org; Mon, 25 Oct 2021 19:16:59 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf9D7-0006Fd-J1 for 50021@debbugs.gnu.org; Mon, 25 Oct 2021 19:16:58 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F311D240103 for <50021@debbugs.gnu.org>; Tue, 26 Oct 2021 01:16:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1635203812; bh=49zZvM95g1pQaibQMQyu5XC+Mn7GPg4NFxVbRPLv2Po=; h=From:To:Cc:Subject:Date:From; b=pB6JUb016xSlgvOQZUCQRNbA9tS1i6/nC3ugYqRA7obDgsuZIqpfv7Kfq2Vt3eUAT SlRC36qmnJYa6gVpVioA/K9yuI6lzUrCp8XVlPy0d7Uk926r0sf60K+nd4vnUWTChr /X/rRfkhQLGULhA/oc8O1Agw3Ra76iNX+lafWqg+gnPjef1LimkLbQI9FCDb6YfQzR /zLaDQTVHkgfa9ygGLIG00pbnkBjkg1Qky+tq+qmT9+sf1RqTgLXzC4f3TuCdIFh2k EUh/FZnGvqckJ3BMlPXn+XaiYs/KA6xqOgKLtubUGPVlp1lMWU7FddA69A8quaJrb1 K+8jokx+8djig== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HdW7708SCz6tmG; Tue, 26 Oct 2021 01:16:50 +0200 (CEST) From: Vinicius Monego Date: Mon, 25 Oct 2021 23:16:11 +0000 Message-Id: <20211025231615.73660-3-monego@posteo.net> In-Reply-To: <20211025231615.73660-1-monego@posteo.net> References: <20211025231615.73660-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635203845; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=YobZo4RQmdx26xRTsO43TNXB7sdHkx5kkAAQUuMwDIs=; b=nUNOCk+eP65lS1hvB/60X2dZOEKrPJxPanBfx4H26h+IBpA98YLBplUQdUyKnmDnaNAGTz 7dynaUqdKmxshCQ4ORdWqcQlONND0MqyxCRAUHu4FnOn9jtSquNtqprAGO4rfog+NXNxiY 1EP/+Vx2wJUxudUSakdgJXZDqFSK4IEmKiqsEmE3+ucPYL+7iHcsACI50MlsHzlXdPGIZH YR2gMzfsnbjvAK6NUriT3k1INRsEGjFQflHUY8ZVjHYfyZ5oHNKt+hmdpqFyy0/WwEIYOf xOFRZSn8wUA7Tnkd6cPoZ7g1e92It6jy+eElGK19VQYMlioV/1GxtKMi2kJaow== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635203845; a=rsa-sha256; cv=none; b=qXg+g/1OOCDJEIVDOxB3r3D0CL0YWSKVN7CJ9BugO5qYPCeNDqS4TgTAV4IqwXcromz2I9 GZmKCb3KglmsCCKXouPrmlPaVES1MoXiohqDiYKzobZ4+WmQxpw6ekZXef8r1biKrw5qzB zyaI0GFsPQ1pF+ny0evrPXgxpgDbYhJK2eH8MtOVCRs3BHcS1zMFptXEmOhBRlUNKBdLwW xVdfhuewWncpjp7g/pyLVGgFjEWmYgWCOcVHBbHoqtDg7bg2JDpGSwElI/V57LJu83XhYP 631Mk0zRlX1zGVcIl2gjIpu2QrLkaPtHEsmKqVA+veRYQGUqSTosEOqCld5qag== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pB6JUb01; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.67 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pB6JUb01; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 53E0E9821 X-Spam-Score: 3.67 X-Migadu-Scanner: scn0.migadu.com X-TUID: AJSaNWUJuEHM This package depends on Python 2 which is past end-of-life and not supported by newer versions of some of the dependencies. * gnu/packages/text-editors.scm (virtaal): Remove variable. --- gnu/packages/text-editors.scm | 39 ----------------------------------- 1 file changed, 39 deletions(-) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index d73f32c64e..4c428616b8 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1156,42 +1156,3 @@ files. It was originally developed on the Amiga 3000T.") systems that displays its buffer(s) as a hex dump. The user interface is kept similar to vi/ex.") (license license:bsd-3))) - -(define-public virtaal - (package - (name "virtaal") - (version "0.7.1") - (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/translate/Virtaal/" - version "/virtaal-" version ".tar.bz2")) - (sha256 - (base32 - "0cyimjp3191qlmw6n0ipqdr9xr0cq4f6dqvz4rl9q31h6l3kywf9")))) - (build-system python-build-system) - (arguments - `(#:python ,python-2 - #:use-setuptools? #f - #:tests? #f ;; Failing tests - #:phases - (modify-phases %standard-phases - (add-before 'build 'configure - (lambda* (#:key outputs #:allow-other-keys) - ;; Set data file path to absolute store path. - (substitute* "virtaal/common/pan_app.py" - (("file_discovery\\.get_abs_data_filename.*") - (string-append "os.path.join('" - (assoc-ref outputs "out") - "/share', *path_parts)")))))))) - (inputs - `(("python2-lxml" ,python2-lxml) - ("python2-pygtk" ,python2-pygtk) - ("python2-simplejson" ,python2-simplejson) - ("python2-translate-toolkit" ,python2-translate-toolkit) - ("python2-pycurl" ,python2-pycurl))) - (synopsis "Graphical translation tool") - (description "Virtaal is a powerful yet simple translation tool with an -uncluttered user interface. It supports a multitude of translation formats -provided by the Translate Toolkit, including XLIFF and PO.") - (home-page "https://virtaal.translatehouse.org/") - (license license:gpl2+))) -- 2.30.2