Initial commit
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[build.flags]
|
||||
split_docs = true
|
||||
post_install = [ "install -d $DESTDIR/usr/share/doc/python-lxml", "cp -r doc/html $DESTDIR/usr/share/doc/python-lxml" ]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-setuptools",
|
||||
"python-wheel",
|
||||
"python-pygments",
|
||||
"python-sphinx",
|
||||
"python-sphinx_rtd_theme",
|
||||
"cython",
|
||||
]
|
||||
optional = [
|
||||
"python-beautifulsoup4",
|
||||
"python-cssselect",
|
||||
"python-html5lib",
|
||||
"python-lxml-docs",
|
||||
"python-lxml-html-clean",
|
||||
]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"python",
|
||||
"libxslt",
|
||||
"libxml215",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Python binding for the libxml2 and libxslt libraries"
|
||||
homepage = "https://lxml.de/"
|
||||
license = [
|
||||
"BSD-3-Clause",
|
||||
"GPL-2.0-only",
|
||||
"MIT",
|
||||
"MIT-CMU",
|
||||
"LicenseRef-RNG2Schtrn",
|
||||
"LicenseRef-XSD2Schtrn",
|
||||
]
|
||||
name = "python-lxml"
|
||||
version = "6.0.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "3bfc1b7844a785526d8b0e62cd79545d092d609ffc6122286253fabdd7dd47c2"
|
||||
url = "https://github.com/lxml/lxml.git#lxml-$version"
|
||||
Reference in New Issue
Block a user