pythonPackages.update-copyright: disable tests, add homepage
This commit is contained in:
parent
4c1fd5b595
commit
bd98a3d770
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@ buildPythonPackage rec {
|
|||
|
||||
disabled = !isPy3k;
|
||||
|
||||
# Has no tests
|
||||
doCheck = false;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "17ybdgbdc62yqhda4kfy1vcs1yzp78d91qfhj5zbvz1afvmvdk7z";
|
||||
|
@ -13,6 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "An automatic copyright update tool";
|
||||
homepage = http://blog.tremily.us/posts/update-copyright;
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue