mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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 {
|
||||
baseName = "mitmproxy";
|
||||
name = "${baseName}-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user