[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50021] [PATCH v2 6/8] gnu: python-translate-toolkit: Update to 3.4.
From: |
Vinicius Monego |
Subject: |
[bug#50021] [PATCH v2 6/8] gnu: python-translate-toolkit: Update to 3.4.1. |
Date: |
Mon, 25 Oct 2021 23:16:14 +0000 |
* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to 3.4.1.
[source]: Update PyPI URI.
[propagated-inputs]: Remove python-babel, python-beautifulsoup4,
python-chardet, python-diff-match-patch, python-levenshtein, python-lxml,
python-six, python-vobject, python-pyyaml.
---
gnu/packages/python-xyz.scm | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 068278c2f8..93d0deb3f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18558,33 +18558,25 @@ when data is updated.
(define-public python-translate-toolkit
(package
(name "python-translate-toolkit")
- (version "2.1.0")
+ (version "3.4.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "translate-toolkit" version ".tar.bz2"))
+ (uri (pypi-uri "translate-toolkit" version ".tar.gz"))
(sha256
- (base32 "1vlkwrg83vb17jc36pmwh2b7jphwf390lz0jw8hakcg16qhwypvq"))))
+ (base32 "1l6gk3frjjbd6s0cyvk8qkmgpr4zf0jyxr9f5b73xqqk8mwp5p1f"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)
("python-sphinx" ,python-sphinx)))
(propagated-inputs
- `(("python-babel" ,python-babel)
- ("python-beautifulsoup4" ,python-beautifulsoup4)
- ("python-chardet" ,python-chardet)
- ("python-diff-match-patch" ,python-diff-match-patch)
- ("python-levenshtein" ,python-levenshtein)
- ("python-lxml" ,python-lxml)
- ("python-six" ,python-six)
- ("python-vobject" ,python-vobject)
- ("python-pyyaml" ,python-pyyaml)))
(arguments
;; TODO: tests are not run, because they end with
;; TypeError: parse() missing 2 required positional arguments: 'tree' and
;; 'parse_funcs'
;; during test setup.
`(#:tests? #f))
+ `(("python-lxml" ,python-lxml)))
(home-page "https://toolkit.translatehouse.org")
(synopsis "Tools and API for translation and localization engineering")
(description
--
2.30.2
- [bug#50021] [PATCH v2 1/8] gnu: Add python-phply., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 2/8] gnu: Add python-iniparse., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 3/8] gnu: Remove virtaal., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 4/8] gnu: Remove python2-translate-toolkit., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 5/8] gnu: Add python-fluent-syntax., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 6/8] gnu: python-translate-toolkit: Update to 3.4.1.,
Vinicius Monego <=
- [bug#50021] [PATCH v2 7/8] gnu: python-translate-toolkit: Enable tests., Vinicius Monego, 2021/10/25