Package Details: python-pychromecast 14.0.7-3

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.098740
First Submitted: 2017-06-23 06:56 (UTC)
Last Updated: 2025-05-10 17:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

FoPref commented on 2019-01-03 19:28 (UTC)

This package appears to be missing a dependency on "python-casttube".

pkg_resources.DistributionNotFound: The 'casttube>=0.1.0' distribution was not found and is required by PyChromecast

RemoteAdmin commented on 2018-03-23 07:32 (UTC)

python2-pychromecast is not usable anymore 'cause support for python2-zeroconf was dropped

polyzen commented on 2017-10-08 17:42 (UTC)

Thank you, cleared up. (Commenting so people don't have to compare the dates of the previous comments and last update to know if this has been fixed.)

starkers commented on 2017-10-07 14:44 (UTC) (edited on 2017-10-07 14:44 (UTC) by starkers)

This has been broken for over a month now btw.. FWIW python-pychromecast-git works

superhdj commented on 2017-10-06 22:10 (UTC) (edited on 2017-10-06 22:12 (UTC) by superhdj)

Marca este error: ==> Iniciando build()... /tmp/pamac-build-hdj/python-pychromecast/PKGBUILD: línea 19: cd: python-pychromecast-0.8.2: No existe el fichero o el directorio ==> ERROR: Se produjo un fallo en build().

<deleted-account> commented on 2017-09-08 17:24 (UTC)

Replace: $pkgbase-$pkgver ---> $_pkgname-$pkgver

rhabbachi commented on 2017-09-07 11:15 (UTC)

Github repo to make it easier to test the proposed fix https://github.com/rhabbachi/python-pychromecast.aur

rhabbachi commented on 2017-09-07 11:04 (UTC) (edited on 2017-09-07 11:05 (UTC) by rhabbachi)

Applying the following diff fixed the issue for me (strip the enclosing "```"). ``` diff --git a/PKGBUILD b/PKGBUILD index 8e90eaa..7e05948 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,14 +16,15 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha512sums=('72442b2a3d9742587a9f7b11b3f502a8929c07b34332dc5197b75a0da0cd8f96fb896c044454fb77c8deaaebc00891070a7c5d27568696d69252c7e4139627fb') build() { - cd $pkgbase-$pkgver + tar xf $pkgbase-$pkgver.tar.gz + cd $_pkgname-$pkgver python setup.py build python2 setup.py build } package_python2-pychromecast() { depends=('python2' 'python2-protobuf' 'python2-requests' 'python2-zeroconf') - cd $pkgbase-$pkgver + cd $_pkgname-$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE install -d "$pkgdir/usr/share/$pkgname/examples" @@ -32,7 +33,7 @@ package_python2-pychromecast() { package_python-pychromecast() { depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf') - cd $pkgbase-$pkgver + cd $_pkgname-$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE install -d "$pkgdir/usr/share/$pkgname/examples" ```

darkbasic commented on 2017-09-06 08:55 (UTC)

PKGBUILD: line 19: cd: python-pychromecast-0.8.2: No such file or directory