-
-
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
Hangups 0.4.5 #44425
Hangups 0.4.5 #44425
Conversation
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.
Please add a prefix of pythonPackages.
to the appropriate commit messages.
Also, the meta.maintainers
field is required.
pkgs/top-level/python-packages.nix
Outdated
@@ -2287,7 +2287,7 @@ in { | |||
}); | |||
|
|||
elasticsearch-curator = callPackage ../development/python-modules/elasticsearch-curator { }; | |||
|
|||
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.
remove this whitespace change
@GrahamcOfBorg eval |
Success on x86_64-linux (full log) Attempted: python2.pkgs.readlike, hangups Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python2.pkgs.readlike, hangups Partial log (click to expand)
|
Please provide an appropriate |
@GrahamcOfBorg eval |
1 similar comment
@GrahamcOfBorg eval |
You might want to checkout interactive |
Requested changes have been pushed. |
@GrahamcOfBorg build python2.pkgs.readlike hangups |
Success on x86_64-linux (full log) Attempted: python2.pkgs.readlike, hangups Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python2.pkgs.readlike, hangups Partial log (click to expand)
|
|
The added dependencies have had their check phase disabled since the PyPi packages have no tests included. |
@@ -0,0 +1,53 @@ | |||
{stdenv, python3, lib}: |
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.
Either stdenv
or lib
.
@@ -0,0 +1,23 @@ | |||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, lib}: |
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.
Either stdenv
or lib
.
@@ -0,0 +1,21 @@ | |||
{ stdenv, buildPythonPackage, fetchPypi, lib }: |
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.
Either stdenv
or lib
.
@@ -11845,6 +11845,10 @@ in { | |||
|
|||
readme_renderer = callPackage ../development/python-modules/readme_renderer { }; | |||
|
|||
readlike = callPackage ../development/python-modules/readlike { }; | |||
|
|||
ReParser = callPackage ../development/python-modules/ReParser { }; |
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.
Please use reparser
, also for the directory name: #45822
Hangups seems to also be used as a library, e.g. by Home Assistant. So, it should be added to |
I waffled on whether to include it as a package vs. as an application. My reading of the Nix python documentation made it sound like the primary reason for building as a package vs. an application was so it would build for both python 2 and python 3. Hangups isn't compatible with python 3 at all so I figured it would be easier to build it as an application vs. trying to disable it for python 2. |
Well, if it is used using |
@aswan89 are you able to address the above comments and continue with this PR? |
bump |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
the user's fork was deleted, and no progress in a year. closing |
Motivation for this change
Adds Google Hangouts terminal client to NixPkgs
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)