15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
24 repo = "python-textile";
25 rev = "refs/tags/${version}";
26 hash = "sha256-KVDppsvX48loV9OJ70yqmQ5ZSypzcxrjH1j31DcyfM8=";
39 optional-dependencies = {
40 imagesize = [ pillow ];
48 pythonImportsCheck = [ "textile" ];
51 description = "MOdule for generating web text";
52 homepage = "https://github.com/textile/python-textile";
53 changelog = "https://github.com/textile/python-textile/blob/${version}/CHANGELOG.textile";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ fab ];
56 mainProgram = "pytextile";