9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromBitbucket {
17 owner = "johannestaas";
19 rev = "refs/tags/${version}";
20 hash = "sha256-OJfayJeVf2H1/jg7/fu2NiHhRHNCaLGI29SY8BnJyxI=";
31 pythonImportsCheck = [
36 description = "Module to defang and refang malicious URLs";
37 homepage = "https://bitbucket.org/johannestaas/defang";
38 license = licenses.gpl2Only;
39 maintainers = with maintainers; [ fab ];