python310Packages.wheezy-captcha: init at 3.0.2
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pillow
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wheezy.captcha";
|
||||
version = "3.0.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-PdtOhoVOopQsX2raPqh0P8meM8/MysgKsIe27HNtl3s=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pillow ];
|
||||
|
||||
pythonImportsCheck = [ "wheezy.captcha" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wheezycaptcha.readthedocs.io/en/latest/";
|
||||
description = "A lightweight CAPTCHA library";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Flakebi ];
|
||||
};
|
||||
}
|
||||
@@ -12770,6 +12770,8 @@ self: super: with self; {
|
||||
|
||||
wheel-inspect = callPackage ../development/python-modules/wheel-inspect { };
|
||||
|
||||
wheezy-captcha = callPackage ../development/python-modules/wheezy-captcha { };
|
||||
|
||||
wheezy-template = callPackage ../development/python-modules/wheezy-template { };
|
||||
|
||||
whichcraft = callPackage ../development/python-modules/whichcraft { };
|
||||
|
||||
Reference in New Issue
Block a user