Created attachment 545596 [details] ebuild for urlscan 0.9.0 Urlscan—designed to integrate with the mutt mailreader—parses an email message or file and scans it for URLs and email addresses. It then displays the URLs and their context within the message, and allows you to choose one or more URLs to send to your Web browser. Alternatively, it can send a list of the URLs found to stdout.
Thank you for your contribution. I had a short look on the ebuild. Here a few ideas: • Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman • We always try to use the latest EAPI, please bump to EAPI=7 • use SRC_URI="mirror://github/.... CC'ing to the mail-client/mutt maintainer.
Created attachment 545758 [details] ebuild for urlscan 0.9.0 (In reply to Jonas Stein from comment #1) > Thank you for your contribution. I had a short look on the ebuild. > Here a few ideas: > > • Please test the ebuild with repoman full -x It didn't find any problems with it. > • We always try to use the latest EAPI, please bump to EAPI=7 Ah, thanks. The updated ebuild implements this. > • use SRC_URI="mirror://github/.... As far as I know, that URI scheme can't download this, as its repository doesn't have any uploads, only archives.
It looks like this is still open, so apologies if it's not. I haven't used this bug tracker much. Someone in #neomutt was able to identify another bug where `extract_url` was referenced. I added the normal urlview binding but simply replaced urlview with extract_url and it seems to work great. `macro pager \cb <pipe-entry>'extract_url'<enter> 'Follow links with extract_url'` It also mentions here that extract_url is intended to be a replacement for urlview: https://github.com/m3m0ryh0l3/extracturl Whether or not that makes a difference here, I am not sure. I believe urlscan, urlview, and extract_url do very similar things. If nothing else, hopefully someone finds this and can use extract_url as a workaround until urlscan is added. I wasn't sure if the intention of this issue is to find just any program that can provide this functionality, or specifically urlscan for some reason.
Created attachment 872603 [details] A working ebuild for version 1.0.1 of urlscan I was able to get version 1.0.1 to work with the attached ebuild that I made. I'm a beginner at this, so please let me know if I did anything wrong.
Ops. Don't mind the first line in the ebuild. It's just something that I use to automate things locally on my computer. :)
Would it be possible to update the ebuild to python 3.12 and get it accepted as ~amd64 at least, please?