11 buildPythonPackage rec {
16 src = fetchFromGitHub {
17 owner = "repo-helper";
20 hash = "sha256-A+bXB9F8FD+A1iRuETIxP12bkH/5NKcx01ERXJZAj+Q=";
24 substituteInPlace pyproject.toml \
25 --replace-fail 'setuptools!=61.*,<=67.1.0,>=40.6.0' setuptools
28 build-system = [ setuptools ];
35 pythonImportsCheck = [ "whey_pth" ];
41 # missing dependency coincidence
45 description = "Extension to whey to support .pth files";
46 homepage = "https://github.com/repo-helper/whey-pth";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ tyberius-prime ];