7 buildPythonPackage rec {
8 pname = "poetry-plugin-export";
12 src = fetchFromGitHub {
13 owner = "python-poetry";
15 rev = "refs/tags/${version}";
16 hash = "sha256-ZXhj9FwCCNFMzyoAtQTD8bddOvVM4KzNtd+3sBn9i+w=";
20 sed -i '/poetry =/d' pyproject.toml
27 # infinite recursion with poetry
29 pythonImportsCheck = [];
32 changelog = "https://github.com/python-poetry/poetry-plugin-export/blob/${src.rev}/CHANGELOG.md";
33 description = "Poetry plugin to export the dependencies to various formats";
34 license = licenses.mit;
35 homepage = "https://github.com/python-poetry/poetry-plugin-export";