mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.monarchmoney: remove unused package
Superseded by monarchmoneycommunity, a maintained community fork.
This commit is contained in:
parent
55284d966c
commit
f93d1c636f
3 changed files with 1 additions and 45 deletions
|
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
aiohttp,
|
||||
gql,
|
||||
oathtool,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "monarchmoney";
|
||||
version = "0.1.15";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hammem";
|
||||
repo = "monarchmoney";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-I5YCINwJqzdntVGn8T8Yx/cfWOtwgwvyt30swBLQHDo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
gql
|
||||
oathtool
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "monarchmoney" ];
|
||||
|
||||
meta = {
|
||||
description = "Python API for Monarch Money";
|
||||
homepage = "https://github.com/hammem/monarchmoney";
|
||||
changelog = "https://github.com/hammem/monarchmoney/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
|
|
@ -311,6 +311,7 @@ mapAliases {
|
|||
mkdocs-minify = throw "'mkdocs-minify' has been renamed to/replaced by 'mkdocs-minify-plugin'"; # Converted to throw 2025-10-29
|
||||
mne-python = throw "'mne-python' has been renamed to/replaced by 'mne'"; # Converted to throw 2025-10-29
|
||||
modeled = "'modeled' has been removed because it is unmaintained"; # Added 2026-01-19
|
||||
monarchmoney = throw "'monarchmoney' has been renamed to/replaced by 'monarchmoneycommunity'"; # Added 2026-03-05
|
||||
moretools = "'moretools' has been removed because it is unmaintained"; # Added 2026-01-19
|
||||
mpris-server = throw "mpris-server was removed because it is unused"; # added 2025-10-31
|
||||
msldap-bad = throw "'msldap-bad' has been renamed to/replaced by 'badldap'"; # added 2025-11-06
|
||||
|
|
|
|||
|
|
@ -10090,8 +10090,6 @@ self: super: with self; {
|
|||
|
||||
monai-deploy = callPackage ../development/python-modules/monai-deploy { };
|
||||
|
||||
monarchmoney = callPackage ../development/python-modules/monarchmoney { };
|
||||
|
||||
monarchmoneycommunity = callPackage ../development/python-modules/monarchmoneycommunity { };
|
||||
|
||||
monero = callPackage ../development/python-modules/monero { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue