Search Criteria
Package Details: gourmand 1.0.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/gourmand.git (read-only, click to copy) |
---|---|
Package Base: | gourmand |
Description: | A recipe manager for desktop that can import recipes |
Upstream URL: | https://github.com/GourmandRecipeManager/gourmand |
Keywords: | gourmet |
Licenses: | GPL |
Conflicts: | gourmet |
Submitter: | yigits |
Maintainer: | None |
Last Packager: | yigits |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-24 15:25 (UTC) |
Last Updated: | 2022-12-19 18:17 (UTC) |
Dependencies (21)
- gst-python (gst-python-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-lxml
- python-pillow (python-pillow-gitAUR)
- python-pyenchant
- python-requests
- python-sqlalchemy1.3AUR
- gendesk (make)
- python-pip (make)
- hspell (optional) – Spell checking for Hebrew
- libvoikko (optional) – Spell checking for Finnish language
- nuspell (nuspell-gitAUR) (optional) – Spell checking
- python-beautifulsoup4 (optional) – Webpage import plugin
- python-ebooklibAUR (optional) – EPub export plugin
- python-gtkspellcheck (optional) – Spell checking plugin
- python-keyring (optional)
- python-reportlab (optional) – Printing & PDF export plugin
- python-scrape-schema-recipeAUR (optional) – Webpage import plugin
- python-seleniumAUR (python-selenium-binAUR) (optional)
Latest Comments
1 2 Next › Last »
iegubkin commented on 2024-02-14 16:55 (UTC)
From a fresh arch install, gourmand builds successfully but would not run without python-setuptools, python-toml, and python-beautifulsoup4. After installing these three packages gourmand successfully launches.
MarsSeed commented on 2023-11-06 13:29 (UTC)
Please build this from source.
marriedman commented on 2023-11-01 20:08 (UTC)
Deleted my preferences.toml file in my ~/.gourmand folder. Program launched normally and recipes were still there. Thought I would pass on the information if anyone else had this problem.
marriedman commented on 2023-11-01 15:28 (UTC) (edited on 2023-11-01 15:43 (UTC) by marriedman)
Application will not launch. I get the error:
$:gourmand args = Namespace(db_url='', threads=False, gourmanddir='', thread_debug_interval=5.0, thread_debug=False, debug_file='', time=False, debug=None)
Traceback (most recent call last): File "/usr/bin/gourmand", line 5, in <module>
from gourmand.main import launch_app
File "/usr/lib/python3.11/site-packages/gourmand/main.py", line 9, in <module> from gourmand import (version, batchEditor, convert, plugin, plugin_gui,
File "/usr/lib/python3.11/site-packages/gourmand/plugin.py", line 36, in <module>
from . import plugin_loader
File "/usr/lib/python3.11/site-packages/gourmand/plugin_loader.py", line 11, in <module>
from gourmand.prefs import Prefs
File "/usr/lib/python3.11/site-packages/gourmand/prefs.py", line 4, in <module>
import toml
ModuleNotFoundError: No module named 'toml'
yigits commented on 2022-12-19 18:20 (UTC)
@chueewowee: bumped a new release; gourmand now asks for python-sqlalchemy1.3 rather than plain python-sqlalchemy (which is at 1.4.44 at the moment), this fixes issue for now
chueewowee commented on 2022-12-19 00:52 (UTC)
Upon staring the applicatoin i get the error:
''' File "/usr/lib/python3.10/site-packages/gourmand/plugin_loader.py", line 320, in get_plugins return self.get_module().plugins AttributeError: 'NoneType' object has no attribute 'plugins' Plugin copy_paste_plugin not found '''
smradlev commented on 2021-09-30 09:19 (UTC)
Thank you!! I was looking at the error log to figure out the dependencies, but I didn't investigate which plugins use those.
yigits commented on 2021-09-29 13:21 (UTC) (edited on 2021-09-29 13:21 (UTC) by yigits)
@smradlev, scrape-schema-recipe depends on a chain of other packages (which I'm currently packaging slowly going down), in the meantime, can you let me know what the packages you're requesting are used for so I can fill the optional dependencies array like: python-keyring: Saving login credentials (I'm just guessing) Thanks!
(Also, I realized that I was very naive while filling out the dependencies for this package so that will be fixed as soon as possible as well)
smradlev commented on 2021-09-29 09:23 (UTC)
Could you add optional dependencies: python-scrape-schema-recipe (I am not seeing this in repos, so maybe it has to be added to AUR, but I'm not sure how) python-selenium python-keyring python-ebooklib
These are required to handle some of the plugins such as the one for scraping websites for recipes. Thank you!
yigits commented on 2021-09-24 15:29 (UTC) (edited on 2021-09-26 01:17 (UTC) by yigits)
Gourmet has been forked to Gourmand, https://github.com/kirienko/gourmet/issues/373.
I went ahead and created the aur package for the fork here: https://aur.archlinux.org/packages/gourmand/
1 2 Next › Last »