pythonPackages.python-ctags3: init at 1.2.4
This commit is contained in:
parent
cc305174e2
commit
bd3280fbae
|
@ -0,0 +1,17 @@
|
|||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-ctags3";
|
||||
version = "1.2.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "62e1d48a8cd88756767f3f5e3f1b1a81bc84deeb736f0c9480a5b5d066f63c3e";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Ctags indexing python bindings";
|
||||
homepage = https://github.com/jonashaag/python-ctags3;
|
||||
license = licenses.lgpl3Plus;
|
||||
};
|
||||
}
|
|
@ -6107,6 +6107,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
python-ctags3 = callPackage ../development/python-modules/python-ctags3 { };
|
||||
|
||||
junos-eznc = callPackage ../development/python-modules/junos-eznc {};
|
||||
|
||||
raven = callPackage ../development/python-modules/raven { };
|
||||
|
|
Loading…
Reference in New Issue