python313Packages.plexapi: modernize
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
requests,
|
||||
setuptools,
|
||||
tqdm,
|
||||
@@ -14,8 +13,6 @@ buildPythonPackage rec {
|
||||
version = "4.17.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pkkid";
|
||||
repo = "python-plexapi";
|
||||
@@ -39,7 +36,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python bindings for the Plex API";
|
||||
homepage = "https://github.com/pkkid/python-plexapi";
|
||||
changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}";
|
||||
changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${src.tag}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user