python3Packages.fvs: drop

This commit is contained in:
Gliczy
2026-05-23 09:50:42 +02:00
parent b528953e93
commit 450da25909
3 changed files with 1 additions and 36 deletions

View File

@@ -1,34 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
orjson,
}:
buildPythonPackage rec {
pname = "fvs";
version = "0.3.4";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "FVS";
extension = "tar.gz";
hash = "sha256-yYd0HzdwbqB9kexJjBRRYmdsoWtZtcjCNRz0ZJVM5CI=";
};
propagatedBuildInputs = [ orjson ];
# no tests in src
doCheck = false;
pythonImportsCheck = [ "fvs" ];
meta = {
description = "File Versioning System with hash comparison and data storage to create unlinked states that can be deleted";
mainProgram = "fvs";
homepage = "https://github.com/mirkobrombin/FVS";
license = lib.licenses.mit;
maintainers = [ ];
};
}

View File

@@ -229,6 +229,7 @@ mapAliases {
flufl_i18n = throw "'flufl_i18n' has been renamed to/replaced by 'flufl-i18n'"; # Converted to throw 2025-10-29
flufl_lock = throw "'flufl_lock' has been renamed to/replaced by 'flufl-lock'"; # Converted to throw 2025-10-29
FormEncode = throw "'FormEncode' has been renamed to/replaced by 'formencode'"; # Converted to throw 2025-10-29
fvs = throw "'fvs' has been removed due to being unused"; # Added 2026-05-23
garminconnect-ha = throw "'garminconnect-ha' has been renamed to/replaced by 'garminconnect'"; # Converted to throw 2025-10-29
GeoIP = throw "'GeoIP' has been renamed to/replaced by 'geoip'"; # Converted to throw 2025-10-29
github3_py = throw "'github3_py' has been renamed to/replaced by 'github3-py'"; # Converted to throw 2025-10-29

View File

@@ -6008,8 +6008,6 @@ self: super: with self; {
fvcore = callPackage ../development/python-modules/fvcore { };
fvs = callPackage ../development/python-modules/fvs { };
fx2 = callPackage ../development/python-modules/fx2 { };
fxrays = callPackage ../development/python-modules/fxrays { };