maintainers: remove mbalatsko (#476658)

This commit is contained in:
isabel
2026-01-03 21:17:13 +00:00
committed by GitHub
46 changed files with 42 additions and 51 deletions
-6
View File
@@ -16648,12 +16648,6 @@
githubId = 613740;
name = "Martin Baillie";
};
mbalatsko = {
email = "mbalatsko@gmail.com";
github = "mbalatsko";
githubId = 15967073;
name = "Maksym Balatsko";
};
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
@@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/terricain/aioboto3";
changelog = "https://github.com/terricain/aioboto3/blob/${src.rev}/CHANGELOG.rst";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "HTTP basic authentication middleware for aiohttp 3.0";
homepage = "https://github.com/romis2012/aiohttp-basicauth";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -56,6 +56,6 @@ buildPythonPackage rec {
homepage = "https://github.com/claws/aioprometheus";
changelog = "https://github.com/claws/aioprometheus/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Simple and beautiful way to create date and datetime objects";
homepage = "https://github.com/kuzmoyev/beautiful-date";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -1096,7 +1096,6 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab
mbalatsko
];
};
}
@@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Simple package to compute a single deterministic hash of the file contents of a directory";
homepage = "https://github.com/to-mc/checksumdir";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -81,6 +81,6 @@ buildPythonPackage rec {
description = "Data utilities for Machine Learning pipelines";
homepage = "https://github.com/mindsdb/dataprep_ml";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -51,7 +51,7 @@ buildPythonPackage rec {
homepage = "https://github.com/DynamicTimeWarping/dtw-python";
changelog = "https://github.com/DynamicTimeWarping/dtw-python/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
mainProgram = "dtw";
};
}
@@ -50,6 +50,6 @@ buildPythonPackage rec {
homepage = "https://github.com/datasig-ac-uk/esig";
changelog = "https://github.com/datasig-ac-uk/esig/blob/release/CHANGELOG";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Pythonic wrapper for the Google Calendar API";
homepage = "https://github.com/kuzmoyev/google-calendar-simple-api";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -77,6 +77,6 @@ buildPythonPackage rec {
homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise";
changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/h5io/h5io";
changelog = "https://github.com/h5io/h5io/releases/tag/h5io-${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -62,6 +62,6 @@ buildPythonPackage rec {
"x86_64-darwin"
];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Iterated integral signature calculations";
homepage = "https://pypi.org/project/iisignature";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -62,6 +62,6 @@ buildPythonPackage rec {
mainProgram = "kaggle";
homepage = "https://github.com/Kaggle/kaggle-api";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/datavaluepeople/kotsu";
changelog = "https://github.com/datavaluepeople/kotsu/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -33,6 +33,6 @@ buildPythonPackage rec {
mainProgram = "langid";
homepage = "https://pypi.org/project/langid/";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Model evaluation for Machine Learning pipelines";
homepage = "https://github.com/mindsdb/mindsdb_evaluator";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -113,7 +113,6 @@ buildPythonPackage rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
bcdarwin
mbalatsko
];
};
}
@@ -76,6 +76,6 @@ buildPythonPackage rec {
homepage = "https://pypi.org/project/mrsqm";
changelog = "https://github.com/mlgig/mrsqm/releases/tag/v.${src.tag}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -39,7 +39,6 @@ let
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [
fab
mbalatsko
];
};
};
@@ -79,6 +79,6 @@ buildPythonPackage rec {
homepage = "https://github.com/alkaline-ml/pmdarima";
changelog = "https://github.com/alkaline-ml/pmdarima/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/hynek/prometheus-async";
changelog = "https://github.com/hynek/prometheus-async/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22";
changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Infers date format from examples";
homepage = "https://pypi.org/project/pydateinfer/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Implementation of the Kalman Filter, Kalman Smoother, and EM algorithm in Python";
homepage = "https://github.com/pykalman/pykalman";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/obob/pymatreader/";
changelog = "https://gitlab.com/obob/pymatreader/-/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -66,6 +66,6 @@ buildPythonPackage rec {
homepage = "https://github.com/smarie/python-pytest-harvest";
changelog = "https://github.com/smarie/python-pytest-harvest/releases/tag/${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/adamchainz/pytest-reverse";
changelog = "https://github.com/adamchainz/pytest-reverse/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -66,6 +66,6 @@ buildPythonPackage rec {
description = "Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation";
homepage = "https://python-tds.readthedocs.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE'05";
homepage = "https://github.com/matttproud/python_quantile_estimation";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -47,6 +47,6 @@ buildPythonPackage rec {
homepage = "https://github.com/JWCook/requests-ratelimiter";
changelog = "https://github.com/JWCook/requests-ratelimiter/blob/${src.rev}/HISTORY.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -48,6 +48,6 @@ buildPythonPackage rec {
homepage = "https://github.com/maximtrp/scikit-posthocs";
changelog = "https://github.com/maximtrp/scikit-posthocs/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Robustly estimate trend and periodicity in a timeseries";
homepage = "https://github.com/welch/seasonal";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -48,6 +48,6 @@ buildPythonPackage rec {
homepage = "https://github.com/hynek/stamina";
changelog = "https://github.com/hynek/stamina/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -52,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/intive-DataScience/tbats";
changelog = "https://github.com/intive-DataScience/tbats/releases/tag/${src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/caesar0301/treelib";
changelog = "https://github.com/caesar0301/treelib/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -108,6 +108,6 @@ buildPythonPackage rec {
homepage = "https://github.com/blue-yonder/tsfresh";
changelog = "https://github.com/blue-yonder/tsfresh/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -91,6 +91,6 @@ buildPythonPackage {
description = "Automated type inference for Machine Learning pipelines";
homepage = "https://github.com/mindsdb/type_infer";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -55,7 +55,7 @@ let
description = "Type annotations for aiobotocore ${serviceName}";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
};
in
@@ -1111,6 +1111,6 @@ buildPythonPackage rec {
description = "Type annotations for aiobotocore generated with mypy-boto3-builder";
homepage = "https://pypi.org/project/types-aiobotocore/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -41,6 +41,6 @@ buildPythonPackage rec {
homepage = "https://github.com/coleifer/walrus";
changelog = "https://github.com/coleifer/walrus/blob/${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/whois-api-llc/whois-api-py";
changelog = "https://github.com/whois-api-llc/whois-api-py/blob/${src.rev}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/martin-majlis/Wikipedia-API";
changelog = "https://github.com/martin-majlis/Wikipedia-API/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -13,7 +13,7 @@ let
description = "Data repository for seaborn examples";
homepage = "https://github.com/mwaskom/seaborn-data";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
};
makeSeabornDataPackage =