pythonPackages.editorconfig: init at 0.12.1
This commit is contained in:
parent
e7ee0264f9
commit
85d3e82f4b
@ -14712,6 +14712,22 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editorconfig = buildPythonPackage rec {
|
||||||
|
name = "EditorConfig-${version}";
|
||||||
|
version = "0.12.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/e/editorconfig/${name}.tar.gz";
|
||||||
|
sha256 = "1qxqy9wfrpb2ldrk5nzidkpymc55lpf9lg3m8c8a5531jmbwhlwb";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "EditorConfig File Locator and Interpreter for Python";
|
||||||
|
homepage = "http://editorconfig.org/";
|
||||||
|
license = licenses.psfl;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mitmproxy = buildPythonPackage rec {
|
mitmproxy = buildPythonPackage rec {
|
||||||
baseName = "mitmproxy";
|
baseName = "mitmproxy";
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user