treewide: propagatedBuildInputs -> dependencies

Migrating the packages I maintain.
This commit is contained in:
Peder Bergebakken Sundt
2024-04-26 01:13:52 +02:00
parent 7151eeec48
commit 66c0b7efe3
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ ps.buildPythonApplication rec {
ps.babel
];
propagatedBuildInputs = [
dependencies = [
ps.pyside6
ps.jeepney
];
@@ -21,7 +21,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ setuptools amaranth ];
dependencies = [ setuptools amaranth ];
preBuild = ''
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
@@ -20,7 +20,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ pdm-backend ];
propagatedBuildInputs = [ amaranth ];
dependencies = [ amaranth ];
preBuild = ''
export PDM_BUILD_SCM_VERSION="${realVersion}"
@@ -34,7 +34,7 @@ buildPythonPackage rec {
pdm-backend
];
propagatedBuildInputs = [
dependencies = [
jinja2
pyvcd
] ++
@@ -44,7 +44,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
strct
];
@@ -35,7 +35,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
watchdog
portalocker
];
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-kL0X1mEsmVWqnq5NgsMBxeAu48zjmi3muhZYryTCOMo=";
};
propagatedBuildInputs = [
dependencies = [
certifi
urllib3
];
@@ -25,7 +25,7 @@ buildPythonPackage rec {
hatchling
];
propagatedBuildInputs = [
dependencies = [
gradio-client
];
@@ -59,7 +59,7 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
setuptools # needed for 'pkg_resources'
fsspec
httpx
@@ -99,7 +99,7 @@ buildPythonPackage rec {
hatch-fancy-pypi-readme
];
propagatedBuildInputs = [
dependencies = [
setuptools # needed for 'pkg_resources'
aiofiles
altair
@@ -16,7 +16,7 @@ buildPythonPackage rec {
hash = "sha256-MnqY1PyGzo31H696J9CekiA2rJrUYzUMDC3UJMZaFLA=";
};
propagatedBuildInputs = [
dependencies = [
h5py
];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
setuptools
];
propagatedBuildInputs = [
dependencies = [
jinja2
pygments
markupsafe
@@ -40,7 +40,7 @@ buildPythonPackage rec {
poetry-core
];
propagatedBuildInputs = [
dependencies = [
pymongo
];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
'bm = trimesh.load("tests/data/WaterBottle.glb").geometry["WaterBottle"]'
'';
propagatedBuildInputs = [
dependencies = [
freetype-py
imageio
networkx
@@ -23,7 +23,7 @@ buildPythonPackage rec {
hash = "sha256-G59UUkpjttJKNBN0MB/A9CftO8tO3nv8qlTxt3/fKHk=";
};
propagatedBuildInputs = [
dependencies = [
pymupdf
numpy
ipython
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
easyprocess
entrypoint2
];
@@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-eo9Mk2c0hrBarCrzwmkXha3Qt4Bl1qR7Lhl9EkUx96E=";
};
propagatedBuildInputs = [
dependencies = [
jinja2
networkx
ipython
@@ -15,7 +15,7 @@ buildPythonPackage rec {
hash = "sha256-4/HriQQ9WNMHIauYy2UCPxpMJ0DjsZdwQpixY8ktUIs=";
};
propagatedBuildInputs = [
dependencies = [
python-dateutil
pytz
];
@@ -22,7 +22,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [ numpy ];
dependencies = [ numpy ];
nativeCheckInputs = [ lxml pytestCheckHook ];
+1 -1
View File
@@ -37,7 +37,7 @@ buildPythonApplication rec {
--replace-fail '"mremote' '#"mremote'
'';
propagatedBuildInputs = [
dependencies = [
click
pydantic
toml