mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/jellyfin-mpv-shim: upgrade to 2.10.0
This commit is contained in:
parent
a1062c755b
commit
6e8f11fe88
@ -1,9 +1,8 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
maintainer="Bart Ribbers <bribbers@disroot.org>"
|
||||
pkgname=jellyfin-mpv-shim
|
||||
pkgver=2.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="MPV Cast Client for Jellyfin "
|
||||
pkgver=2.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="MPV Cast Client for Jellyfin"
|
||||
url="https://github.com/jellyfin/jellyfin-mpv-shim"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
@ -21,7 +20,7 @@ makedepends="
|
||||
py3-wheel
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://pypi.python.org/packages/source/j/jellyfin-mpv-shim/jellyfin-mpv-shim-$pkgver.tar.gz"
|
||||
source="$pkgname-pkgver.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/refs/tags/v$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
@ -30,17 +29,11 @@ build() {
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
26b5a49801cb27fdd467e4189713b4c2afef08153ecca4ea0298ef7de405723bc68b238abd2788aa0a570a3dc6b26262e814827684341ca8cc51009b836ec276 jellyfin-mpv-shim-2.9.0.tar.gz
|
||||
32459ddf05bf98ccc29a884d48c0c90ccb913fc81d7046df080f0c60b901e03147bb09a9334e407512e23ef8aa8440a0353fcb4e20f7d7477d2a2630ef3d70ed jellyfin-mpv-shim-pkgver.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user