-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
hovercraft: 2.0 -> 2.6 #49841
hovercraft: 2.0 -> 2.6 #49841
Conversation
move to top-level, use buildPythonApplication
1e92e56
to
75f5fbe
Compare
Success on aarch64-linux (full log) Attempted: hovercraft Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: hovercraft Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: hovercraft Partial log (click to expand)
|
even the tests run through on aarch64 and darwin! |
version = "2.6"; | ||
disabled = ! isPy3k; | ||
|
||
src = fetchFromGitHub { |
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.
I'm assuming here that the tests weren't distributed at pypi
?
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.
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.
exactly, i was using pypi before
description = "Makes impress.js presentations from reStructuredText"; | ||
homepage = https://github.com/regebro/hovercraft; | ||
license = licenses.mit; | ||
maintainers = with maintainers;[ goibhniu makefu ]; |
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.
maintainers = with maintainers;[ goibhniu makefu ]; | |
maintainers = with maintainers; [ goibhniu makefu ]; |
Success on aarch64-linux (full log) Attempted: hovercraft Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: hovercraft Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: hovercraft Partial log (click to expand)
|
Motivation for this change
move to top-level, use buildPythonApplication, bump version to 2.6 .
hovercraft tool for creating presentations, not a python library.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)