1 { lib, fetchurl, buildPythonApplication, pythonPackages }:
5 buildPythonApplication rec {
10 url = "mirror://pypi/y/yolk/yolk-${version}.tar.gz";
11 sha256 = "1f6xwx210jnl5nq0m3agh2p1cxmaizawaf3fwq43q4yw050fn1qw";
14 buildInputs = with pythonPackages; [ nose ];
17 description = "Command-line tool for querying PyPI and Python packages installed on your system";
18 homepage = "https://github.com/cakebread/yolk";
19 maintainers = with maintainers; [];
20 license = licenses.bsd3;