Unverified Commit e16eb564 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.pycrc: drop (#473342)

parents 31c5843f f086ff01
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
}:

buildPythonPackage rec {
  pname = "pycrc";
  version = "1.21";
  format = "setuptools";

  src = fetchPypi {
    pname = "PyCRC";
    inherit version;
    sha256 = "d3b0e788b501f48ae2ff6eeb34652343c9095e4356a65df217ed29b51e4045b6";
  };

  meta = {
    homepage = "https://github.com/cristianav/PyCRC";
    description = "Python libraries for CRC calculations (it supports CRC-16, CRC-32, CRC-CCITT, etc)";
    license = lib.licenses.gpl3;
    maintainers = with lib.maintainers; [ guibou ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ mapAliases {
  pybind11-protobuf = throw "'pybind11-protobuf' was only used by or-tools, and with some overrides, so vendored in there until it's used in other places."; # Converted to throw 2025-11-06
  pycategories = throw "'pycategories' has been removed as it was broken and unmaintained"; # added 2025-11-08
  PyChromecast = throw "'PyChromecast' has been renamed to/replaced by 'pychromecast'"; # Converted to throw 2025-10-29
  pycrc = throw "'pycrc' has been removed because its source is unavailable"; # Added 2025-12-22
  pydns = throw "'pydns' has been renamed to/replaced by 'py3dns'"; # Converted to throw 2025-10-29
  pyechonest = throw "pyechonest was removed because it was broken and unmaintained"; # added 2025-08-26
  pyezviz = throw "pyeziz has been removed in favor of pyevizapi, where development continues"; # added 2025-06-11
+0 −2
Original line number Diff line number Diff line
@@ -13117,8 +13117,6 @@ self: super: with self; {
  pycrashreport = callPackage ../development/python-modules/pycrashreport { };
  pycrc = callPackage ../development/python-modules/pycrc { };
  pycrdt = callPackage ../development/python-modules/pycrdt { };
  pycrdt-store = callPackage ../development/python-modules/pycrdt-store { };