mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-html5lib.
* gnu/packages/python-web.scm (python2-html5lib): Delete variable. (python-html5lib-0.9, python2-html5lib-0.9): Likewise.
This commit is contained in:
parent
b3c7d69fa0
commit
46ef39b4be
1 changed files with 0 additions and 19 deletions
|
@ -1326,25 +1326,6 @@ (define-public python-html5lib
|
||||||
and written in Python.")
|
and written in Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-html5lib
|
|
||||||
(package-with-python2 python-html5lib))
|
|
||||||
|
|
||||||
;; Needed for python-bleach, a dependency of python-notebook
|
|
||||||
(define-public python-html5lib-0.9
|
|
||||||
(package
|
|
||||||
(inherit python-html5lib)
|
|
||||||
(version "0.999")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "html5lib" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"17n4zfsj6ynmbwdwviywmj8r6nzr3xvfx2zs0xhndmvm51z7z263"))))))
|
|
||||||
|
|
||||||
(define-public python2-html5lib-0.9
|
|
||||||
(package-with-python2 python-html5lib-0.9))
|
|
||||||
|
|
||||||
(define-public python-html5-parser
|
(define-public python-html5-parser
|
||||||
(package
|
(package
|
||||||
(name "python-html5-parser")
|
(name "python-html5-parser")
|
||||||
|
|
Loading…
Reference in a new issue