15 buildPythonPackage rec {
16 pname = "jaraco-text";
20 disabled = pythonOlder "3.6";
23 pname = "jaraco.text";
25 hash = "sha256-Mzpd8hSPcTlxhgfN81L+HZUWKXGnKZw4Dcwk2rAWiYA=";
36 propagatedBuildInputs = [
41 ] ++ lib.optionals (pythonOlder "3.9") [
47 ] ++ lib.optionals (pythonOlder "3.10") [
51 pythonImportsCheck = [
56 description = "Module for text manipulation";
57 homepage = "https://github.com/jaraco/jaraco.text";
58 license = licenses.mit;
59 maintainers = with maintainers; [ ];