10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "Lunarmagpie";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-VzWDqplYgwrJXXd5IUzEIp0YRuofybqmGrNKPaGqQFM=";
23 # pyproject.toml version file is set as 1.0.0
25 url = "https://github.com/Lunarmagpie/sigparse/pull/14/commits/44780382410bc6913bdd8ff7e92948078adb736c.patch";
26 hash = "sha256-3EOkdBQDBodMBp4ENdvquJlRvAAywQhdWAX4dWFmhL0=";
30 build-system = [ poetry-core ];
31 pythonImportsCheck = [ "sigparse" ];
33 nativeCheckInputs = [ pytestCheckHook ];
36 description = "Backports python 3.10 typing features into 3.7, 3.8, and 3.9";
37 license = lib.licenses.mit;
38 homepage = "https://github.com/Lunarmagpie/sigparse";
39 maintainers = with lib.maintainers; [ sigmanificient ];