mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-slimit.
This is no longer used by python-django-pipeline and it fails to build, I think due to incompatibility with recent Python versions. * gnu/packages/python-web.scm (python-slimit): Remove.
This commit is contained in:
parent
f77d5ebb6a
commit
5dcfe798f4
1 changed files with 0 additions and 25 deletions
|
@ -3994,31 +3994,6 @@ transfers.")
|
||||||
(home-page "https://github.com/boto/s3transfer")
|
(home-page "https://github.com/boto/s3transfer")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-slimit
|
|
||||||
(package
|
|
||||||
(name "python-slimit")
|
|
||||||
(version "0.8.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "slimit" version ".zip"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"02vj2x728rs1127q2nc27frrqra4fczivnb7gch6n5lzi7pxqczl"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list unzip))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-ply))
|
|
||||||
(home-page "https://slimit.readthedocs.io/")
|
|
||||||
(synopsis "JavaScript minifier, parser and lexer written in Python")
|
|
||||||
(description
|
|
||||||
"SlimIt is a JavaScript minifier written in Python. It compiles
|
|
||||||
JavaScript into more compact code so that it downloads and runs faster.
|
|
||||||
SlimIt also provides a library that includes a JavaScript parser, lexer,
|
|
||||||
pretty printer and a tree visitor.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-flask-jwt
|
(define-public python-flask-jwt
|
||||||
(package
|
(package
|
||||||
(name "python-flask-jwt")
|
(name "python-flask-jwt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue