10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-textile";
21 hash = "sha256-WwX7h07Bq8sNsViHwmfhrrqleXacmrIY4ZBBaP2kKnI=";
24 propagatedBuildInputs = [
34 substituteInPlace pytest.ini \
35 --replace " --cov=textile --cov-report=html --cov-append --cov-report=term-missing" ""
38 pythonImportsCheck = [
43 description = "MOdule for generating web text";
44 mainProgram = "pytextile";
45 homepage = "https://github.com/textile/python-textile";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ fab ];