7 with python3.pkgs; buildPythonApplication rec {
8 pname = "poetry2conda";
13 src = fetchFromGitHub {
17 sha256 = "sha256-UqNoEGgStvqtxhYwExk7wO4SvATaM2kGaFbB5ViJa7U=";
22 name = "use-poetry-core.patch";
23 url = "https://github.com/dojeda/poetry2conda/commit/b127090498c89fbd8bbcbac45d03178a1e1c4219.patch";
24 hash = "sha256-J26NhVPG1vD/QNXi5irtGW05CYsIYvZNQIi8YvHwCLc=";
28 nativeBuildInputs = [ poetry-core ];
30 propagatedBuildInputs = [
42 description = "Script to convert a Python project declared on a pyproject.toml to a conda environment";
43 homepage = "https://github.com/dojeda/poetry2conda";
44 license = licenses.mit;
45 maintainers = with maintainers; [ cpcloud ];
46 mainProgram = "poetry2conda";