Package Details: cast_control 1:0.14.0-3

Git Clone URL: https://aur.archlinux.org/cast_control.git (read-only, click to copy)
Package Base: cast_control
Description: Control Chromecasts from Linux and D-Bus
Upstream URL: https://github.com/alexdelorenzo/cast_control
Licenses: AGPL-3.0-or-later
Conflicts: chromecast_mpris
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1
Popularity: 0.000000
First Submitted: 2021-05-24 15:01 (UTC)
Last Updated: 2024-04-30 15:17 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2024-05-03 23:21 (UTC)

@GarthPS: I created an upstream issue a few days ago.

GarthPS commented on 2024-05-03 13:43 (UTC) (edited on 2024-05-03 13:46 (UTC) by GarthPS)

hello, here I've got after updating the package :


    :~$ cast_control 
    Traceback (most recent call last):
      File "/usr/sbin/cast_control", line 5, in <module>
        from cast_control.app.cli import cli
      File "/usr/lib/python3.12/site-packages/cast_control/app/cli.py", line 8, in <module>
        from .daemon import Args, MprisDaemon, get_daemon, get_daemon_from_args
      File "/usr/lib/python3.12/site-packages/cast_control/app/daemon.py", line 12, in <module>
        from .state import setup_logging
      File "/usr/lib/python3.12/site-packages/cast_control/app/state.py", line 10, in <module>
        from aiopath import AsyncPath
      File "/usr/lib/python3.12/site-packages/aiopath/__init__.py", line 2, in <module>
        from .path import AsyncPath, AsyncPurePath, AsyncWindowsPath, \
      File "/usr/lib/python3.12/site-packages/aiopath/path.py", line 10, in <module>
        from .flavours import _async_windows_flavour, _async_posix_flavour
      File "/usr/lib/python3.12/site-packages/aiopath/flavours.py", line 2, in <module>
        from pathlib import _PosixFlavour, _WindowsFlavour
    ImportError: cannot import name '_PosixFlavour' from 'pathlib' (/usr/lib/python3.12/pathlib.py)
    :~$

GarthPS commented on 2024-04-17 20:41 (UTC)

@yochananmarqos I will wait :) thank you for advices!

yochananmarqos commented on 2024-04-17 19:52 (UTC)

@GarthPS: First of all, AUR helpers are not officially supported and one should never run them with sudo.

Second, this package requires a specific version of python-pychromecast for a reason and will not work with anything newer. You need install a specific version by checking out the commit manually, an AUR helper cannot be used.

Either way, I doubt this will work until the developer updates it.

GarthPS commented on 2024-04-17 13:40 (UTC)

Hello, can't install it today (0.11.8.post0-3)

:~$ sudo pikaur -S cast_control Lecture des bases de données du paquet… Lecture de la base locale du paquet… Résolution des dépendances de l'AUR… :: erreur : Impossible de résoudre les dépendances pour le paquet de l'AUR 'cast_control' : Décalage de version : cast_control dépend de 'python-pychromecast>=9.2.0,python-pychromecast<9.3.0' trouvé dans 'PackageSource.AUR' : '13.1.0-1'

yochananmarqos commented on 2024-02-21 18:31 (UTC)

PSA: 0.14.0 requires Python 3.12. Please do not flag this package out of date until we have it.

yochananmarqos commented on 2023-05-25 14:41 (UTC)

@RRRadek: This hasn't worked in quite some time.

Please don't flag packages out of date unless there is a new upstream release.

RRRadek commented on 2023-05-25 14:39 (UTC)

@yochananmarqos I have a error

ValueError: invalid pyproject.toml config: `project.license`.
configuration error: `project.license` must be valid exactly by one definition (2 matches found):

    - keys:
        'file': {type: string}
      required: ['file']
    - keys:
        'text': {type: string}
      required: ['text']


ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
==> ERROR: A failure occurred in build().

Can You fix it?

yochananmarqos commented on 2022-03-14 17:56 (UTC)

@drugo: Of course python-pychromecast6 provides and conflicts with python-pychromecast, they're the same package at different versions. That's not related to this package.

This package only works with python-pychromecast >=9.2.0,<9.3.0. I use 9.2.1.

Please do not flag packages out of date unless there is a new upstream release.