-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
python311Packages.arxiv-latex-cleaner: init at 1.0.5 #301137
base: master
Are you sure you want to change the base?
Conversation
|
||
buildPythonPackage rec { | ||
pname = "arxiv-latex-cleaner"; | ||
version = "1.0.5"; |
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.
version = "1.0.5"; | |
version = "1.0.8"; |
buildPythonPackage rec { | ||
pname = "arxiv-latex-cleaner"; | ||
version = "1.0.5"; | ||
format = "pyproject"; |
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.
format = "pyproject"; | |
pyproject = true; |
hash = "sha256-Yxp8XtlISVZfEjCEJ/EXsIGMCHDPOwPcjkJxECeXvYk="; | ||
}; | ||
|
||
nativeBuildInputs = [ |
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.
nativeBuildInputs = [ | |
build-system = [ |
pythonRelaxDepsHook | ||
]; | ||
|
||
propagatedBuildInputs = [ |
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.
propagatedBuildInputs = [ | |
dependencies = [ |
pythonImportsCheck = [ "arxiv_latex_cleaner" ]; | ||
|
||
meta = { | ||
description = "This tool allows you to easily clean the LaTeX code of your paper to submit to arXiv."; |
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.
description = "This tool allows you to easily clean the LaTeX code of your paper to submit to arXiv."; | |
description = "Tool to clean the LaTeX code of your paper to submit to arXiv"; |
@@ -1,3 +1,4 @@ | |||
|
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.
No you are right, it is a duplicate. arxiv-latex-cleaner was added as a top-level package, which makes more sense anyway. |
Description of changes
python311Packages.arxiv-latex-cleaner: init at 1.0.5
arxiv-latex-cleaner
is a tool for sanitizing latex sources before posting to arxiv
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.