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)

Latest Comments

m040601 commented on 2020-09-26 21:29 (UTC) (edited on 2020-09-26 21:54 (UTC) by m040601)

sgerwk commented on 2020-07-22 13:27 
 ....would you please try this? It takes forever to make,

Just tested this felinks build with python. Ended up with:

ELinks 0.13.5 af8dc3a0bec8e90685751da064d53d4bfeecb166
Built on Sep 26 2020 20:50:11

Features:
Standard, IPv6, brotli, gzip, bzip2, zstd, UTF-8, Periodic Saving,
Viewer (Search History, Timer, Marks), Cascading Style Sheets, Protocol
(Authentication, BitTorrent, File, CGI, FTP, HTTP, URI rewrite, User
protocols), SSL (OpenSSL), MIME (Option system, Mailcap, Mimetypes
files), LED indicators, Bookmarks, Cookies, Form History, Global
History, Scripting (Lua, Python), Goto URL History

As observed by sgerwk earlier:

sgerwk commented on 2020-07-22 13:27 
.... It should compile and work, but there is still something strange about it 
(the unusual long time for configure and make, the linker option that needs to be removed).

The compile took a lot of time, and shoot the cpu usage to 100% several times, when it was doing something like :

    lto1 -quiet -dumpdir ./ -dumpbase elinks.ltrans ...

I managed to see some warning messages like, ex:

    /usr/bin/ld: lib.o: in function `l_tmpname':
    core.c:(.text+0x8a7c5): warning: the use of `tempnam' is dangerous, better use`mkstemp'

But it did compile and felinks itself, seems to be working fine.

As far as python goes,

sgerwk commented on 2020-07-22 13:27
 ....I am not sure the python hooks actually work with it....

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