python3Packages.pycrc: drop

This commit is contained in:
Justin Restivo
2025-12-22 10:51:10 -05:00
parent 322fdfcdbd
commit f086ff01e3
3 changed files with 1 additions and 26 deletions
@@ -1,24 +0,0 @@
{
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
View File
@@ -324,6 +324,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
-2
View File
@@ -13101,8 +13101,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 { };