9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-ABmkwpJ40JceNJieW5bhg0gqWNrR6Wxj84nLCjKU11A=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
37 "--ignore-glob=*integration*"
41 description = "Dict subclass that supports dot access notation";
42 homepage = "https://github.com/rnag/dotwiz";
43 changelog = "https://github.com/rnag/dotwiz/blob/v${version}/HISTORY.rst";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];