Merge pull request #34602 from andir/remove-github-cli

pythonPackages.github-cli: removed
This commit is contained in:
Andreas Rammhold 2018-02-05 01:07:05 +00:00 committed by GitHub
commit 35d83def8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
name = "case-${version}";
version = "1.5.2";