Search Criteria
Package Details: felinks-python 0.16.0-1
Git Clone URL: | https://aur.archlinux.org/felinks-python.git (read-only, click to copy) |
---|---|
Package Base: | felinks-python |
Description: | the elinks text browser, with Python support |
Upstream URL: | http://github.com/rkd77/felinks |
Licenses: | GPL2 |
Conflicts: | elinks, elinks-git, felinks |
Submitter: | sgerwk |
Maintainer: | sgerwk |
Last Packager: | sgerwk |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-22 13:24 (UTC) |
Last Updated: | 2023-03-01 18:34 (UTC) |
Dependencies (13)
- brotli (brotli-git)
- expat (expat-git)
- gpm (gpm-vm, gpm-git)
- libidn (libidn-git)
- libx11 (libx11-git)
- lua51
- ncurses (ncurses-git)
- openssl (openssl-git, openssl-hardened, quictls-openssl, openssl-static)
- python3 (python)
- tre
- zstd (zstd-git, zstd-static)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- make (make-git) (make)
Latest Comments
m040601 commented on 2020-09-26 21:29 (UTC) (edited on 2020-09-26 21:54 (UTC) by m040601)
Just tested this felinks build with python. Ended up with:
As observed by sgerwk earlier:
The compile took a lot of time, and shoot the cpu usage to 100% several times, when it was doing something like :
I managed to see some warning messages like, ex:
But it did compile and felinks itself, seems to be working fine.
As far as python goes,
I ran it with elinks -verbose X and tested, https://hellricer.github.io/2019/05/29/elinks-with-beautifulsoup.html and https://github.com/hellricer/soupmonkey It seems to be loading, the hooks defined in hooks.py. It even complained about some missing python dependencies, theses scripts require (python wikipedia and python duckduckgo)
I could not see any effect on the rendered html, but I think it's a problem with the scripts, not the felinks python support itself. Needs more thourough testing