mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
tailor: drop
Unmaintained package that no longer builds; last upstream update was three years ago. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
2255d12e59
commit
e620644e10
@ -1,38 +0,0 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchurl
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "tailor";
|
||||
version = "0.9.37";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.com/ports1/tailor/-/archive/0.937/tailor-0.937.tar.gz";
|
||||
hash = "sha256-Bdf8ZCRsbCsFz1GRxyQxxndXSsm8oOL2738m9UxOTVc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
future
|
||||
];
|
||||
|
||||
# AssertionError: Tailor Darcs repository not found!
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to migrate changesets between various kinds of version control system";
|
||||
longDescription = ''
|
||||
With its ability to "translate the history" from one VCS kind to another,
|
||||
this tool makes it easier to keep the upstream changes merged in
|
||||
a own branch of a product.
|
||||
|
||||
Tailor is able to fetch the history from Arch, Bazaar, CVS, Darcs, Monotone,
|
||||
Perforce or Subversion and rewrite it over Aegis, Bazaar, CVS, Darcs, Git,
|
||||
Mercurial, Monotone and Subversion.
|
||||
'';
|
||||
homepage = "https://gitlab.com/ports1/tailor";
|
||||
license = licenses.gpl1Plus;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "tailor";
|
||||
};
|
||||
}
|
@ -1145,6 +1145,7 @@ mapAliases {
|
||||
### T ###
|
||||
|
||||
tabula = throw "tabula has been removed from nixpkgs, as it was broken"; # Added 2024-07-15
|
||||
tailor = throw "'tailor' has been removed from nixpkgs, as it was unmaintained upstream."; # Added 2024-11-02
|
||||
tangogps = throw "'tangogps' has been renamed to/replaced by 'foxtrotgps'"; # Converted to throw 2024-10-17
|
||||
taskwarrior = lib.warn "taskwarrior was replaced by taskwarrior3, which requires manual transition from taskwarrior 2.6, read upstream's docs: https://taskwarrior.org/docs/upgrade-3/" taskwarrior2;
|
||||
taplo-cli = taplo; # Added 2022-07-30
|
||||
|
@ -32541,8 +32541,6 @@ with pkgs;
|
||||
|
||||
tahoe-lafs = callPackage ../tools/networking/p2p/tahoe-lafs { };
|
||||
|
||||
tailor = callPackage ../applications/version-management/tailor { };
|
||||
|
||||
tailor-gui = callPackage ../os-specific/linux/tailor-gui { };
|
||||
|
||||
taizen = callPackage ../applications/misc/taizen { };
|
||||
|
Loading…
Reference in New Issue
Block a user