|
From: | Lars-Dominik Braun |
Subject: | bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files? |
Date: | Sun, 15 Dec 2024 17:12:12 +0100 |
Hi, > Should ‘guix import pypi’ attempt to get dependency information from > ‘pyproject.toml’, in addition to ‘requirements.txt’ and wheel ‘METADATA’ > as it already does? attached patches allow parsing the standardized pyproject.toml fields for dependencies. This won’t work for poetry (we need a different version parser for that), but it’s a start. Lars
0001-import-pypi-Support-extracting-dependencies-from-pyp.patch
Description: Text document
0002-import-pypi-Add-python-wheel-to-native-inputs-if-set.patch
Description: Text document
0003-import-pypi-Default-to-setuptools-as-build-system-in.patch
Description: Text document
0004-import-pypi-Move-deduplication-to-final-processing-s.patch
Description: Text document
[Prev in Thread] | Current Thread | [Next in Thread] |