-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
flootty: init at 3.2.1 #33793
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
Conversation
pkgs/top-level/python-packages.nix
Outdated
@@ -225,6 +225,8 @@ in { | |||
|
|||
diff-match-patch = callPackage ../development/python-modules/diff-match-patch { }; | |||
|
|||
flootty = callPackage ../development/python-modules/flootty { }; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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.
@GrahamcOfBorg build flootty |
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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
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
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)