9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "4801569c08bfcecfe7b0927b17f079c90f8607aca8fecaf42ded92b737162bc7";
18 buildInputs = [ setuptools_scm pytestrunner ];
19 checkInputs = [ pytest ];
22 description = "An implementation of a multiset";
23 homepage = "https://github.com/wheerd/multiset";
24 license = licenses.mit;
25 maintainers = [ maintainers.costrouc ];