pythonPackages.python-ctags3: init at 1.2.4
This commit is contained in:
17
pkgs/development/python-modules/python-ctags3/default.nix
Normal file
17
pkgs/development/python-modules/python-ctags3/default.nix
Normal file
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user