9 buildPythonPackage rec {
10 pname = "ttp-templates";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "ttp_templates";
19 rev = "refs/tags/${version}";
20 hash = "sha256-Pntm/wUv/K0ci8U/+nBUVszuX8KT95gyp+i2N6NshKo=";
23 nativeBuildInputs = [ poetry-core ];
26 # Drop circular dependency on ttp
27 sed -i '/ttp =/d' pyproject.toml
30 # Circular dependency on ttp
34 description = "Template Text Parser Templates collections";
35 homepage = "https://github.com/dmulyalin/ttp_templates";
36 changelog = "https://github.com/dmulyalin/ttp_templates/releases/tag/${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];