aws-adfs: 1.12.3 -> 1.17.0
This commit also adds it as an application in all-packages.nix, since it's typically used as just a stand-alone cmdline tool.
This commit is contained in:
parent
a10ba70aa2
commit
7b4132f99e
@ -2,12 +2,12 @@
|
|||||||
, pytest, pytestrunner, pytestcov, mock, glibcLocales, lxml, boto3, requests, click, configparser }:
|
, pytest, pytestrunner, pytestcov, mock, glibcLocales, lxml, boto3, requests, click, configparser }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.12.3";
|
|
||||||
pname = "aws-adfs";
|
pname = "aws-adfs";
|
||||||
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b7df3fbe0572eb12294b2e072327ca97fd94d435b39cc10612e460cde914b831";
|
sha256 = "0wnsmwjpfhxilmvrqvwilcf3h9p5m5ixi5gn9bgkr3gwd2laxf54";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Relax version constraint
|
# Relax version constraint
|
||||||
@ -24,10 +24,10 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
||||||
propagatedBuildInputs = [ lxml boto3 requests click configparser ];
|
propagatedBuildInputs = [ lxml boto3 requests click configparser ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Command line tool to ease aws cli authentication against ADFS";
|
description = "Command line tool to ease aws cli authentication against ADFS";
|
||||||
homepage = https://github.com/venth/aws-adfs;
|
homepage = https://github.com/venth/aws-adfs;
|
||||||
license = lib.licenses.psfl;
|
license = licenses.psfl;
|
||||||
maintainers = [ lib.maintainers.bhipple ];
|
maintainers = [ maintainers.bhipple ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9156,6 +9156,8 @@ in
|
|||||||
|
|
||||||
awf = callPackage ../development/tools/misc/awf { };
|
awf = callPackage ../development/tools/misc/awf { };
|
||||||
|
|
||||||
|
aws-adfs = with python3Packages; toPythonApplication aws-adfs;
|
||||||
|
|
||||||
electron_6 = callPackage ../development/tools/electron/6.x.nix { };
|
electron_6 = callPackage ../development/tools/electron/6.x.nix { };
|
||||||
|
|
||||||
electron_5 = callPackage ../development/tools/electron/5.x.nix { };
|
electron_5 = callPackage ../development/tools/electron/5.x.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user