Search Criteria
Package Details: felinks-python 0.16.0-1
Package Actions
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-gitAUR)
- expat (expat-gitAUR)
- gpm (gpm-vmAUR, gpm-gitAUR)
- libidn (libidn-gitAUR)
- libx11 (libx11-gitAUR)
- lua51 (luajit-symlinksAUR)
- ncurses (ncurses-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- python3 (python)
- tre (tre-command-binAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- make (make-gitAUR) (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