pythonPackages.github-cli: removed since upstream declared project non-functional
also does not work on python3 even thought we provide it there… Note on the upstream repo [1]: > IMPORTANT: github-cli does not function anymore since API v2 has been > replaced by API v3 A possible alternative for github-cli that addresses > API v3 is Stephen Celis' [ghi](https://github.com/stephencelis/ghi) [1] https://github.com/jsmits/github-cli
This commit is contained in:
parent
4688dd0cf5
commit
b51454eb54
@ -2129,26 +2129,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
github-cli = buildPythonPackage rec {
|
|
||||||
version = "1.0.0";
|
|
||||||
name = "github-cli-${version}";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "jsmits";
|
|
||||||
repo = "github-cli";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "16bwn42wqd76zs97v8p6mqk79p5i2mb06ljk67lf8gy6kvqc1x8y";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = with self; [ nose pkgs.git ];
|
|
||||||
propagatedBuildInputs = with self; [ simplejson ];
|
|
||||||
|
|
||||||
# skipping test_issues_cli.py since it requires access to the github.com
|
|
||||||
patchPhase = "rm tests/test_issues_cli.py";
|
|
||||||
checkPhase = "nosetests tests/";
|
|
||||||
|
|
||||||
meta.maintainers = with maintainers; [ garbas ];
|
|
||||||
};
|
|
||||||
|
|
||||||
case = buildPythonPackage rec {
|
case = buildPythonPackage rec {
|
||||||
name = "case-${version}";
|
name = "case-${version}";
|
||||||
version = "1.5.2";
|
version = "1.5.2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user