11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-sI6jnrTxDbW0sNVodpCjBnA31VAAmunwMp9s8GkoHGI=";
32 sed -i "/addopts =/d" pytest.ini
36 cython frozenlist/_frozenlist.pyx
39 pythonImportsCheck = [
48 description = "Python module for list-like structure";
49 homepage = "https://github.com/aio-libs/frozenlist";
50 license = with licenses; [ asl20 ];
51 maintainers = with maintainers; [ fab ];