13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-oUDAU+TRwLroNfQGYusAQKdRkHcazysqiDLfp77v5Sk=";
25 propagatedBuildInputs = [
37 # Support for later Python releases, https://github.com/antocuni/pypytools/pull/2
39 name = "support-later-python.patch";
40 url = "https://github.com/antocuni/pypytools/commit/c6aed496ec35a6ef7ce9e95084849eebc16bafef.patch";
41 hash = "sha256-YoYRZmgueQmxRtGaeP4zEVxuA0U7TB0PmoYHHVI7ICQ=";
45 pythonImportsCheck = [
49 disabledTests = lib.optionals (pythonAtLeast "3.11") [
50 # https://github.com/antocuni/pypytools/issues/4
55 description = "Collection of tools to use PyPy-specific features";
56 homepage = "https://github.com/antocuni/pypytools";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];