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

meliae: init at 0.4.0 #30508

Merged
merged 1 commit into from Oct 25, 2017
Merged

meliae: init at 0.4.0 #30508

merged 1 commit into from Oct 25, 2017

Conversation

xvapx
Copy link
Contributor

@xvapx xvapx commented Oct 17, 2017

Motivation for this change

To update Tribler from 7.0.0-rc2 to 7.0.0-rc3 we need this new dependency

Things done

Added meliae 0.4.0 to pyhonPackages.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@xvapx xvapx requested a review from FRidh as a code owner October 17, 2017 12:35
@xvapx xvapx mentioned this pull request Oct 17, 2017
8 tasks
@xvapx xvapx force-pushed the meliae-init branch 2 times, most recently from 8b9eedf to 4c8d306 Compare October 17, 2017 23:59
@@ -11650,6 +11650,10 @@ in {
};
};

meliae = if ! isPy3k then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use disabled = isPy3k; in the expression instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks. I've squashed both changes and --force pushed.

sha256 = "16gcgjzcjlbfarwlj18fn089bz34kzfw8varbzxsi9ma0amijrcp";
};

checkInputs = [ cython ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed if it is already in propagatedBuildInputs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks.

Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test runner doesn't find any tests. Either fix the test discovery, or, if there are no tests, disable tests and include a comment about it.

@xvapx
Copy link
Contributor Author

xvapx commented Oct 25, 2017

@FRidh Fixed and squashed.

@FRidh FRidh merged commit 6a76808 into NixOS:master Oct 25, 2017
@xvapx xvapx deleted the meliae-init branch February 21, 2018 08:28
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

2 participants