pythonPackages.update-copyright: init at 0.6.2
This commit is contained in:
parent
958a669e83
commit
aebec73071
18
pkgs/development/python-modules/update-copyright/default.nix
Normal file
18
pkgs/development/python-modules/update-copyright/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ lib, buildPythonPackage, fetchPypi, isPy3k }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "update-copyright";
|
||||||
|
version = "0.6.2";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "17ybdgbdc62yqhda4kfy1vcs1yzp78d91qfhj5zbvz1afvmvdk7z";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "An automatic copyright update tool";
|
||||||
|
license = licenses.gpl3;
|
||||||
|
};
|
||||||
|
}
|
@ -4060,6 +4060,8 @@ in {
|
|||||||
|
|
||||||
update_checker = callPackage ../development/python-modules/update_checker {};
|
update_checker = callPackage ../development/python-modules/update_checker {};
|
||||||
|
|
||||||
|
update-copyright = callPackage ../development/python-modules/update-copyright {};
|
||||||
|
|
||||||
uritemplate = callPackage ../development/python-modules/uritemplate { };
|
uritemplate = callPackage ../development/python-modules/uritemplate { };
|
||||||
|
|
||||||
uproot = callPackage ../development/python-modules/uproot {};
|
uproot = callPackage ../development/python-modules/uproot {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user