Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.pvlib: 0.5.2 -> 0.6.0 #47671

Merged
merged 1 commit into from Oct 17, 2018
Merged

Conversation

jluttine
Copy link
Member

@jluttine jluttine commented Oct 2, 2018

Motivation for this change

Update Python package pvlib.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@FRidh
Copy link
Member

FRidh commented Oct 14, 2018

@GrahamcOfBorg build python3.pkgs.pvlib

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3.pkgs.pvlib

Partial log (click to expand)

Installing collected packages: pvlib
Successfully installed pvlib-0.6.0
/build/pvlib-0.6.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wdp6rs091wdwy5h8m737grzf9r6qrj8z-python3.6-pvlib-0.6.0
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wdp6rs091wdwy5h8m737grzf9r6qrj8z-python3.6-pvlib-0.6.0/lib
patching script interpreter paths in /nix/store/wdp6rs091wdwy5h8m737grzf9r6qrj8z-python3.6-pvlib-0.6.0
checking for references to /build in /nix/store/wdp6rs091wdwy5h8m737grzf9r6qrj8z-python3.6-pvlib-0.6.0...
/nix/store/wdp6rs091wdwy5h8m737grzf9r6qrj8z-python3.6-pvlib-0.6.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python3.pkgs.pvlib

Partial log (click to expand)

  /nix/store/znrqxs54vz5y0q9igqlxa848ymp2jii5-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/znrqxs54vz5y0q9igqlxa848ymp2jii5-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 630.40 seconds
builder for '/nix/store/6wzb0wkainyd8bfinszwwb26xi5xb503-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/6lvgfwfnf6mnkxyrhymvspwnh2q49knd-python3.6-pvlib-0.6.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/6lvgfwfnf6mnkxyrhymvspwnh2q49knd-python3.6-pvlib-0.6.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python3.pkgs.pvlib

Partial log (click to expand)

Requirement already satisfied: numpy>=1.10.1 in /nix/store/i7syjwkl25xigkw1lq4b14zw1snsrs6q-python3.6-numpy-1.15.1/lib/python3.6/site-packages (from pvlib==0.6.0) (1.15.1)
Requirement already satisfied: python-dateutil>=2.5.0 in /nix/store/5csxzmc0i90hcazm0nswz82g296v0pv6-python3.6-python-dateutil-2.7.3/lib/python3.6/site-packages (from pandas>=0.14.0->pvlib==0.6.0) (2.7.3)
Installing collected packages: pvlib
Successfully installed pvlib-0.6.0
/private/tmp/nix-build-python3.6-pvlib-0.6.0.drv-0/pvlib-0.6.0
post-installation fixup
strip is /nix/store/53nysl8bqwxihwzs1pgwka20nf8mbvlp-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/kagghqp9f09n8iz9i62v0dwf4dgiixnb-python3.6-pvlib-0.6.0/lib
patching script interpreter paths in /nix/store/kagghqp9f09n8iz9i62v0dwf4dgiixnb-python3.6-pvlib-0.6.0
/nix/store/kagghqp9f09n8iz9i62v0dwf4dgiixnb-python3.6-pvlib-0.6.0

@FRidh FRidh merged commit 17f1eeb into NixOS:master Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants