Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
strophy
aports
Commits
3e0bac05
Commit
3e0bac05
authored
1 month ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-jellyfin-apiclient-python: upgrade to 1.11.0
parent
c3233003
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-jellyfin-apiclient-python/APKBUILD
+16
-11
16 additions, 11 deletions
community/py3-jellyfin-apiclient-python/APKBUILD
with
16 additions
and
11 deletions
community/py3-jellyfin-apiclient-python/APKBUILD
+
16
−
11
View file @
3e0bac05
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
maintainer
=
"Bart Ribbers <bribbers@disroot.org>"
pkgname
=
py3-jellyfin-apiclient-python
pkgver
=
1.
9.2
pkgrel
=
4
pkgver
=
1.
11.0
pkgrel
=
0
pkgdesc
=
"Python API client for Jellyfin"
url
=
"https://github.com/jellyfin/jellyfin-apiclient-python"
arch
=
"noarch"
...
...
@@ -11,22 +10,28 @@ depends="
py3-requests
py3-urllib3
py3-websocket-client
python3
"
makedepends
=
"py3-setuptools"
makedepends
=
"
py3-gpep517
py3-setuptools
py3-wheel
"
subpackages
=
"
$pkgname
-pyc"
source
=
"https://pypi.python.org/packages/source/j/jellyfin
-
apiclient
-
python/jellyfin
-
apiclient
-
python-
$pkgver
.tar.gz"
source
=
"https://pypi.python.org/packages/source/j/jellyfin
_
apiclient
_
python/jellyfin
_
apiclient
_
python-
$pkgver
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/jellyfin
-
apiclient
-
python-
$pkgver
"
builddir
=
"
$srcdir
/jellyfin
_
apiclient
_
python-
$pkgver
"
build
()
{
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
.dist
\
--output-fd
3 3>&1
>
&2
}
package
()
{
python3 setup.py
install
--skip-build
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
.dist/
*
.whl
}
sha512sums
=
"
e7e5805abc78885311ada504e45ee9e6dba4bdea2d09dc2a3d38016de890a9b0cc346d9948161e3ab1b96075ce19e66c2be9ea8a367650d551a53ca1d7ae209b
jellyfin
-
apiclient
-
python-1.
9.2
.tar.gz
61dea85a3a66bd7660a26c10f2e321d58d96e7e1255474af4448a89728e4f3740a9176912b6b958f7f895ffab296973f010bd02e9466b23667e3665a012daedd
jellyfin
_
apiclient
_
python-1.
11.0
.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment