gh-cherry-pick -> ghcherry: 1.5.0 -> 1.6.0 (#521118)
This commit is contained in:
@@ -4,15 +4,16 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "gh-cherry-pick";
|
||||
version = "1.5.0";
|
||||
pname = "ghcherry";
|
||||
version = "1.6.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PerchunPak";
|
||||
repo = "gh-cherry-pick";
|
||||
repo = "ghcherry";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-a2vhQ9upJYc+t4Juq+eukNc7dzq6MafNxDUULPZs9sQ=";
|
||||
hash = "sha256-yUsYf0v5IZh4yxkG+nu8cG4L/WcJTFDefc//l4v36sY=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@@ -39,13 +40,13 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "gh_cherry_pick" ];
|
||||
pythonImportsCheck = [ "ghcherry" ];
|
||||
|
||||
meta = {
|
||||
description = "Cherry-pick commits across GitHub repositories using only the GitHub API";
|
||||
homepage = "https://github.com/PerchunPak/gh-cherry-pick";
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/PerchunPak/ghcherry";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.PerchunPak ];
|
||||
mainProgram = "gh-cherry-pick";
|
||||
mainProgram = "ghcherry";
|
||||
};
|
||||
})
|
||||
@@ -861,6 +861,7 @@ mapAliases {
|
||||
gfortran12 = throw "gfortran12 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2025-08-08
|
||||
gg = throw "'gg' has been renamed to/replaced by 'go-graft'"; # Converted to throw 2025-10-27
|
||||
ggobi = throw "'ggobi' has been removed from Nixpkgs, as it is unmaintained and broken"; # Added 2025-05-18
|
||||
gh-cherry-pick = warnAlias "'gh-cherry-pick' has been renamed to 'ghcherry'" ghcherry; # Added 2026-05-17
|
||||
gh-copilot = throw "'gh-copilot' has been removed since it has been deprecated and archived upstream. Consider using 'github-copilot-cli' instead"; # Added 2026-01-20
|
||||
gImageReader = gimagereader; # Added 2026-02-08
|
||||
gImageReader-qt = gimagereader-qt; # Added 2026-02-08
|
||||
|
||||
Reference in New Issue
Block a user