9 buildPythonPackage rec {
13 disabled = pythonOlder "3.8";
15 format = "setuptools";
17 src = fetchFromGitHub {
21 hash = "sha256-TPPuf0BRZPSHPSF0HuGxhjhoSyZQ7r86kSjkrztgZ5w=";
24 propagatedBuildInputs = [ pillow ];
26 pythonImportsCheck = [ "captcha" ];
28 nativeCheckInputs = [ pytestCheckHook ];
31 description = "A captcha library that generates audio and image CAPTCHAs";
32 homepage = "https://github.com/lepture/captcha";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ Flakebi ];