Package Details: python-pychromecast 14.0.7-2

Git Clone URL: https://aur.archlinux.org/python-pychromecast.git (read-only, click to copy)
Package Base: python-pychromecast
Description: Library for Python 3 to communicate with the Google Chromecast
Upstream URL: https://github.com/home-assistant-libs/pychromecast
Licenses: MIT
Submitter: polyzen
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 38
Popularity: 0.36
First Submitted: 2017-06-23 06:56 (UTC)
Last Updated: 2025-04-22 15:47 (UTC)

Latest Comments

1 2 3 Next › Last »

yochananmarqos commented on 2025-04-22 15:49 (UTC)

@Sinyria: Thanks for the heads up, I've applied a patch.

Sinyria commented on 2025-04-22 02:48 (UTC) (edited on 2025-04-22 02:59 (UTC) by Sinyria)

Setuptools dependency needs to be increased from <79 to <80, or this won't compile under current arch.

The author in the github upstream made this change 12 hours ago:

https://github.com/home-assistant-libs/pychromecast/commit/ef27075e087e139921b99729a4ec7683e42c5c4a

but it is not yet part of a new release.

replacing the src of 14.0.7 with current HEAD of master branch worked to compile it.

yochananmarqos commented on 2024-03-19 23:44 (UTC)

PSA: Version 14.0.0 has a breaking change. I will not be updating yet to give projects time to adapt.

system7 commented on 2023-04-24 09:29 (UTC)

@yochananmarqos That was the solution. Thank you!

yochananmarqos commented on 2023-04-21 20:20 (UTC)

@system7: Don't mix local and system Python packages.

system7 commented on 2023-04-21 19:55 (UTC)

Hello,

I have problem w/ this package. What I do wrong?

* Getting build dependencies for wheel...
running egg_info
writing PyChromecast.egg-info/PKG-INFO
writing dependency_links to PyChromecast.egg-info/dependency_links.txt
writing requirements to PyChromecast.egg-info/requires.txt
writing top-level names to PyChromecast.egg-info/top_level.txt
reading manifest file 'PyChromecast.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'PyChromecast.egg-info/SOURCES.txt'

ERROR Missing dependencies:
    setuptools>=40.8.0
    jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.2.0
==> ERROR: A failure occurred in build().
    Aborting...
 -> Failed to install layer, rolling up to next layer.error:error making: python-pychromecast - exit status 4

yochananmarqos commented on 2022-11-19 23:01 (UTC)

@benjamb: Are you sure?

benjamb commented on 2022-11-19 22:27 (UTC)

I don't believe python-setuptools is required to build. python-build, python-installer and python-wheel ought to be enough.

nobodywasishere commented on 2021-06-15 01:04 (UTC)

Disowning as someone else could probably keep this up-to-date faster than me.