add python-mpv-jsonrpc and jellyfin apiclient

This commit is contained in:
Cappy Ishihara
2023-12-17 16:54:22 +07:00
parent fe0032bf92
commit 0faf51b264
16 changed files with 186 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
*.egg-info
*.egg
*.pyc
*.tar.*
+7
View File
@@ -0,0 +1,7 @@
project pkg {
rpm {
spec = "python-mpv.spec"
}
}
@@ -0,0 +1 @@
@@ -0,0 +1,3 @@
rpm.global("pypi_version", pypi("python-mpv"));