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:
parent
28b5ef1159
commit
c181e83fba
6 changed files with 5 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue