11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-uPM2U+emZUCGqEhIeTBmaOu8eSfK4arqvv9bItBWpUs=";
23 # don't append .dev0 to version
24 env.RELEASING_PROCESS = "1";
26 nativeBuildInputs = [ setuptools ];
34 pythonImportsCheck = [
44 description = "Small pure-python package for data structure related utility functions";
45 homepage = "https://github.com/shaypal5/strct";
46 license = licenses.mit;
47 maintainers = with maintainers; [ pbsds ];