2022-11-26T07:58:27 python3.10-pyprecice 2.4.0.0 -> 2.5.0.1 https://pypi.org/project/pyprecice/ 2022-11-26T07:58:29 attrpath: python310Packages.pyprecice 2022-11-26T07:58:29 Checking auto update branch... 2022-11-26T07:58:33 [version] 2022-11-26T07:58:33 [version] skipping because derivation has updateScript 2022-11-26T07:58:33 [rustCrateVersion] 2022-11-26T07:58:33 [rustCrateVersion] No cargoSha256 found 2022-11-26T07:58:33 [golangModuleVersion] 2022-11-26T07:58:33 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T07:58:33 [updateScript] 2022-11-26T07:58:36 [updateScript] Success 2022-11-26T07:58:36 [updateScript] this derivation will be built: /nix/store/jh1xv9da99yl39dyk14bva55j0n899wh-packages.json.drv building '/nix/store/jh1xv9da99yl39dyk14bva55j0n899wh-packages.json.drv'... Going to be running update for following packages: - python3.10-pyprecice-2.4.0.0 Press Enter key to continue... Running update for: - python3.10-pyprecice-2.4.0.0: UPDATING ... - python3.10-pyprecice-2.4.0.0: DONE. Packages updated! 2022-11-26T07:58:36 2022-11-26T07:58:36 [quotedUrls] 2022-11-26T07:58:36 [quotedUrls] nothing found to replace 2022-11-26T07:58:36 Diff after rewrites: diff --git a/pkgs/development/python-modules/pyprecice/default.nix b/pkgs/development/python-modules/pyprecice/default.nix index 621850742af..d9172c95955 100644 --- a/pkgs/development/python-modules/pyprecice/default.nix +++ b/pkgs/development/python-modules/pyprecice/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyprecice"; - version = "2.4.0.0"; + version = "2.5.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "precice"; repo = "python-bindings"; rev = "refs/tags/v${version}"; - hash = "sha256-Endy5oiC1OWdtZlVPUkIdkzoDTc1b5TaQ6VEUWq5iSg="; + hash = "sha256-0dxWtlN3x3orBgtCTxTsql39+MBVsgeHO7gXjOO8qcA="; }; nativeBuildInputs = [ 2022-11-26T08:00:08 No auto update branch exists 2022-11-26T08:00:20 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.pyprecice nix build failed. Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/rlaxvjd8w0i8k26s2dwzczxvfgh6xgsm-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/versioneer.py @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing setuptoolsBuildPhase setup.py:11: UserWarning: It looks like you are not using pip for installation. Installing the package via 'pip3 install --user .' is recommended. You can still use 'python3 setup.py install --user', if you want and if the bindings work correctly, you do not have to worry. However, if you face problems during installation or running pyprecice, this means that you have to make sure that all dependencies are installed correctly and repeat the installation of pyprecice. Refer to pyproject.toml for a list of dependencies. warnings.warn( Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 55, in import pkgconfig ModuleNotFoundError: No module named 'pkgconfig'