arcanechat-tui: init at 0.11.1
deltachat-cursed was renamed to arcanechat-tui
This commit is contained in:
parent
2726e4d896
commit
820c9cbeb5
@ -3,20 +3,19 @@
|
|||||||
python3,
|
python3,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
testers,
|
testers,
|
||||||
deltachat-cursed,
|
arcanechat-tui,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "deltachat-cursed";
|
pname = "arcanechat-tui";
|
||||||
version = "0.10.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adbenitez";
|
owner = "ArcaneChat";
|
||||||
repo = "deltachat-cursed";
|
repo = "arcanechat-tui";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-KCPIZf/8Acp9syFN1IHbf8hQrjk0yzniff+dVSSM/Ro=";
|
hash = "sha256-ARk0WkpJ2VhIdOHQzYmmsuherABNgqwjwnPWk92y9yA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pythonOnBuildForHost.pkgs; [
|
build-system = with python3.pythonOnBuildForHost.pkgs; [
|
||||||
@ -35,18 +34,18 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
version = testers.testVersion rec {
|
version = testers.testVersion rec {
|
||||||
package = deltachat-cursed;
|
package = arcanechat-tui;
|
||||||
command = ''
|
command = ''
|
||||||
HOME="$TEMP" ${lib.getExe package} --version
|
HOME="$TEMP" ${lib.getExe package} --version
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Lightweight Delta Chat client";
|
description = "Lightweight Delta Chat client";
|
||||||
homepage = "https://github.com/adbenitez/deltachat-cursed";
|
homepage = "https://github.com/ArcaneChat/arcanechat-tui";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "curseddelta";
|
mainProgram = "arcanechat-tui";
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -361,6 +361,7 @@ mapAliases {
|
|||||||
deadpixi-sam = deadpixi-sam-unstable;
|
deadpixi-sam = deadpixi-sam-unstable;
|
||||||
|
|
||||||
debugedit-unstable = throw "'debugedit-unstable' has been renamed to/replaced by 'debugedit'"; # Converted to throw 2024-10-17
|
debugedit-unstable = throw "'debugedit-unstable' has been renamed to/replaced by 'debugedit'"; # Converted to throw 2024-10-17
|
||||||
|
deltachat-cursed = arcanechat-tui; # added 2025-02-25
|
||||||
deltachat-electron = throw "'deltachat-electron' has been renamed to/replaced by 'deltachat-desktop'"; # Converted to throw 2024-10-17
|
deltachat-electron = throw "'deltachat-electron' has been renamed to/replaced by 'deltachat-desktop'"; # Converted to throw 2024-10-17
|
||||||
|
|
||||||
demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
|
demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user