Package Details: maestral 1.9.3-1

Git Clone URL: https://aur.archlinux.org/maestral.git (read-only, click to copy)
Package Base: maestral
Description: A light-weight and open-source Dropbox client
Upstream URL: https://github.com/SamSchott/maestral
Keywords: dropbox
Licenses: MIT
Submitter: coxackie
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 13
Popularity: 0.001245
First Submitted: 2020-04-18 08:50 (UTC)
Last Updated: 2024-04-21 21:22 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

PlasticSoup commented on 2023-05-16 12:57 (UTC) (edited on 2023-05-16 15:11 (UTC) by PlasticSoup)

After installing the dependency python-desktop-notifier remove python-mistune and python-sphinx_mdinclude (only needed for make). Then maestral will build properly. Alternatively, comment out lines 35, 52, 53, and 66 in the PKGBUILD before building if you need to keep python-mistune on your system for another package. I have only adopted maestral and it's related packages recently but will look for a better solution.

Edit: It looks like m2r2 has been replaced by sphinx_mdinclude on commit d61cb77. This issue should be corrected and build without intervention when 1.7.3 is released.

GuessWhatBBQ commented on 2023-05-16 11:56 (UTC)

I see now that it's not something explicitly required for maestral to build and work and rather required by the PKGBUILD to create a man page, maybe you could build the man page yourself on your system and add it as a separate source. You could then just copy it over in the package() function instead

GuessWhatBBQ commented on 2023-05-16 10:58 (UTC) (edited on 2023-05-16 10:58 (UTC) by GuessWhatBBQ)

The make dependency python-m2r2 is causing conflicts because it explicitly depends on python-mistune1 (i.e the version that provides python-mistune=0.8.4, from the aur) whereas python-desktop-notifier depends on python-sphinx_mdinclude which depends on python-mistune>=2.0 (available from archlinux community). This shouldn't be of concern to this package but I'm seeking some advice on how to resolve this, as the package no longer builds for me (obviously).

KuleRucket commented on 2023-02-13 15:12 (UTC)

Also depends on python-jaraco.classes to install.

Pietro_Pizzi commented on 2022-12-27 20:25 (UTC)

Maestral doesn't start anymore on my system and I can't update it since 1.5.2-2. Now I take the time to look closer. I removed maestral plus all deps. But a new install doesn't work neither. Does anyone know what to do?

Problem with update before removal: ERROR - ModuleNotFoundError: No module named 'watchdog'

Actual problem after removal: -> Package conflicts found: -> Installing python-mistune1 will remove: python-mistune ... -> exit status 1

lmartinez-mirror commented on 2022-12-02 03:25 (UTC)

Sorry, I didn't see that python-watchdog finally got fixed. I will switch it back in the next release.

cloudlena commented on 2022-11-01 13:18 (UTC)

Can this be switched back to community/python-watchdog or is it still too outdated?

lmartinez-mirror commented on 2022-09-23 17:08 (UTC)

See here for more information.

python-keyrings-alt needs to update to 4.2.0 in order to fix this package. Until then, you will have to install it by other means.

KuleRucket commented on 2022-09-23 09:21 (UTC)

To solve the error below I downgraded python-keyring-23.9.0-1 to python-keyring-23.4.0-1 and blocked updates of this package until a fix is produced.

Thalskarth commented on 2022-09-13 21:06 (UTC) (edited on 2022-09-13 21:06 (UTC) by Thalskarth)

Getting an error while compiling:

=========================================================================================== ` ... Successfully built maestral-1.6.3-py3-none-any.whl ==> Iniciando check()... ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0 benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/tmp/pamac-build-sebastian/maestral/src/maestral-1.6.3 plugins: benchmark-3.4.1 collected 0 items / 1 error

==================================== ERRORS ==================================== ___ ERROR collecting test session ____ /usr/lib/python3.10/importlib/init.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) <frozen importlib._bootstrap>:1050: in _gcd_import ??? <frozen importlib._bootstrap>:1027: in _find_and_load ??? <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:688: in _load_unlocked ??? /usr/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:168: in exec_module exec(co, module.dict) tests/linked/integration/conftest.py:7: in <module> import maestral.manager src/maestral/manager.py:24: in <module> from .client import API_HOST src/maestral/client.py:35: in <module> from .keyring import CredentialStorage, TokenType src/maestral/keyring.py:16: in <module> import keyrings.alt.file /usr/lib/python3.10/site-packages/keyrings/alt/file.py:9: in <module> from keyring.util import properties E ImportError: cannot import name 'properties' from 'keyring.util' (/usr/lib/python3.10/site-packages/keyring/util/init.py) =========================== short test summary info ============================ ERROR - ImportError: cannot import name 'properties' from 'keyring.util' (/u... !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.79s =============================== ==> ERROR: Se produjo un fallo en check(). ` ===========================================================================================