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

buku: 2.8 -> 2.9 #24730

Merged
merged 1 commit into from Apr 8, 2017
Merged

buku: 2.8 -> 2.9 #24730

merged 1 commit into from Apr 8, 2017

Conversation

infinisil
Copy link
Member

Motivation for this change

Updated the package while fixing the executable not running due to missing python modules.

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.

@mention-bot
Copy link

@infinisil, thanks for your PR! By analyzing the history of the files in this pull request, we identified @matthiasbeyer, @edwtjo and @zimbatm to be potential reviewers.

];
propagatedBuildInputs = [ beautifulsoup4 ];
Copy link
Member

@Mic92 Mic92 Apr 8, 2017

Choose a reason for hiding this comment

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

According to https://github.com/jarun/Buku/blob/master/setup.py#L34 these are all run-time dependencies. That's why I have updated this commit. Does this also needs to be fixed in 17.03?

Copy link
Member Author

Choose a reason for hiding this comment

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

Before this commit it didn't work in 17.03, so yes it does. It's my first PR here, sorry if I missed something :)

@@ -31,7 +32,7 @@ with pythonPackages; buildPythonApplication rec {
homepage = https://github.com/jarun/Buku;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ matthiasbeyer infinisil ];
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey! You don't need to put yourself into the maintainers array, if you don't want to! If you want to, yes, feel free, I appreciate that! But I want you to know that you do not have to! 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

Well I'd like this package to stay up-to-date, so I guess that's okay 😉. I just got up and running with my NixOS installation and I also intend to contribute much more in the future :D

Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome! Then welcome to the club!

@Mic92 Mic92 merged commit f7b97df into NixOS:master Apr 8, 2017
@infinisil infinisil deleted the buku-2.9 branch April 8, 2017 19:16
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

5 participants