1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: Remove duplicate python-google-brotli package.

* gnu/packages/python-compression.scm (python-brotli):
Delete duplicate variable.
* gnu/packages/compression.scm (python-google-brotli):
Redefine as a deprecated-package, with…
(python-brotli): …as the canonical variable.
* gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]:
Adjust accordingly.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-12 14:46:42 +02:00
parent 28b5ef1159
commit c181e83fba
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
6 changed files with 5 additions and 26 deletions

View file

@ -2225,16 +2225,18 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.")
(define-public google-brotli
(deprecated-package "google-brotli" brotli))
(define-public python-google-brotli
(define-public python-brotli
(package
(inherit brotli)
(name "python-google-brotli")
(name "python-brotli")
(build-system python-build-system)
(arguments '())
(synopsis "Python interface to Brotli")
(description "This package provides a Python interface to the @code{brotli}
package, an implementation of the Brotli lossless compression algorithm.")))
(define-public python-google-brotli
(deprecated-package "python-google-brotli" python-brotli))
(define-public ucl
(package