python-lxml: remove package
This commit is contained in:
parent
6d2f791d7e
commit
195821396e
|
@ -1,38 +0,0 @@
|
|||
# Template file for 'python-lxml'
|
||||
pkgname=python-lxml
|
||||
version=4.6.4
|
||||
revision=2
|
||||
wrksrc="lxml-lxml-${version}"
|
||||
build_style=python-module
|
||||
make_build_args="--with-cython"
|
||||
hostmakedepends="python-Cython python-setuptools python3-Cython python3-setuptools"
|
||||
makedepends="libxslt-devel python-devel python3-devel"
|
||||
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
|
||||
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause, custom:ElementTree"
|
||||
homepage="https://lxml.de/"
|
||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||
checksum=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
|
||||
|
||||
do_check() {
|
||||
cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml
|
||||
python3 test.py -vv --all-levels -p
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSES.txt
|
||||
vlicense doc/licenses/BSD.txt
|
||||
vlicense doc/licenses/elementtree.txt
|
||||
}
|
||||
|
||||
python3-lxml_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSES.txt
|
||||
vlicense doc/licenses/BSD.txt
|
||||
vlicense doc/licenses/elementtree.txt
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-lxml
|
|
@ -0,0 +1,16 @@
|
|||
from alpine: https://gitlab.alpinelinux.org/alpine/aports/-/commit/369de77b6197a5d04beb551537533fc82141a516
|
||||
|
||||
From: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
Date: Thu, 10 Feb 2022 14:09:24 +0100
|
||||
Subject: test_incremental_xmlfile: fix encoding name
|
||||
|
||||
diff --git a/src/lxml/tests/test_incremental_xmlfile.py b/src/lxml/tests/test_incremental_xmlfile.py
|
||||
--- a/src/lxml/tests/test_incremental_xmlfile.py
|
||||
+++ b/src/lxml/tests/test_incremental_xmlfile.py
|
||||
@@ -173,4 +173,4 @@
|
||||
- with etree.xmlfile(self._file, encoding='utf16') as xf:
|
||||
+ with etree.xmlfile(self._file, encoding='utf-16') as xf:
|
||||
with xf.element('test'):
|
||||
xf.write('toast')
|
||||
- self.assertXml('<test>toast</test>', encoding='utf16')
|
||||
+ self.assertXml('<test>toast</test>', encoding='utf-16')
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'python3-lxml'
|
||||
pkgname=python3-lxml
|
||||
version=4.6.4
|
||||
revision=2
|
||||
wrksrc="lxml-lxml-${version}"
|
||||
build_style=python3-module
|
||||
make_build_args="--with-cython"
|
||||
hostmakedepends="python3-Cython python3-setuptools"
|
||||
makedepends="libxslt-devel python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib"
|
||||
short_desc="Python binding for the libxml2 and libxslt libraries"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause, custom:ElementTree"
|
||||
homepage="https://lxml.de/"
|
||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||
checksum=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
|
||||
|
||||
do_check() {
|
||||
make test3
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSES.txt
|
||||
vlicense doc/licenses/BSD.txt
|
||||
vlicense doc/licenses/elementtree.txt
|
||||
}
|
|
@ -272,6 +272,7 @@ replaces="
|
|||
python-gntp<=1.0.3_7
|
||||
python-iso8601<=0.1.16_2
|
||||
python-jellyfish<=0.6.1_2
|
||||
python-lxml<=4.6.4_2
|
||||
python-matplotlib-data<=2.2.4_2
|
||||
python-matplotlib<=2.2.4_2
|
||||
python-netifaces<=0.10.9_3
|
||||
|
|
Loading…
Reference in New Issue