17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-oxT2y3um6BZ3bwYa+LWBoTgU+9b+V7XtQdCdECU3Gu0=";
36 passthru.optional-dependencies = {
53 ] ++ lib.optionals (pythonOlder "3.11") [
66 ] ++ passthru.optional-dependencies.all;
68 pythonImportsCheck = [
73 description = "Python dictionaries with advanced dot notation access";
74 homepage = "https://github.com/cdgriffith/Box";
75 changelog = "https://github.com/cdgriffith/Box/blob/${version}/CHANGES.rst";
76 license = with licenses; [ mit ];
77 maintainers = with maintainers; [ fab ];