treewide: propagatedBuildInputs -> dependencies

Migrating the packages I maintain.
This commit is contained in:
Peder Bergebakken Sundt 2024-04-26 01:13:26 +02:00
parent 7151eeec48
commit 66c0b7efe3
20 changed files with 20 additions and 20 deletions

View file

@ -57,7 +57,7 @@ ps.buildPythonApplication rec {
ps.babel
];
propagatedBuildInputs = [
dependencies = [
ps.pyside6
ps.jeepney
];

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ setuptools amaranth ];
dependencies = [ setuptools amaranth ];
preBuild = ''
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ pdm-backend ];
propagatedBuildInputs = [ amaranth ];
dependencies = [ amaranth ];
preBuild = ''
export PDM_BUILD_SCM_VERSION="${realVersion}"

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
pdm-backend
];
propagatedBuildInputs = [
dependencies = [
jinja2
pyvcd
] ++

View file

@ -44,7 +44,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
strct
];

View file

@ -35,7 +35,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
watchdog
portalocker
];

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-kL0X1mEsmVWqnq5NgsMBxeAu48zjmi3muhZYryTCOMo=";
};
propagatedBuildInputs = [
dependencies = [
certifi
urllib3
];

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
hatchling
];
propagatedBuildInputs = [
dependencies = [
gradio-client
];

View file

@ -59,7 +59,7 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
setuptools # needed for 'pkg_resources'
fsspec
httpx

View file

@ -99,7 +99,7 @@ buildPythonPackage rec {
hatch-fancy-pypi-readme
];
propagatedBuildInputs = [
dependencies = [
setuptools # needed for 'pkg_resources'
aiofiles
altair

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
hash = "sha256-MnqY1PyGzo31H696J9CekiA2rJrUYzUMDC3UJMZaFLA=";
};
propagatedBuildInputs = [
dependencies = [
h5py
];

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
jinja2
pygments
markupsafe

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
poetry-core
];
propagatedBuildInputs = [
dependencies = [
pymongo
];

View file

@ -50,7 +50,7 @@ buildPythonPackage rec {
'bm = trimesh.load("tests/data/WaterBottle.glb").geometry["WaterBottle"]'
'';
propagatedBuildInputs = [
dependencies = [
freetype-py
imageio
networkx

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
hash = "sha256-G59UUkpjttJKNBN0MB/A9CftO8tO3nv8qlTxt3/fKHk=";
};
propagatedBuildInputs = [
dependencies = [
pymupdf
numpy
ipython

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
easyprocess
entrypoint2
];

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-eo9Mk2c0hrBarCrzwmkXha3Qt4Bl1qR7Lhl9EkUx96E=";
};
propagatedBuildInputs = [
dependencies = [
jinja2
networkx
ipython

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
hash = "sha256-4/HriQQ9WNMHIauYy2UCPxpMJ0DjsZdwQpixY8ktUIs=";
};
propagatedBuildInputs = [
dependencies = [
python-dateutil
pytz
];

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [ numpy ];
dependencies = [ numpy ];
nativeCheckInputs = [ lxml pytestCheckHook ];

View file

@ -37,7 +37,7 @@ buildPythonApplication rec {
--replace-fail '"mremote' '#"mremote'
'';
propagatedBuildInputs = [
dependencies = [
click
pydantic
toml