pythonPackages: add polylint, polymer linting tool
This commit is contained in:
parent
c457bbb2bb
commit
c0adb0040b
|
@ -7333,6 +7333,25 @@ let
|
|||
};
|
||||
|
||||
|
||||
polylint = buildPythonPackage rec {
|
||||
name = "polylint-${version}";
|
||||
version = "158125c6ab";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/bendavis78/polylint";
|
||||
rev = version;
|
||||
sha256 = "ea10c67e9ce6df0936d6e2015382acba4f9cc559e2d6a9471f474f6bda78a266";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ html5lib lxml cssselect ];
|
||||
|
||||
meta = {
|
||||
description = "Fast HTML linter for polymer";
|
||||
homepage = https://github.com/bendavis78/polylint;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
powerline = buildPythonPackage rec {
|
||||
rev = "db80fc95ed01d2c559c4bdc7da8514ed3cc7fcd9";
|
||||
name = "powerline-beta_${rev}";
|
||||
|
|
Loading…
Reference in New Issue