29 buildPythonPackage rec {
34 disabled = pythonOlder "3.7";
36 src = fetchFromSourcehut {
40 hash = "sha256-rDpm2HJOWScvIxOmHcat6y4CWdBE9T2gE/jZskYAFB0=";
41 fetchSubmodules = true;
45 # Fix Unix socket support in RedisQueueCollector
46 patches/redis-socket/core/0001-Fix-Unix-socket-support-in-RedisQueueCollector.patch
53 propagatedNativeBuildInputs = [
58 propagatedBuildInputs = [
75 # Used transitively through beautifulsoup4
77 # Used transitively trough bleach.css_sanitizer
85 dontUseSetuptoolsCheck = true;
86 pythonImportsCheck = [ "srht" ];
89 homepage = "https://git.sr.ht/~sircmpwn/srht";
90 description = "Core modules for sr.ht";
91 license = licenses.bsd3;
92 maintainers = with maintainers; [ eadwu christoph-heiss ];