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.trueskill: init at 0.4.5 #49342

Merged
merged 1 commit into from Nov 1, 2018

Conversation

eadwu
Copy link
Member

@eadwu eadwu commented Oct 28, 2018

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.

@veprbl
Copy link
Member

veprbl commented Oct 29, 2018

@GrahamcOfBorg build python2Packages.trueskill python3Packages.trueskill

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2Packages.trueskill, python3Packages.trueskill

Partial log (click to expand)

Successfully installed trueskill-0.4.5
/build/trueskill-0.4.5
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/fsvr5lnpw212br6rsp7kgv7k6z48slpx-python3.6-trueskill-0.4.5
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/fsvr5lnpw212br6rsp7kgv7k6z48slpx-python3.6-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/fsvr5lnpw212br6rsp7kgv7k6z48slpx-python3.6-trueskill-0.4.5
checking for references to /build in /nix/store/fsvr5lnpw212br6rsp7kgv7k6z48slpx-python3.6-trueskill-0.4.5...
/nix/store/17x8va1mzmgk90lw7a36dkir9nhvf71j-python2.7-trueskill-0.4.5
/nix/store/fsvr5lnpw212br6rsp7kgv7k6z48slpx-python3.6-trueskill-0.4.5

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.trueskill, python3Packages.trueskill

Partial log (click to expand)

Requirement already satisfied: six in /nix/store/3amg4b41sqz4vjfqyzsbrm8gmqr6skj0-python3.6-six-1.11.0/lib/python3.6/site-packages (from trueskill==0.4.5) (1.11.0)
Installing collected packages: trueskill
Successfully installed trueskill-0.4.5
/private/tmp/nix-build-python3.6-trueskill-0.4.5.drv-0/trueskill-0.4.5
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/8lwnmyv0qs163gw8lg2z61p6wiyirq2c-python3.6-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/8lwnmyv0qs163gw8lg2z61p6wiyirq2c-python3.6-trueskill-0.4.5
/nix/store/cx5sxbi3ai3c0kpaackdalqzq141xrb7-python2.7-trueskill-0.4.5
/nix/store/8lwnmyv0qs163gw8lg2z61p6wiyirq2c-python3.6-trueskill-0.4.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.trueskill, python3Packages.trueskill

Partial log (click to expand)

Successfully installed trueskill-0.4.5
/build/trueskill-0.4.5
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pmyvhpimcyl4k5qfkcj2ral8hb8wbs3p-python3.6-trueskill-0.4.5
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pmyvhpimcyl4k5qfkcj2ral8hb8wbs3p-python3.6-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/pmyvhpimcyl4k5qfkcj2ral8hb8wbs3p-python3.6-trueskill-0.4.5
checking for references to /build in /nix/store/pmyvhpimcyl4k5qfkcj2ral8hb8wbs3p-python3.6-trueskill-0.4.5...
/nix/store/7bscy1sc5hwynlspicydvibkz6n0pf24-python2.7-trueskill-0.4.5
/nix/store/pmyvhpimcyl4k5qfkcj2ral8hb8wbs3p-python3.6-trueskill-0.4.5

@eadwu eadwu force-pushed the init/pythonPackages.trueskill branch 4 times, most recently from bc70645 to f7e2ff1 Compare October 31, 2018 22:12
@dotlambda
Copy link
Member

Do you plan to maintain this package? You should add yourself to meta.maintainers.

@eadwu eadwu force-pushed the init/pythonPackages.trueskill branch from f7e2ff1 to 4278088 Compare November 1, 2018 01:29
@eadwu
Copy link
Member Author

eadwu commented Nov 1, 2018

For now pretty sure, probably around once a week or month is when I usually check.

@NixOS NixOS deleted a comment from GrahamcOfBorg Nov 1, 2018
@NixOS NixOS deleted a comment from GrahamcOfBorg Nov 1, 2018
@NixOS NixOS deleted a comment from GrahamcOfBorg Nov 1, 2018
@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.trueskill python3.pkgs.trueskill

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.trueskill, python3.pkgs.trueskill

Partial log (click to expand)

Successfully installed trueskill-0.4.5
/build/trueskill-0.4.5
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/krs9jm6nx8klydrgiqrlhr5b6xabp779-python3.6-trueskill-0.4.5
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/krs9jm6nx8klydrgiqrlhr5b6xabp779-python3.6-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/krs9jm6nx8klydrgiqrlhr5b6xabp779-python3.6-trueskill-0.4.5
checking for references to /build in /nix/store/krs9jm6nx8klydrgiqrlhr5b6xabp779-python3.6-trueskill-0.4.5...
/nix/store/flm6fc80by3iikr89gpp7jkhasr4w4vr-python2.7-trueskill-0.4.5
/nix/store/krs9jm6nx8klydrgiqrlhr5b6xabp779-python3.6-trueskill-0.4.5

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2.pkgs.trueskill, python3.pkgs.trueskill

Partial log (click to expand)

/private/tmp/nix-build-python2.7-trueskill-0.4.5.drv-0/trueskill-0.4.5
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/j802cf2s55ch6rkb8g8dy2bskqw6kl9r-python3.6-trueskill-0.4.5/lib
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/3c6nykkmpiigy8x0dlc23qicch4c9j4n-python2.7-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/j802cf2s55ch6rkb8g8dy2bskqw6kl9r-python3.6-trueskill-0.4.5
patching script interpreter paths in /nix/store/3c6nykkmpiigy8x0dlc23qicch4c9j4n-python2.7-trueskill-0.4.5
/nix/store/3c6nykkmpiigy8x0dlc23qicch4c9j4n-python2.7-trueskill-0.4.5
/nix/store/j802cf2s55ch6rkb8g8dy2bskqw6kl9r-python3.6-trueskill-0.4.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.trueskill, python3.pkgs.trueskill

Partial log (click to expand)

Successfully installed trueskill-0.4.5
/build/trueskill-0.4.5
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/qyaam86rlhap6mbvpnx4ind8awag2ym0-python3.6-trueskill-0.4.5
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qyaam86rlhap6mbvpnx4ind8awag2ym0-python3.6-trueskill-0.4.5/lib
patching script interpreter paths in /nix/store/qyaam86rlhap6mbvpnx4ind8awag2ym0-python3.6-trueskill-0.4.5
checking for references to /build in /nix/store/qyaam86rlhap6mbvpnx4ind8awag2ym0-python3.6-trueskill-0.4.5...
/nix/store/mx99jj45x4ph2cvalzx80hp3l0qrlyna-python2.7-trueskill-0.4.5
/nix/store/qyaam86rlhap6mbvpnx4ind8awag2ym0-python3.6-trueskill-0.4.5

@dotlambda dotlambda merged commit b3bff5c into NixOS:master Nov 1, 2018
@eadwu eadwu deleted the init/pythonPackages.trueskill branch November 17, 2020 23:33
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