1 { lib, buildPythonPackage, fetchPypi, isPy3k
4 buildPythonPackage rec {
10 sha256 = "016f50853b4d72e5ddb963b042caa45fb60fa4d3f13aee819d829af21e55ef07";
13 propagatedBuildInputs = [ requests ];
15 # As of 0.2.16, pyupdate is intimately tied to Home Assistant which is py3 only
22 # This description is terrible, but it's what upstream uses.
23 description = "Package to update stuff";
24 homepage = "https://github.com/ludeeus/pyupdate";
25 license = licenses.mit;
26 maintainers = with maintainers; [ peterhoeg ];