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.phpserialize: init at 1.3 #25521

Merged
merged 2 commits into from
May 5, 2017
Merged

Conversation

jluttine
Copy link
Member

@jluttine jluttine commented May 5, 2017

Motivation for this change

phpserialize is a dependency of another Python package of which I'll make a separate pull request.

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 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.

I also ran the unit tests which are available at the project's github repo in a nix-shell launched with nix-shell -p python35Packages.phpserialize --pure.


@mention-bot
Copy link

@jluttine, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zimbatm, @zraexy, @vcunat and @FRidh to be potential reviewers.

@@ -8833,6 +8833,27 @@ in {
};
};

phpserialize = buildPythonPackage rec {
Copy link
Member

Choose a reason for hiding this comment

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

check header of this file, this file needs to be moved

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok. Just to make sure: I need to move this definition into pkgs/development/python-modules/phpserialize/default.nix and then use callPackage in pkgs/top-level/python-packages.nix?

There are a lot of other Python libraries defined in this file. Are those just some historical remains?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Copy link
Member

Choose a reason for hiding this comment

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

they will be moved eventually (on update for instance).

@jluttine
Copy link
Member Author

jluttine commented May 5, 2017

I moved the package definition to pkgs/development/python-modules/phpserialize/default.nix.

@Mic92 Mic92 merged commit 96c0a6d into NixOS:master May 5, 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

4 participants