haxor-news: Remove (#532325)
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchPypi,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "haxor-news";
|
||||
version = "unstable-2022-04-22";
|
||||
format = "setuptools";
|
||||
|
||||
# haven't done a stable release in 3+ years, but actively developed
|
||||
src = fetchFromGitHub {
|
||||
owner = "donnemartin";
|
||||
repo = "haxor-news";
|
||||
rev = "8294e4498858f036a344b06e82f08b834c2a8270";
|
||||
hash = "sha256-0eVk5zj7F3QDFvV0Kv9aeV1oeKxr/Kza6M3pK6hyYuY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
click
|
||||
colorama
|
||||
requests
|
||||
pygments
|
||||
prompt-toolkit
|
||||
six
|
||||
];
|
||||
|
||||
# will fail without pre-seeded config files
|
||||
doCheck = false;
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
unittestCheckHook
|
||||
mock
|
||||
];
|
||||
|
||||
unittestFlagsArray = [
|
||||
"-s"
|
||||
"tests"
|
||||
"-v"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/donnemartin/haxor-news";
|
||||
description = "Browse Hacker News like a haxor";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
||||
}
|
||||
@@ -976,6 +976,7 @@ mapAliases {
|
||||
harmony-music = throw "harmony-music is unmaintained and has been removed"; # Added 2025-08-26
|
||||
haxe_4_0 = throw "'haxe_4_0' has been removed as it reached its end of life. Migrate to 'haxe_4_3'.";
|
||||
haxe_4_1 = throw "'haxe_4_1' has been removed as it reached its end of life. Migrate to 'haxe_4_3'.";
|
||||
haxor-news = throw "'haxor-news' has been removed as it is unmaintained"; # Added 2026-06-16
|
||||
helix-gpt = throw "helix-gpt was deprecated in January 2026 and has been since removed"; # Added 2026-02-05
|
||||
HentaiAtHome = throw "'HentaiAtHome' has been renamed to/replaced by 'hentai-at-home'"; # Converted to throw 2025-10-27
|
||||
hiawatha = throw "hiawatha has been removed, since it is no longer actively supported upstream, nor well maintained in nixpkgs"; # Added 2025-09-10
|
||||
|
||||
Reference in New Issue
Block a user