Loading pkgs/development/python-modules/backports-strenum/default.nix 0 → 100644 +47 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "backports-strenum"; version = "1.2.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "clbarnes"; repo = "backports.strenum"; rev = "refs/tags/v${version}"; hash = "sha256-AhAMVawnBMJ45a3mpthUZvqTeqeCB1Uco4MSusLyA4E="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "backports.strenum" ]; meta = with lib; { description = "Base class for creating enumerated constants that are also subclasses of str"; homepage = "https://github.com/clbarnes/backports.strenum"; license = with licenses; [ psfl ]; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/pyoverkiz/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , aiohttp , attrs , backoff , backports-strenum , boto3 , buildPythonPackage , fetchFromGitHub Loading @@ -15,7 +16,7 @@ buildPythonPackage rec { pname = "pyoverkiz"; version = "1.9.1"; version = "1.10.1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -24,7 +25,7 @@ buildPythonPackage rec { owner = "iMicknl"; repo = "python-overkiz-api"; rev = "refs/tags/v${version}"; hash = "sha256-03tbWCkSAG/aE6hsPxCPuGRFPTiMgkp/tCzWScPW8YE="; hash = "sha256-tb0xU1H1VrWTuObCg1+mFkzawAzrknO3fER7cN2St7U="; }; postPatch = '' Loading @@ -37,11 +38,12 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ attrs aiohttp attrs backoff pyhumps backports-strenum boto3 pyhumps warrant-lite ]; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1211,6 +1211,8 @@ self: super: with self; { backports-shutil-which = callPackage ../development/python-modules/backports-shutil-which { }; backports-strenum = callPackage ../development/python-modules/backports-strenum { }; backports-zoneinfo = callPackage ../development/python-modules/backports-zoneinfo { }; bacpypes = callPackage ../development/python-modules/bacpypes { }; Loading Loading
pkgs/development/python-modules/backports-strenum/default.nix 0 → 100644 +47 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "backports-strenum"; version = "1.2.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "clbarnes"; repo = "backports.strenum"; rev = "refs/tags/v${version}"; hash = "sha256-AhAMVawnBMJ45a3mpthUZvqTeqeCB1Uco4MSusLyA4E="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "backports.strenum" ]; meta = with lib; { description = "Base class for creating enumerated constants that are also subclasses of str"; homepage = "https://github.com/clbarnes/backports.strenum"; license = with licenses; [ psfl ]; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/pyoverkiz/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , aiohttp , attrs , backoff , backports-strenum , boto3 , buildPythonPackage , fetchFromGitHub Loading @@ -15,7 +16,7 @@ buildPythonPackage rec { pname = "pyoverkiz"; version = "1.9.1"; version = "1.10.1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -24,7 +25,7 @@ buildPythonPackage rec { owner = "iMicknl"; repo = "python-overkiz-api"; rev = "refs/tags/v${version}"; hash = "sha256-03tbWCkSAG/aE6hsPxCPuGRFPTiMgkp/tCzWScPW8YE="; hash = "sha256-tb0xU1H1VrWTuObCg1+mFkzawAzrknO3fER7cN2St7U="; }; postPatch = '' Loading @@ -37,11 +38,12 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ attrs aiohttp attrs backoff pyhumps backports-strenum boto3 pyhumps warrant-lite ]; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1211,6 +1211,8 @@ self: super: with self; { backports-shutil-which = callPackage ../development/python-modules/backports-shutil-which { }; backports-strenum = callPackage ../development/python-modules/backports-strenum { }; backports-zoneinfo = callPackage ../development/python-modules/backports-zoneinfo { }; bacpypes = callPackage ../development/python-modules/bacpypes { }; Loading