13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M=";
39 # Remove the bundled pytest.ini, which adds options to run additional integration
40 # tests that are overkill for our purposes.
45 pythonImportsCheck = [ "bidict" ];
48 homepage = "https://bidict.readthedocs.io";
49 changelog = "https://bidict.readthedocs.io/changelog.html";
50 description = "The bidirectional mapping library for Python.";
51 license = licenses.mpl20;
52 maintainers = with maintainers; [ jab jakewaksbaum ];