Merge pull request #330791 from pyrox0/denose/pycontracts
python312Packages.pycontracts: drop
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
nose,
|
||||
pyparsing,
|
||||
decorator,
|
||||
six,
|
||||
future,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycontracts";
|
||||
version = "1.8.14";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyContracts";
|
||||
inherit version;
|
||||
sha256 = "03q5m595ysjrc9h57m7prrca6b9l4yrzvdijnzxnhd61p7jzbh49";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
propagatedBuildInputs = [
|
||||
pyparsing
|
||||
decorator
|
||||
six
|
||||
future
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Allows to declare constraints on function parameters and return values";
|
||||
homepage = "https://pypi.python.org/pypi/PyContracts";
|
||||
license = licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
@@ -386,6 +386,7 @@ mapAliases ({
|
||||
pyalmond = throw "pyalmond has been removed, since its API endpoints have been shutdown"; # added 2023-02-02
|
||||
pyblake2 = throw "pyblake2 is deprecated in favor of hashlib"; # added 2023-04-23
|
||||
pyblock = throw "pyblock has been removed, since it is abandoned and broken"; # added 2023-06-20
|
||||
pycontracts = throw "pycontracts has been removed, since upstream is no longer active and it is broken on modern Python versions."; # added 2024-08-09
|
||||
pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
|
||||
pyjet = throw "pyjet is deprecated, use fastjet instead"; # added 2023-05-10
|
||||
pygame_sdl2 = pygame-sdl2; # added 2024-01-07
|
||||
|
||||
@@ -11133,8 +11133,6 @@ self: super: with self; {
|
||||
|
||||
pycomfoconnect = callPackage ../development/python-modules/pycomfoconnect { };
|
||||
|
||||
pycontracts = callPackage ../development/python-modules/pycontracts { };
|
||||
|
||||
pycosat = callPackage ../development/python-modules/pycosat { };
|
||||
|
||||
pycotap = callPackage ../development/python-modules/pycotap { };
|
||||
|
||||
Reference in New Issue
Block a user