23 buildPythonPackage rec {
28 disabled = pythonOlder "3.8";
31 inherit pname version;
32 hash = "sha256-4154ytzo1QpwhKA1BkVMss9fNIkysnClW/yfSVlX33M=";
46 propagatedBuildInputs = [
64 pythonImportsCheck = [ "textnets" ];
66 # Enables the package to find the cythonized .so files during testing. See #255262
72 # Test fails: Throws a UserWarning asking the user to install `textnets[fca]`.
77 description = "Text analysis with networks";
78 homepage = "https://textnets.readthedocs.io";
79 changelog = "https://github.com/jboynyc/textnets/blob/v${version}/HISTORY.rst";
80 license = licenses.gpl3Only;
81 maintainers = with maintainers; [ jboy ];