all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 50021@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#50021] [PATCH 3/7] gnu: Remove virtaal.
Date: Thu, 12 Aug 2021 01:31:19 +0000	[thread overview]
Message-ID: <20210812013123.44869-3-monego@posteo.net> (raw)
In-Reply-To: <20210812013123.44869-1-monego@posteo.net>

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 2074442da5..bb63ae56f7 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1153,42 +1153,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





  parent reply	other threads:[~2021-08-12  1:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12  1:29 [bug#50021] [PATCH 0/7] Update python-translate-toolkit Vinicius Monego
2021-08-12  1:31 ` [bug#50021] [PATCH 1/7] gnu: Add python-phply Vinicius Monego
2021-08-12  1:31   ` [bug#50021] [PATCH 2/7] gnu: Add python-iniparse Vinicius Monego
2021-08-12  1:31   ` Vinicius Monego [this message]
2021-08-12  1:31   ` [bug#50021] [PATCH 4/7] gnu: python-translate-toolkit: Update to 3.3.6 Vinicius Monego
2021-08-12  1:31   ` [bug#50021] [PATCH 5/7] gnu: Remove python2-translate-toolkit Vinicius Monego
2021-08-12  1:31   ` [bug#50021] [PATCH 6/7] gnu: python-translate-toolkit: Enable tests Vinicius Monego
2021-08-12  1:31   ` [bug#50021] [PATCH 7/7] gnu: python-diff-match-patch: Update to 20200713 Vinicius Monego
2021-10-25 23:16 ` [bug#50021] [PATCH v2 1/8] gnu: Add python-phply Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 2/8] gnu: Add python-iniparse Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 3/8] gnu: Remove virtaal Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 4/8] gnu: Remove python2-translate-toolkit Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 5/8] gnu: Add python-fluent-syntax Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 6/8] gnu: python-translate-toolkit: Update to 3.4.1 Vinicius Monego
2021-10-25 23:16   ` [bug#50021] [PATCH v2 7/8] gnu: python-translate-toolkit: Enable tests Vinicius Monego
2021-10-26 14:48 ` [bug#50021] [PATCH v2 8/8] gnu: python-diff-match-patch: Update to 20200713 Vinicius Monego
2022-08-21 22:24 ` bug#50021: [PATCH 0/7] Update python-translate-toolkit Vinicius Monego

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210812013123.44869-3-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=50021@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.