8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-WMHjBVkeSoQ4Naj1U7Bg9j2hcoErH1dx00BPKiom9T4=";
20 nativeBuildInputs = [ setuptools ];
22 nativeCheckInputs = [ pytestCheckHook ];
24 pythonImportsCheck = [ "essentials" ];
27 homepage = "https://github.com/Neoteroi/essentials";
28 description = "General purpose classes and functions";
29 changelog = "https://github.com/Neoteroi/essentials/releases/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [