30 buildPythonPackage rec {
35 disabled = pythonOlder "3.7";
37 src = fetchFromSourcehut {
41 hash = "sha256-rDpm2HJOWScvIxOmHcat6y4CWdBE9T2gE/jZskYAFB0=";
42 fetchSubmodules = true;
46 # Fix Unix socket support in RedisQueueCollector
47 patches/redis-socket/core/0001-Fix-Unix-socket-support-in-RedisQueueCollector.patch
54 propagatedNativeBuildInputs = [
59 propagatedBuildInputs = [
76 # Used transitively through beautifulsoup4
78 # Used transitively trough bleach.css_sanitizer
86 dontUseSetuptoolsCheck = true;
87 pythonImportsCheck = [ "srht" ];
90 homepage = "https://git.sr.ht/~sircmpwn/srht";
91 description = "Core modules for sr.ht";
92 license = licenses.bsd3;
93 maintainers = with maintainers; [