pythonPackages.editorconfig: init at 0.12.1

This commit is contained in:
Franz Pletz 2017-01-04 09:15:57 +01:00
parent e7ee0264f9
commit 85d3e82f4b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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 {
baseName = "mitmproxy";
name = "${baseName}-${version}";