python311Packages.paypalrestsdk: drop

With the repository having been deprecated in 2020, there is little
reason for us to keep this leaf package around.
This commit is contained in:
Martin Weinelt 2023-11-25 10:17:05 +01:00
parent 4f920540c5
commit 878adc2e52
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 22 deletions

View file

@ -1,20 +0,0 @@
{ buildPythonPackage, fetchPypi
, requests, six, pyopenssl }:
buildPythonPackage rec {
pname = "paypalrestsdk";
version = "1.13.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kZUfNtsw1oW5ceFASYSRo1bPHfjv9xZWYDrKTtcs81o=";
};
propagatedBuildInputs = [ requests six pyopenssl ];
meta = {
homepage = "https://developer.paypal.com/";
description = "Python APIs to create, process and manage payment";
license = "PayPal SDK License";
};
}

View file

@ -264,6 +264,7 @@ mapAliases ({
pam = python-pam; # added 2020-09-07.
PasteDeploy = pastedeploy; # added 2021-10-07
pathpy = path; # added 2022-04-12
paypalrestsdk = throw "paypalrestsdk was removed, the upstream repo was archived back in 2020"; # Added 2023-11-25
pdfposter = throw "pdfposter was promoted to a top-level attribute"; # Added 2023-06-29
pdfminer = pdfminer-six; # added 2022-05-25
pep257 = pydocstyle; # added 2022-04-12

View file

@ -8855,8 +8855,6 @@ self: super: with self; {
paypalhttp = callPackage ../development/python-modules/paypalhttp { };
paypalrestsdk = callPackage ../development/python-modules/paypalrestsdk { };
pbkdf2 = callPackage ../development/python-modules/pbkdf2 { };
pbr = callPackage ../development/python-modules/pbr { };