python3Packages.vcver: drop

Was introduced as a dependency of deepmerge, which dropped it in 2021.
This commit is contained in:
Martin Weinelt
2025-08-25 02:32:59 +02:00
parent 759dcc6981
commit bd953fc1a8
3 changed files with 1 additions and 35 deletions
@@ -1,33 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
packaging,
}:
buildPythonPackage {
pname = "vcver";
version = "0.2.12";
format = "setuptools";
src = fetchFromGitHub {
owner = "toumorokoshi";
repo = "vcver-python";
rev = "c5d8a6f1f0e49bb25f5dbb07312e42cb4da096d6";
sha256 = "1cvgs70jf7ki78338zaglaw2dkvyndmx15ybd6k4zqwwsfgk490b";
};
propagatedBuildInputs = [ packaging ];
# circular dependency on test tool uranium https://pypi.org/project/uranium/
doCheck = false;
pythonImportsCheck = [ "vcver" ];
meta = with lib; {
description = "Reference Implementation of vcver";
homepage = "https://github.com/toumorokoshi/vcver-python";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};
}
+1
View File
@@ -836,6 +836,7 @@ mapAliases ({
uuid = throw "uuid is a Python standard module"; # added 2024-04-18
validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07
validphys2 = throw "validphys2 has been removed, since it had a broken dependency that was removed"; # added 2023-07-07
vcver = throw "vcver has been removed, since it was an unused leaf package"; # added 2025-08-25
vega_datasets = vega-datasets; # added 2023-11-04
ViennaRNA = viennarna; # added 2023-08-23
virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
-2
View File
@@ -19465,8 +19465,6 @@ self: super: with self; {
vcrpy = callPackage ../development/python-modules/vcrpy { };
vcver = callPackage ../development/python-modules/vcver { };
vcversioner = callPackage ../development/python-modules/vcversioner { };
vdf = callPackage ../development/python-modules/vdf { };