Skip to content

Commit

Permalink
upgpkg: python-pychromecast 14.0.1-1
Browse files Browse the repository at this point in the history
upstream release

Merge subtree 'python-pychromecast'
  • Loading branch information
mutantmonkey committed May 4, 2024
2 parents deeee85 + dbb517c commit 8caedb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python-pychromecast/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
pkgver = 13.1.0
pkgver = 14.0.1
pkgrel = 1
url = https://github.com/home-assistant-libs/pychromecast
arch = any
Expand All @@ -12,7 +12,7 @@ pkgbase = python-pychromecast
depends = python-casttube
depends = python-protobuf
depends = python-zeroconf
source = pychromecast-13.1.0.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/refs/tags/13.1.0.tar.gz
sha256sums = 75571ef1bdb9808a52227ba47ae46281332bbe67eaebc26aee947cdc1e3e5a67
source = pychromecast-14.0.1.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/refs/tags/14.0.1.tar.gz
sha256sums = d7de83709bb055929cd0a0a1b7e7974e580e41da80e44b65c7044a911f65d30f

pkgname = python-pychromecast
12 changes: 10 additions & 2 deletions python-pychromecast/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pkgname=python-pychromecast
_name=${pkgname#python-}
pkgver=13.1.0
pkgver=14.0.1
pkgrel=1
pkgdesc="Library for Python 3 to communicate with the Google Chromecast"
arch=('any')
Expand All @@ -16,7 +16,15 @@ license=('MIT')
depends=('python-casttube' 'python-protobuf' 'python-zeroconf')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('75571ef1bdb9808a52227ba47ae46281332bbe67eaebc26aee947cdc1e3e5a67')
sha256sums=('d7de83709bb055929cd0a0a1b7e7974e580e41da80e44b65c7044a911f65d30f')

prepare() {
cd "$_name-$pkgver"

# relax requirements
sed -i 's/setuptools~/setuptools>/g' pyproject.toml
sed -i 's/wheel~/wheel>/g' pyproject.toml
}

build() {
cd "$_name-$pkgver"
Expand Down

0 comments on commit 8caedb8

Please sign in to comment.