python3Packages.boxx: remove
This package was only used as a dependency of bpycv which was removed in the previous commit.
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
imageio,
|
||||
matplotlib,
|
||||
numpy,
|
||||
pandas,
|
||||
pyopengl,
|
||||
scikit-image,
|
||||
seaborn,
|
||||
snakeviz,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "boxx";
|
||||
version = "0.10.14";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-unGnmPksEuqFXHTWJkj9Gv2G/qPDgT6AZXYiG2gtkEA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
imageio
|
||||
matplotlib
|
||||
numpy
|
||||
pandas
|
||||
pyopengl
|
||||
scikit-image
|
||||
seaborn
|
||||
snakeviz
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "boxx" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool-box for efficient build and debug for Scientific Computing and Computer Vision";
|
||||
homepage = "https://github.com/DIYer22/boxx";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lucasew ];
|
||||
};
|
||||
}
|
||||
@@ -92,6 +92,7 @@ mapAliases ({
|
||||
BlinkStick = blinkstick; # added 2023-02-19
|
||||
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
|
||||
boto = throw "boto was removed as it is deprecated upstream, had not been updated since 2018, and failed to build; please use boto3 and botocore"; # Added 2024-09-22
|
||||
boxx = throw "boxx was removed as it is no longer used by any packages in nixpkgs."; # added 2025-02-08
|
||||
bpycv = throw "bpycv was removed as it is incompatible with blender version 4 or later."; # added 2025-02-08
|
||||
bsblan = python-bsblan; # added 2022-11-04
|
||||
btchip = btchip-python; # added 2023-03-03
|
||||
|
||||
@@ -1876,8 +1876,6 @@ self: super: with self; {
|
||||
|
||||
bottleneck = callPackage ../development/python-modules/bottleneck { };
|
||||
|
||||
boxx = callPackage ../development/python-modules/boxx { };
|
||||
|
||||
bpemb = callPackage ../development/python-modules/bpemb { };
|
||||
|
||||
bpylist2 = callPackage ../development/python-modules/bpylist2 { };
|
||||
|
||||
@@ -117,7 +117,6 @@ let
|
||||
xgboost = linux;
|
||||
|
||||
python3Packages = {
|
||||
boxx = linux;
|
||||
catboost = linux;
|
||||
cupy = linux;
|
||||
faiss = linux;
|
||||
|
||||
Reference in New Issue
Block a user