Skip to content

Commit

Permalink
python3-SoCo: update to 0.29.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciogi committed Nov 18, 2023
1 parent f6de0e0 commit fdcc368
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions srcpkgs/python3-SoCo/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'python3-SoCo'
pkgname=python3-SoCo
version=0.18.1
revision=6
version=0.29.1
revision=1
build_style=python3-module
pycompile_module="soco"

Check failure on line 6 in srcpkgs/python3-SoCo/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

do not set pycompile_module, it is autodetected
hostmakedepends="python3-setuptools"
depends="python3-xmltodict python3-requests"
depends="python3-xmltodict python3-requests python3-ifaddr python3-appdirs python3-lxml"
checkdepends="${depends} python3-pytest python3-requests-mock"
short_desc="Python3 bindings for programmatic control of Sonos speakers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://python-soco.com"
distfiles="https://github.com/SoCo/SoCo/archive/v${version}.tar.gz"
checksum=2ebe6c8953a0a871a43190938c17b9a053124e6115ca2d05138c4394ab1260bd
checksum=333002822c36c510f2d075cfe0a8f3dbe2992f3ee04ed1d222dc02eeadf987fa

post_install() {
vlicense LICENSE.rst
Expand Down

0 comments on commit fdcc368

Please sign in to comment.