homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

alot,gpgme,notmuch: migrate to `[email protected]`

Open chenrui333 opened this issue 1 year ago • 2 comments

notmuch: migrate to [email protected]

chenrui333 avatar Oct 16 '24 00:10 chenrui333

need to also migrate alot

branchv avatar Oct 16 '24 01:10 branchv

  ==> /opt/homebrew/opt/notmuch/bin/notmuch new
  Found 0 total files (that's not much mail).
  No new mail.
  Error: alot: failed
  An exception occurred within a child process:
    Minitest::Assertion: out.log file should exist.
  Expected #<Pathname:/private/tmp/alot-test-20241015-65978-syo3nu/out.log> to be exist?.

chenrui333 avatar Oct 16 '24 02:10 chenrui333

mailcap module got removed in py3.13, upstream issue, https://github.com/pazz/alot/issues/1632


$ alot --version
Traceback (most recent call last):
  File "/opt/homebrew/bin/alot", line 5, in <module>
    from alot.__main__ import main
  File "/opt/homebrew/Cellar/alot/0.11_1/libexec/lib/python3.13/site-packages/alot/__main__.py", line 11, in <module>
    from alot.settings.const import settings
  File "/opt/homebrew/Cellar/alot/0.11_1/libexec/lib/python3.13/site-packages/alot/settings/const.py", line 4, in <module>
    from .manager import SettingsManager
  File "/opt/homebrew/Cellar/alot/0.11_1/libexec/lib/python3.13/site-packages/alot/settings/manager.py", line 7, in <module>
    import mailcap
ModuleNotFoundError: No module named 'mailcap'

chenrui333 avatar Oct 21 '24 15:10 chenrui333

:robot: An automated task has requested bottles to be published to this PR.

github-actions[bot] avatar Nov 10 '24 00:11 github-actions[bot]