7 buildPythonPackage rec {
8 pname = "wheezy.captcha";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-PdtOhoVOopQsX2raPqh0P8meM8/MysgKsIe27HNtl3s=";
17 propagatedBuildInputs = [ pillow ];
19 pythonImportsCheck = [ "wheezy.captcha" ];
22 homepage = "https://wheezycaptcha.readthedocs.io/en/latest/";
23 description = "A lightweight CAPTCHA library";
24 license = licenses.mit;
25 maintainers = with maintainers; [ Flakebi ];