Skip to content

grammalecte: init at v0.5.17 #26505

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

Closed
wants to merge 5 commits into from
Closed

Conversation

apeyroux
Copy link
Member

Motivation for this change

Grammalecte is an open source grammar checker dedicated to the French language. Grammalecte est un correcteur grammatical open source dédié à la langue française

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.

Sorry, something went wrong.

Unverified

No user is associated with the committer email.
@mention-bot
Copy link

@apeyroux, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

@@ -7126,6 +7126,30 @@ in {
};
};

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

This looks like an application and not a python library to me. If this is the case please move it out of python-packages.nix into its own file and reference it in pkgs/top-level/all-packages.nix

Copy link
Member Author

@apeyroux apeyroux Jun 10, 2017

Choose a reason for hiding this comment

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

It's also used as a module. ex: https://gitlab.com/geeklhem/flycheck-grammalecte
I can create python-packages and app for cli ?

can i put cli in application/office or in development/libraries like aspell or gtkspell ?

Copy link
Member

@Mic92 Mic92 Jun 10, 2017

Choose a reason for hiding this comment

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

If it is a python library then you can keep it here. However move the expression to python-modules as described in the header of this file and only keep a reference here.

Alexandre Peyroux added 4 commits June 11, 2017 00:24

Unverified

No user is associated with the committer email.

Unverified

No user is associated with the committer email.

Unverified

No user is associated with the committer email.

Unverified

No user is associated with the committer email.
@joachifm joachifm added the 8.has: package (new) This PR adds a new package label Jun 16, 2017
@FRidh
Copy link
Member

FRidh commented Jun 23, 2017

pushed be2b6c2

@FRidh FRidh closed this Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants