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.pomegranate: init at 0.7.7 #29338

Merged
merged 2 commits into from Sep 18, 2017
Merged

Conversation

rybern
Copy link
Contributor

@rybern rybern commented Sep 13, 2017

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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.

@rybern rybern requested a review from FRidh as a code owner September 13, 2017 23:10
@@ -0,0 +1,25 @@
{ stdenv, pythonPackages, fetchFromGitHub }:
Copy link
Member

Choose a reason for hiding this comment

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

Separate parameters are required, not a single package set.


propagatedBuildInputs = with pythonPackages; [ numpy scipy cython networkx joblib ];

buildInputs = [ pythonPackages.nose ];
Copy link
Member

Choose a reason for hiding this comment

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

checkInputs

version = "0.7.7";
name = "${pname}-${version}";

src = fetchFromGitHub {
Copy link
Member

Choose a reason for hiding this comment

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

any reason to fetch from GitHub instead of PyPI?

@rybern
Copy link
Contributor Author

rybern commented Sep 15, 2017

@FRidh fixed I think

@rybern
Copy link
Contributor Author

rybern commented Sep 18, 2017

@FRidh Anything else to change?

@fpletz fpletz merged commit 1d0c8f8 into NixOS:master Sep 18, 2017
fpletz pushed a commit that referenced this pull request Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants