Package Details: python-pychromecast 13.1.0-1

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: 36
Popularity: 0.31
First Submitted: 2017-06-23 06:56 (UTC)
Last Updated: 2024-01-15 15:18 (UTC)

Pinned Comments

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.

Latest Comments

« First ‹ Previous 1 2 3

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