Package Details: frogmouth 0.9.1-1

Git Clone URL: https://aur.archlinux.org/frogmouth.git (read-only, click to copy)
Package Base: frogmouth
Description: A Markdown browser for your terminal
Upstream URL: https://github.com/textualize/frogmouth
Licenses: MIT
Submitter: gilbus
Maintainer: gilbus
Last Packager: gilbus
Votes: 2
Popularity: 0.001631
First Submitted: 2023-04-30 21:00 (UTC)
Last Updated: 2023-11-03 18:44 (UTC)

Latest Comments

gilbus commented on 2023-06-29 17:27 (UTC) (edited on 2023-06-29 17:30 (UTC) by gilbus)

How do you build your AUR packages? I'm using aurutils and the package is working just fine. The PKGBUILD is also based on the official guidelines: https://wiki.archlinux.org/title/Python_package_guidelines#Installation_methods

$ pacman -Ql frogmouth
frogmouth /usr/
frogmouth /usr/bin/
frogmouth /usr/bin/frogmouth
frogmouth /usr/lib/
frogmouth /usr/lib/python3.11/
frogmouth /usr/lib/python3.11/site-packages/
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/LICENSE
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/METADATA
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/RECORD
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/WHEEL
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/entry_points.txt
frogmouth /usr/lib/python3.11/site-packages/frogmouth/
frogmouth /usr/lib/python3.11/site-packages/frogmouth/__init__.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/__main__.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/__pycache__/
... 
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/__pycache__/navigation_pane.cpython-311.pyc
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/__pycache__/table_of_contents.cpython-311.opt-1.pyc
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/__pycache__/table_of_contents.cpython-311.pyc
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/bookmarks.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/history.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/local_files.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/navigation_pane.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/navigation_panes/table_of_contents.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/omnibox.py
frogmouth /usr/lib/python3.11/site-packages/frogmouth/widgets/viewer.py

Tyilo commented on 2023-06-29 07:20 (UTC)

I can confirm that the package is broken.

The problem is that all the .py files are not included:

$ pacman -Ql frogmouth
frogmouth /usr/
frogmouth /usr/bin/
frogmouth /usr/bin/frogmouth
frogmouth /usr/lib/
frogmouth /usr/lib/python3.11/
frogmouth /usr/lib/python3.11/site-packages/
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/LICENSE
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/METADATA
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/RECORD
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/WHEEL
frogmouth /usr/lib/python3.11/site-packages/frogmouth-0.7.0.dist-info/entry_points.txt

So of course the frogmouth entry script can't import the frogmouth python module.

gilbus commented on 2023-06-04 17:23 (UTC)

Unfortunately, i am not able to reproduce this issue :/ Could you resolve the issue on your own?

Sushruta commented on 2023-06-01 20:30 (UTC)

Me, and others — see this issue, are getting this error:

Traceback (most recent call last):
File "/usr/bin/frogmouth", line 5, in
from frogmouth.app.app import run
ModuleNotFoundError: No module named 'frogmouth'