14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M=";
40 # Remove the bundled pytest.ini, which adds options to run additional integration
41 # tests that are overkill for our purposes.
46 pythonImportsCheck = [ "bidict" ];
49 homepage = "https://bidict.readthedocs.io";
50 changelog = "https://bidict.readthedocs.io/changelog.html";
51 description = "Bidirectional mapping library for Python";
52 license = licenses.mpl20;
53 maintainers = with maintainers; [