9 buildPythonPackage rec {
10 pname = "sortedcollections";
13 src = fetchFromGitHub {
15 repo = "python-sortedcollections";
17 sha256 = "sha256-GkZO8afUAgDpDjIa3dhO6nxykqrljeKldunKMODSXfg=";
20 propagatedBuildInputs = [ sortedcontainers ];
27 pythonImportsCheck = [ "sortedcollections" ];
30 description = "Python Sorted Collections";
31 homepage = "http://www.grantjenks.com/docs/sortedcollections/";
32 license = with licenses; [ asl20 ];
33 maintainers = with maintainers; [ fab ];