python313Packages.pytapo: modernize
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchPypi,
|
||||
pycryptodome,
|
||||
python-kasa,
|
||||
pythonOlder,
|
||||
requests,
|
||||
rtp,
|
||||
setuptools,
|
||||
@@ -16,8 +15,6 @@ buildPythonPackage rec {
|
||||
version = "3.3.54";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-B31PTYqXFzLkn/YuFbq0G7SDA1wMqAcwGOaj3xfmxYA=";
|
||||
@@ -41,7 +38,8 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library for communication with Tapo Cameras";
|
||||
homepage = "https://github.com/JurajNyiri/pytapo";
|
||||
license = with licenses; [ mit ];
|
||||
changelog = "https://github.com/JurajNyiri/pytapo/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fleaz ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user