20 buildPythonPackage rec {
21 pname = "inlinestyler";
25 src = fetchFromGitHub {
27 repo = "inlinestyler";
28 rev = "refs/tags/${version}";
29 hash = "sha256-9TKXqW+5SiiNXnHW2lOVh3zhFhodM7a1UB2yXsEuX3I=";
33 # https://github.com/dlanger/inlinestyler/pull/33
35 url = "https://github.com/dlanger/inlinestyler/commit/29fc1c256fd8f37c3e2fda34c975f0bcfe72cf9a.patch";
36 hash = "sha256-35GWrfvXgpy1KAZ/0pdxsiKNTpDku6/ZX3KWfRUGQmc=";
40 build-system = [ setuptools ];
48 pythonImportsCheck = [ "inlinestyler" ];
56 description = "Simple CSS inliner for generating HTML email messages";
57 homepage = "https://github.com/dlanger/inlinestyler";
58 changelog = "https://github.com/dlanger/inlinestyler/blob/${src.rev}/CHANGELOG";
59 license = licenses.bsd3;