mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lxml: Move to (gnu packages xml).
* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports.
This commit is contained in:
parent
b2205ae4f6
commit
55e1475cb5
11 changed files with 40 additions and 33 deletions
|
@ -5784,35 +5784,6 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
|
|||
(define-public python2-notify2
|
||||
(package-with-python2 python-notify2))
|
||||
|
||||
(define-public python-lxml
|
||||
(package
|
||||
(name "python-lxml")
|
||||
(version "4.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "lxml" version))
|
||||
(sha256
|
||||
(base32 "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "make" "test"))))))
|
||||
(inputs
|
||||
`(("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)))
|
||||
(home-page "https://lxml.de/")
|
||||
(synopsis "Python XML processing library")
|
||||
(description
|
||||
"The lxml XML toolkit is a Pythonic binding for the C libraries
|
||||
libxml2 and libxslt.")
|
||||
(license license:bsd-3))) ; and a few more, see LICENSES.txt
|
||||
|
||||
(define-public python2-lxml
|
||||
(package-with-python2 python-lxml))
|
||||
|
||||
;; beautifulsoup4 has a totally different namespace than 3.x,
|
||||
;; and pypi seems to put it under its own name, so I guess we should too
|
||||
(define-public python-beautifulsoup4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue