python-html2text: add package
This commit is contained in:
parent
42bd43fbc4
commit
86f635aad8
@ -144,5 +144,7 @@
|
|||||||
},
|
},
|
||||||
{ "name": "suds",
|
{ "name": "suds",
|
||||||
"doCheck": false
|
"doCheck": false
|
||||||
|
},
|
||||||
|
{ "name": "html2text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -13270,4 +13270,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
html2text = buildPythonPackage rec {
|
||||||
|
name = "html2text-2014.12.29";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/h/html2text/html2text-2014.12.29.tar.gz";
|
||||||
|
md5 = "c5bd796bdf7d1bfa43f55f1e2b5e4826";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with pythonPackages; [ ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "# html2text";
|
||||||
|
homepage = https://github.com/Alir3z4/html2text/;
|
||||||
|
license = unknown;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}); in pythonPackages
|
}); in pythonPackages
|
||||||
|
Loading…
Reference in New Issue
Block a user