Search Criteria
Package Details: plover_plugins_manager 0.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plover_plugins_manager.git (read-only, click to copy) |
---|---|
Package Base: | plover_plugins_manager |
Description: | Plugins manager for Plover. |
Upstream URL: | https://github.com/openstenoproject/plover_plugins_manager |
Licenses: | GPL2 |
Submitter: | bpierre |
Maintainer: | SammyPoot |
Last Packager: | SammyPoot |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-16 23:47 (UTC) |
Last Updated: | 2024-02-18 15:32 (UTC) |
Dependencies (16)
- plover-gitAUR
- python (python37AUR, python311AUR, python310AUR)
- python-cmarkgfm
- python-pip
- python-pkginfo
- python-pygments
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-readme-renderer
- python-requests
- python-requests-cacheAUR (python-requests-cache-gitAUR)
- python-requests-futures
- python-setuptools
- python-wheel
- qt5-svg (qt5-svg-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
Latest Comments
silikeite commented on 2024-08-26 12:07 (UTC)
Seems that even after fixing that issue with python-requests-cache, there's still a fundamental issue with it installing packages via pip as detailed in issue #23.
Looks like we might need another way to install plugins for Plover on Arch, maybe as individual AUR packages.
bpierre commented on 2024-08-25 18:48 (UTC)
It looks like
CachedSession.remove_expired_responses()
was deprecated in 1.0.0 and removed in 1.2.0, should be replaced byBaseCache.delete(expired=True)
in plover_plugins_manager's code:silikeite commented on 2024-08-25 18:34 (UTC)
Currently getting this error when running over KDE Wayland:
linduxed commented on 2024-08-19 12:42 (UTC)
If you encounter errors when building this package, try to rebuild
python-requests-cache
. You may need to rebuildpython-url-normalize
first, forpython-requests-cache
to be rebuilt.For me, this was required due to a system update of Python, resulting in it not being possible to build this package without rebuilding the two dependencies mentioned above.
linduxed commented on 2023-08-29 17:58 (UTC)
I'm very new to
plover
andplover_plugins_manager
, but could it be that thisPKGBUILD
is missing achmod
or achown
for some folder somewhere?I'm asking because attempting to install any plugin results in the following:
gustaphe commented on 2022-04-27 03:38 (UTC)
It seems the problem goes the other way around now,
python-readme-renderer
needspython-cmarkgfm>=0.8
bpierre commented on 2021-09-22 20:00 (UTC)
@wuggen: nothing I can do about this on the plugins manager' side; the latest version of
python-cmarkgfm
is not supported bypython-readme-renderer
. I've made a PR to the project (https://github.com/pypa/readme_renderer/pull/209).wuggen commented on 2021-09-22 03:26 (UTC) (edited on 2021-09-22 03:27 (UTC) by wuggen)
This is currently broken with plover-git. Starting Plover brings up the following error notification:
I can manually downgrade the python-cmarkgfm package to get past this error, but if possible it would be nice for it to work with the current repo version.