Search Criteria
Package Details: python2-lxml 4.9.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-lxml.git (read-only, click to copy) |
---|---|
Package Base: | python2-lxml |
Description: | Python2 binding for the libxml2 and libxslt libraries |
Upstream URL: | https://lxml.de/ |
Licenses: | custom, BSD |
Submitter: | patlefort |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 10 |
Popularity: | 0.016367 |
First Submitted: | 2021-06-22 01:52 (UTC) |
Last Updated: | 2024-06-16 13:11 (UTC) |
Dependencies (9)
- libxml2-2.9AUR
- libxslt (libxslt-gitAUR)
- python2AUR (python2-binAUR)
- cython2AUR (make)
- python2-setuptoolsAUR (make)
- python2-cssselectAUR (check)
- python2-beautifulsoup4 (optional) – malformed HTML parsing support
- python2-cssselectAUR (optional) – CSS parsing support
- python2-html5libAUR (optional) – HTML5 parsing support
Required by (2)
- keyboardlayouteditor-git
- python2-html5lib (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
dreieck commented on 2022-07-10 15:25 (UTC) (edited on 2022-07-10 15:25 (UTC) by dreieck)
Just for information:
I observe that after your recent two changes the installation size got 1.05 MiB smaller.
Anything important missing now because you don't seem to use the
Makefile
anymore for building?, or just some "junk" not included?Regards!
patlefort commented on 2022-07-10 03:47 (UTC)
Ok so it's actually required. Man this package is giving me headaches. His makefile let you presume it's not required.
toddejohnson commented on 2022-07-10 02:40 (UTC)
I think cython2 is needed in makedepends. Errors from
makechrootpkg
:Works when cython2 is added back.
patlefort commented on 2022-07-09 18:09 (UTC)
python2 setup.py build
isn't enough, it needsbuild_ext -i
option passed or tests will fail withImportError: cannot import name etree
. I've pushed an updated pkgbuild which should hopefully fix the issue by disabling coverage and cython dependency.MarsSeed commented on 2022-07-09 15:23 (UTC) (edited on 2022-07-09 15:23 (UTC) by MarsSeed)
Or he can just omit using
make
altogether, since it is redundant here, and return to the previous way (was used in this PKGBUILD until recently):dreieck commented on 2022-07-09 15:13 (UTC) (edited on 2022-07-10 15:27 (UTC) by dreieck)
I played around with the options to
test.py
, and I found out that the--coverage
option which is passed to the test script in theMakefile
~~causes~~triggers the segmentation fault for me. If I leave it out, I don't get the segmentation fault.You could use this patch to the
Makefile
as a workaround to just disable--coverage
completely:spuggy commented on 2022-07-04 17:07 (UTC)
Thanks to those that suggested
--nocheck
; updating this package has been segfaulting for me for a week or two...Armag67 commented on 2022-07-03 23:05 (UTC)
It worked with:
patlefort commented on 2022-06-28 10:35 (UTC)
@someonewithpc: Please don't flag out of date if it isn't, just post a comment if you have a problem. As for your problem, try cleaning and redownloading the PKGBUILD, yours isn't up-to-date.
patlefort commented on 2022-06-27 12:06 (UTC)
I'm using alhp repos and it crash only when these repos for me. @dreieck, are you also using these? Or maybe compiling your own packages? I'll have to dig to find which package is causing it to crash, it isn't python2.
« First ‹ Previous 1 2 3 4 5 Next › Last »