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.simplekml: Init at 1.3.1 #50883

Merged
merged 2 commits into from Nov 26, 2018

Conversation

rvolosatovs
Copy link
Member

Motivation for this change
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 Nov 21, 2018

@GrahamcOfBorg build pythonPackages.simplekml python3Packages.simplekml

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

reading manifest file 'simplekml.egg-info/SOURCES.txt'
writing manifest file 'simplekml.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/4f9pmm78h57ddsy0j7yh2632jf665gsp-python2.7-simplekml-1.3.1
/nix/store/wmmibwkjc7vcy2s2fpdpj9gkdgpqj6i3-python3.7-simplekml-1.3.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

reading manifest file 'simplekml.egg-info/SOURCES.txt'
writing manifest file 'simplekml.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/w6yj1q369m98rmzs5iavsq1hvzcv3jxr-python2.7-simplekml-1.3.1
/nix/store/9pf0d1hpmp7a6pwy798479r0yk7c8l45-python3.7-simplekml-1.3.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

reading manifest file 'simplekml.egg-info/SOURCES.txt'
writing manifest file 'simplekml.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/0m6psjq9rx9gpwbb8fhcmvlgq9dwaawv-python2.7-simplekml-1.3.1
/nix/store/5b81riqmyj6lrjkxcp5vc5ry69r6qqmv-python3.7-simplekml-1.3.1

@rvolosatovs
Copy link
Member Author

@GrahamcOfBorg build pythonPackages.simplekml python3Packages.simplekml

1 similar comment
@FRidh
Copy link
Member

FRidh commented Nov 21, 2018

@GrahamcOfBorg build pythonPackages.simplekml python3Packages.simplekml

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

/nix/store/4f9pmm78h57ddsy0j7yh2632jf665gsp-python2.7-simplekml-1.3.1
/nix/store/wmmibwkjc7vcy2s2fpdpj9gkdgpqj6i3-python3.7-simplekml-1.3.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

writing manifest file 'simplekml.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
cannot link '/nix/store/.links/0awh19lnjp3q2z42jj2a8r8k5ch8in1g4y8bnq061vwcr5rhg7d4' to '/nix/store/5b81riqmyj6lrjkxcp5vc5ry69r6qqmv-python3.7-simplekml-1.3.1/lib/python3.7/site-packages/simplekml/__pycache__/featgeom.cpython-37.pyc': No space left on device
/nix/store/0m6psjq9rx9gpwbb8fhcmvlgq9dwaawv-python2.7-simplekml-1.3.1
/nix/store/5b81riqmyj6lrjkxcp5vc5ry69r6qqmv-python3.7-simplekml-1.3.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

reading manifest file 'simplekml.egg-info/SOURCES.txt'
writing manifest file 'simplekml.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/w6yj1q369m98rmzs5iavsq1hvzcv3jxr-python2.7-simplekml-1.3.1
/nix/store/9pf0d1hpmp7a6pwy798479r0yk7c8l45-python3.7-simplekml-1.3.1

@rvolosatovs
Copy link
Member Author

@FRidh

@FRidh
Copy link
Member

FRidh commented Nov 22, 2018

Ran 0 tests in 0.000s

No tests are found. Either the test runner cannot find tests and needs to be patched, or there simply are no tests in which case the tests need to be disabled. Do include a comment explaining why the tests are disabled.

@rvolosatovs
Copy link
Member Author

@FRidh, done

@rvolosatovs rvolosatovs force-pushed the init/simplekml branch 2 times, most recently from 53555b7 to e05cfde Compare November 25, 2018 17:57
@worldofpeace
Copy link
Contributor

@GrahamcOfBorg build pythonPackages.simplekml python3Packages.simplekml

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

Successfully installed simplekml-1.3.1
/build/simplekml-1.3.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4s2a3i5d60grlkqsp2v1yisba0pbjwxv-python3.7-simplekml-1.3.1
strip is /nix/store/qjrnv0qw44bw1hc23zhfh26xd1c25dfs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/4s2a3i5d60grlkqsp2v1yisba0pbjwxv-python3.7-simplekml-1.3.1/lib
patching script interpreter paths in /nix/store/4s2a3i5d60grlkqsp2v1yisba0pbjwxv-python3.7-simplekml-1.3.1
checking for references to /build in /nix/store/4s2a3i5d60grlkqsp2v1yisba0pbjwxv-python3.7-simplekml-1.3.1...
/nix/store/3bdpzh8f8g4hla29ppi5adknxi90jx20-python2.7-simplekml-1.3.1
/nix/store/4s2a3i5d60grlkqsp2v1yisba0pbjwxv-python3.7-simplekml-1.3.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pythonPackages.simplekml, python3Packages.simplekml

Partial log (click to expand)

Successfully installed simplekml-1.3.1
/build/simplekml-1.3.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/d3idfx6ypwwhj2fgmindlqrhbrvci8yd-python2.7-simplekml-1.3.1
strip is /nix/store/n4hb93w6j076xcjw5pm09rdmc09s075b-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/d3idfx6ypwwhj2fgmindlqrhbrvci8yd-python2.7-simplekml-1.3.1/lib
patching script interpreter paths in /nix/store/d3idfx6ypwwhj2fgmindlqrhbrvci8yd-python2.7-simplekml-1.3.1
checking for references to /build in /nix/store/d3idfx6ypwwhj2fgmindlqrhbrvci8yd-python2.7-simplekml-1.3.1...
/nix/store/d3idfx6ypwwhj2fgmindlqrhbrvci8yd-python2.7-simplekml-1.3.1
/nix/store/qz6z0byd8dwbl576wca50ja13g00giac-python3.7-simplekml-1.3.1

@worldofpeace worldofpeace merged commit dd4c1d0 into NixOS:master Nov 26, 2018
@rvolosatovs rvolosatovs deleted the init/simplekml branch November 26, 2018 00:12
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

4 participants