12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "seamustuohy";
22 rev = "refs/tags/${version}";
23 hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4=";
27 # https://github.com/seamustuohy/RTFDE/issues/31
28 substituteInPlace setup.py \
29 --replace-fail "==" ">="
46 pythonImportsCheck = [
51 description = "Library for extracting encapsulated HTML and plain text content from the RTF bodies";
52 homepage = "https://github.com/seamustuohy/RTFDE";
53 changelog = "https://github.com/seamustuohy/RTFDE/releases/tag/${version}";
54 license = licenses.lgpl3Only;
55 maintainers = with maintainers; [ fab ];