9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-CIpgqzNXW3VpS+k6BCpc2DNyqwgt/Af3ms59AH/V5KM=";
19 build-system = [ setuptools ];
27 substituteInPlace pyproject.toml \
28 --replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
32 description = "Extension to whey to support .pth files.";
33 homepage = "https://pypi.org/project/whey-pth";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ tyberius-prime ];