mirror of https://github.com/pyodide/pyodide.git
30 lines
678 B
YAML
30 lines
678 B
YAML
package:
|
|
name: lxml
|
|
version: 4.9.3
|
|
top-level:
|
|
- lxml
|
|
source:
|
|
sha256: 48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c
|
|
url: https://files.pythonhosted.org/packages/30/39/7305428d1c4f28282a4f5bdbef24e0f905d351f34cf351ceb131f5cddf78/lxml-4.9.3.tar.gz
|
|
build:
|
|
cflags: |
|
|
-Wno-implicit-function-declaration
|
|
requirements:
|
|
host:
|
|
- libxml
|
|
- libxslt
|
|
- zlib
|
|
- libiconv
|
|
test:
|
|
imports:
|
|
- lxml
|
|
- lxml.etree
|
|
- lxml.objectify
|
|
about:
|
|
home: https://lxml.de/
|
|
PyPI: https://pypi.org/project/lxml
|
|
summary:
|
|
Powerful and Pythonic XML processing library combining libxml2/libxslt
|
|
with the ElementTree API.
|
|
license: BSD
|