Merge pull request from natsukium/recaptcha-client

python311Packages.recaptcha_client: remove
This commit is contained in:
Nick Cao 2023-10-20 08:01:53 -04:00 committed by GitHub
commit 5528b48f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 25 deletions
pkgs
development/python-modules/recaptcha_client
top-level

View File

@ -1,23 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:
buildPythonPackage rec {
pname = "recaptcha-client";
version = "1.0.6";
disabled = pythonAtLeast "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "28c6853c1d13d365b7dc71a6b05e5ffb56471f70a850de318af50d3d7c0dea2f";
};
meta = with lib; {
description = "A CAPTCHA for Python using the reCAPTCHA service";
homepage = "http://recaptcha.net/";
license = licenses.mit;
};
}

View File

@ -354,6 +354,7 @@ mapAliases ({
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20
rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
retworkx = rustworkx; # added 2023-05-14
repeated_test = repeated-test; # added 2022-11-15

View File

@ -12034,8 +12034,6 @@ self: super: with self; {
rebulk = callPackage ../development/python-modules/rebulk { };
recaptcha_client = callPackage ../development/python-modules/recaptcha_client { };
recipe-scrapers = callPackage ../development/python-modules/recipe-scrapers { };
recline = callPackage ../development/python-modules/recline { };