Commit fa0e9ffe authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.characteristic: drop

parent c0d1effd
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{
  buildPythonPackage,
  fetchPypi,
  pytest,
}:

buildPythonPackage rec {
  pname = "characteristic";
  version = "14.3.0";
  format = "setuptools";
  src = fetchPypi {
    inherit pname version;
    sha256 = "ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380";
  };

  nativeCheckInputs = [ pytest ];

  postPatch = ''
    substituteInPlace setup.cfg --replace "[pytest]" "[tool:pytest]"
  '';

  meta = {
    description = "Python attributes without boilerplate";
    homepage = "https://characteristic.readthedocs.org";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ mapAliases {
  can = throw "'can' has been renamed to/replaced by 'python-can'"; # Converted to throw 2025-10-29
  casbin = pycasbin; # added 2025-06-12
  cchardet = throw "'cchardet' has been renamed to/replaced by 'faust-cchardet'"; # Converted to throw 2025-10-29
  characteristic = throw "'characteristic' has been removed because it is no longer maintained upstream"; # Added 2026-01-14
  cirq-rigetti = throw "cirq-rigetti was removed because it is no longer provided by upstream"; # added 2025-09-13
  class-registry = throw "'class-registry' has been renamed to/replaced by 'phx-class-registry'"; # Converted to throw 2025-10-29
  ColanderAlchemy = throw "'ColanderAlchemy' has been renamed to/replaced by 'colanderalchemy'"; # Converted to throw 2025-10-29
+0 −2
Original line number Diff line number Diff line
@@ -2613,8 +2613,6 @@ self: super: with self; {
  character-encoding-utils = callPackage ../development/python-modules/character-encoding-utils { };
  characteristic = callPackage ../development/python-modules/characteristic { };
  chardet = callPackage ../development/python-modules/chardet { };
  charset-normalizer = callPackage ../development/python-modules/charset-normalizer { };