6 pythonImportsCheckHook,
9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-WMHjBVkeSoQ4Naj1U7Bg9j2hcoErH1dx00BPKiom9T4=";
21 nativeBuildInputs = [ setuptools ];
27 pythonImportsCheck = [
32 homepage = "https://github.com/Neoteroi/essentials";
33 description = "General purpose classes and functions";
34 changelog = "https://github.com/Neoteroi/essentials/releases/v${version}";
35 license = licenses.mit;
36 maintainers = with maintainers; [aldoborrero zimbatm];