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

flootty: init at 3.2.1 #33793

Merged
merged 3 commits into from Jan 13, 2018
Merged

flootty: init at 3.2.1 #33793

merged 3 commits into from Jan 13, 2018

Conversation

sellout
Copy link
Contributor

@sellout sellout commented Jan 12, 2018

Motivation for this change

Adding a tool I use – the Emacs & Vim plugins for Floobits are already in nixpkgs, and this complements them.

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

@sellout sellout requested a review from FRidh as a code owner January 12, 2018 17:33
@@ -225,6 +225,8 @@ in {

diff-match-patch = callPackage ../development/python-modules/diff-match-patch { };

flootty = callPackage ../development/python-modules/flootty { };
Copy link
Member

Choose a reason for hiding this comment

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

This does not look like a python library to me. If that is the case please move it out of this module as we build pythonPackages against multiple python versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I also move the derivation? If so, what do you think is the right place? development/tools? applications/networking? Somewhere else?

Copy link
Member

Choose a reason for hiding this comment

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

development/tools sounds good.

@@ -0,0 +1,19 @@
{ stdenv, buildPythonPackage, fetchPypi }:

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.

buildPythonApplication looks more appropriate to me.

@Mic92
Copy link
Member

Mic92 commented Jan 13, 2018

@GrahamcOfBorg build flootty

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-darwin

writing entry points to Flootty.egg-info/entry_points.txt
reading manifest file 'Flootty.egg-info/SOURCES.txt'
writing manifest file 'Flootty.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/z6ppq00xc6r0fjybvbb0fv97422l9q8s-Flootty-3.2.1

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-linux

writing entry points to Flootty.egg-info/entry_points.txt
reading manifest file 'Flootty.egg-info/SOURCES.txt'
writing manifest file 'Flootty.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/6a356zjkqas1gb5m587vbmwsq6nrim8b-Flootty-3.2.1

@Mic92 Mic92 merged commit a100ed0 into NixOS:master Jan 13, 2018
Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: aarch64-linux

writing entry points to Flootty.egg-info/entry_points.txt
reading manifest file 'Flootty.egg-info/SOURCES.txt'
writing manifest file 'Flootty.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/kbzwq9k63hcqcbnz8pdh5csfl4qqsl43-Flootty-3.2.1

@sellout sellout deleted the add/flootty branch January 22, 2018 05:41
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

3 participants