Loading pkgs/development/python-modules/wheezy-captcha/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { 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 ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading
pkgs/development/python-modules/wheezy-captcha/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { 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 ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading