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

Python plover fix #18045

Merged
merged 1 commit into from
Sep 27, 2016
Merged

Python plover fix #18045

merged 1 commit into from
Sep 27, 2016

Conversation

KoviRobi
Copy link
Contributor

@KoviRobi KoviRobi commented Aug 27, 2016

Motivation for this change

Fixes broken build (the added patchPhase) and updates it. Update relies on #18044

Things done
  • Tested using sandboxing
    (nix.useChroot on NixOS,
    or option build-use-chroot in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • 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.

@@ -13833,23 +13833,28 @@ in modules // {

plover = buildPythonPackage rec {
name = "plover-${version}";
version = "3.0.0";
version = "3.0.0+199";
disabled = !isPy27;
Copy link
Member

Choose a reason for hiding this comment

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

if it is a release, then please us the full version of it. If it is a snapshot, then write plover-unstable-<date> following the updated guidelines.

@FRidh FRidh added the 2.status: work-in-progress This PR isn't done label Aug 30, 2016
@KoviRobi
Copy link
Contributor Author

KoviRobi commented Aug 31, 2016

Thank you for your detailed reply (pushed updated code), I seen on the Google groups of plover that the next version is close, so I think I'll just make this not an update but a fix.

Mock is indeed a test dependency, so I see it should go into the buildInputs instead?

Also, the xlib update got merged in with #18044, should I open a new PR with the PyPi source?

@joachifm
Copy link
Contributor

@KoviRobi is this ready to be integrated?

@KoviRobi KoviRobi changed the title Python plover update Python plover fix Sep 27, 2016
@KoviRobi
Copy link
Contributor Author

@joachifm Yes, I have made it a fix instead of an update

@FRidh FRidh merged commit da4710f into NixOS:master Sep 27, 2016
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.

3 participants