7 buildPythonPackage rec {
9 version = "unstable-2017-11-21";
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 # Use a fork as upstream is dead
15 src = fetchFromGitHub {
18 rev = "71ac9d5c712becd4c502ab3099203731a0f1122e";
19 hash = "sha256-XOgzJkcIqkAJFsKAyt2jSEIxcc0h2gFC15xy5kAs+7s=";
23 substituteInPlace setup.py \
27 # No real tests available
30 pythonImportsCheck = [
35 description = "Python dictionary that provides attribute-style access";
36 homepage = "https://github.com/dsc/bunch";
37 license = licenses.mit;
38 maintainers = with maintainers; [ ];