upgpkg: python-jellyfin-apiclient 1.9.2-2

switched to PEP 517
This commit is contained in:
2024-01-13 17:43:31 +01:00
parent ef7a335a41
commit f5210a8b08
2 changed files with 9 additions and 7 deletions

View File

@@ -1,12 +1,14 @@
pkgbase = python-jellyfin-apiclient
pkgdesc = Python API client for Jellyfin
pkgver = 1.9.2
pkgrel = 1
pkgrel = 2
url = https://github.com/iwalton3/jellyfin-apiclient-python
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python>=3.6
depends = python-requests
depends = python-urllib3
depends = python-websocket-client