Browse Source

python/python3-plexapi: Updated to 4.16.1.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/277/head
Pouria Rezaei 9 months ago
committed by Willy Sudiarto Raharjo
parent
commit
8bd5e521eb
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 8
      python/python3-plexapi/python3-plexapi.SlackBuild
  2. 6
      python/python3-plexapi/python3-plexapi.info

8
python/python3-plexapi/python3-plexapi.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for python3-PlexAPI
# Copyright 2019-2024 Pouria Rezaei <Pouria.rz@outlook.com>
# Copyright 2019-2025 Pouria Rezaei <Pouria.rz@outlook.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-plexapi
VERSION=${VERSION:-4.16.0}
VERSION=${VERSION:-4.16.1}
SRCNAM=plexapi
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
if [ $PYVER = "3.9" ]; then
export PYTHONPATH=/opt/python$PYVER/site-packages/
fi
python3 -m build --wheel --no-isolation
python3 -m installer --destdir="$PKG" dist/*.whl

6
python/python3-plexapi/python3-plexapi.info

@ -1,8 +1,8 @@
PRGNAM="python3-plexapi"
VERSION="4.16.0"
VERSION="4.16.1"
HOMEPAGE="https://github.com/pkkid/python-plexapi"
DOWNLOAD="https://files.pythonhosted.org/packages/17/78/eea1f69eebdcda76fbcd368e9bd7bd6c2daa95cbdf6fa8eaf36e3f7d45b3/plexapi-4.16.0.tar.gz"
MD5SUM="d58e9a015098ca2526239a07a31ca8ee"
DOWNLOAD="https://files.pythonhosted.org/packages/66/1c/beeaf8dd489dad13ca4310a7bd9c601da6c6831e7c8ac61a45aadccb742d/plexapi-4.16.1.tar.gz"
MD5SUM="4ef8ceef903a764868200fe1f11a1fde"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"

Loading…
Cancel
Save