Search Criteria
Package Details: felinks-python 0.14.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: | |
Conflicts: | |
Submitter: | sgerwk |
Maintainer: | sgerwk |
Last Packager: | sgerwk |
Votes: | 1 |
Popularity: | 0.010845 |
First Submitted: | 2020-07-22 13:24 |
Last Updated: | 2021-02-10 07:44 |
Dependencies (13)
- brotli (brotli-git)
- expat (expat-git)
- gpm (gpm-vm, gpm-git)
- libidn (libidn-git)
- libx11 (libx11-git, libx11-threadsafe)
- lua51
- ncurses (ncurses-nohex, ncurses-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- python3 (python)
- tre
- zstd (zstd-git, zstd-static, zstd-cmake)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
m040601 commented on 2020-09-26 21:29
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