Package Details: subliminal-git 2.2.1.r13.g204e543-1

Git Clone URL: https://aur.archlinux.org/subliminal-git.git (read-only, click to copy)
Package Base: subliminal-git
Description: Python library and CLI tool for searching and downloading subtitles.
Upstream URL: https://github.com/Diaoul/subliminal
Licenses: MIT
Conflicts: subliminal
Provides: subliminal
Submitter: acieroid
Maintainer: gileri
Last Packager: gileri
Votes: 33
Popularity: 0.74
First Submitted: 2012-12-24 07:53 (UTC)
Last Updated: 2024-08-08 20:32 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

gileri commented on 2024-08-08 20:33 (UTC)

Thank you Korialo, I fixed the doc build depends !

Korialo commented on 2024-07-29 15:35 (UTC)

My build fails because of a missing dependency python-sphinx-autodoc-typehints:

2024-07-29T15:28:43.297Z] Successfully built subliminal-2.2.1-py3-none-any.whl
[2024-07-29T15:28:43.300Z] sphinx-build -b man -d _build/doctrees  -n . _build/man
[2024-07-29T15:28:43.304Z] Running Sphinx v7.4.7
[2024-07-29T15:28:43.318Z] loading translations [en]... done
[2024-07-29T15:28:43.322Z] 
[2024-07-29T15:28:43.391Z] Extension error:
[2024-07-29T15:28:43.395Z] Could not import extension sphinx_autodoc_typehints (exception: No module named 'sphinx_autodoc_typehints')
[2024-07-29T15:28:43.398Z] make: *** [Makefile:141: man] Error 2
[2024-07-29T15:28:43.960Z] ==> Removing chroot copy [/var/lib/ahriman/chroot/aur-clone/aur-clone-x86_64/ahriman-1950056]...done
[2024-07-29T15:28:43.989Z] ==> ERROR: Build failed
[2024-07-29T15:28:43.993Z] ==> ERROR: A failure occurred in build().
[2024-07-29T15:28:43.997Z]     Aborting...
[2024-07-29T15:28:44.003Z] subliminal-git (x86_64) build exception

gileri commented on 2024-01-26 16:03 (UTC)

Good call RiCON, I replaced it. Thanks !

RiCON commented on 2024-01-24 11:34 (UTC)

In case build is failing recently, python-pysrt dependency was changed to python-srt, so you can just install that one instead, and the build should work.

sproott commented on 2022-01-26 14:07 (UTC) (edited on 2022-01-27 08:08 (UTC) by sproott)

Getting error on version 2.1.0.r22.g160ea63-5:

Running Sphinx v4.4.0

Configuration error: There is a programmable error in your configuration file:

Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/sphinx/config.py", line 340, in eval_config_file exec(code, namespace) File "/home/user/.cache/paru/clone/subliminal-git/src/subliminal/docs/conf.py", line 25, in <module> import subliminal File "/home/user/.cache/paru/clone/subliminal-git/src/subliminal/subliminal/init.py", line 11, in <module> from .core import (AsyncProviderPool, ProviderPool, check_video, download_best_subtitles, download_subtitles, File "/home/user/.cache/paru/clone/subliminal-git/src/subliminal/subliminal/core.py", line 11, in <module> from babelfish import Language, LanguageReverseError ModuleNotFoundError: No module named 'babelfish'

EDIT: after (re)installing python-babelfish, python-guessit, python-rarfile and python-sphinxcontrib-programoutput it finally built.

yochananmarqos commented on 2022-01-23 15:53 (UTC)

@cipher699: It's fixed now.

cipher699 commented on 2022-01-23 14:56 (UTC)

Hi, getting below error how to fix this.

==> Making package: subliminal-git 2.1.0.r22.g160ea63-5 (Sunday 23 January 2022 08:13:28 PM) ==> Checking runtime dependencies... ==> Missing dependencies: -> python-importlib_resources ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. -> error making: subliminal-git

yochananmarqos commented on 2021-05-22 14:24 (UTC)

@yar: It's not actually the same error. Apparently whatever caused the original issue is fixed, so I reverted the last change I made.

yar commented on 2021-05-21 23:53 (UTC)

I see the same error as @drws using makechrootpkg

yochananmarqos commented on 2021-05-11 23:24 (UTC)

@drws: Apparently something changed with a newer Sphinx version, it's fixed now.