0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.tempita: drop

This commit is contained in:
Emily 2024-07-29 13:43:41 +01:00
parent 3e31525d6e
commit f409d1bb66
3 changed files with 1 additions and 29 deletions

View file

@ -1,27 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
nose,
}:
buildPythonPackage {
version = "0.5.3-2016-09-28";
format = "setuptools";
pname = "tempita";
src = fetchFromGitHub {
owner = "agramfort";
repo = "tempita";
rev = "47414a7c6e46a9a9afe78f0bce2ea299fa84d10";
sha256 = "0f33jjjs5rvp7ar2j6ggyfykcrsrn04jaqcq71qfvycf6b7nw3rn";
};
buildInputs = [ nose ];
meta = {
homepage = "https://github.com/agramfort/tempita";
description = "Very small text templating language";
license = lib.licenses.mit;
};
}

View file

@ -564,6 +564,7 @@ mapAliases ({
supervise_api = supervise-api; # added 2023-10-11
suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27
sysv_ipc = sysv-ipc; # added 2024-01-07
tempita = throw "tempita has been removed because it is unmaintained and the upstream repository is gone"; # added 2024-07-29
tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
tensorflow-build_2 = tensorflow-build; # added 2021-11-25
tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17

View file

@ -15218,8 +15218,6 @@ self: super: with self; {
tempest = callPackage ../development/python-modules/tempest { };
tempita = callPackage ../development/python-modules/tempita { };
templateflow = callPackage ../development/python-modules/templateflow { };
tempora = callPackage ../development/python-modules/tempora { };