mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Remove python2-translate-toolkit.
* gnu/packages/python-xyz.scm (python2-translate-toolkit): Delete variable.
This commit is contained in:
parent
5bd5443ede
commit
787e582c47
1 changed files with 0 additions and 12 deletions
|
@ -19605,18 +19605,6 @@ while only declaring the test-specific fields.")
|
||||||
several utilities, as well as an API for building localization tools.")
|
several utilities, as well as an API for building localization tools.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
;; Required for virtaal, newer versions do not build with python2
|
|
||||||
(define-public python2-translate-toolkit
|
|
||||||
(package-with-python2
|
|
||||||
(package
|
|
||||||
(inherit python-translate-toolkit)
|
|
||||||
(version "2.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "translate-toolkit" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1vlkwrg83vb17jc36pmwh2b7jphwf390lz0jw8hakcg16qhwypvq")))))))
|
|
||||||
|
|
||||||
(define-public python-packaging
|
(define-public python-packaging
|
||||||
(package/inherit python-packaging-bootstrap
|
(package/inherit python-packaging-bootstrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue