1 { lib, buildPythonPackage, fetchFromGitHub, requests, nose, mock }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
12 sha256 = "1isq02s404fp9whkm8w2kvb2ik1sz0r258iby0q532zw81lga0d0";
15 propagatedBuildInputs = [ requests ];
17 nativeCheckInputs = [ nose mock ];
23 description = "An easy to use PyPI client";
24 homepage = "https://yarg.readthedocs.io";
25 license = licenses.mit;
26 maintainers = with maintainers; [ psyanticy ];