python3Packages: virtual-display -> PyVirtualDisplay

virtual-display is a quite old package, and it's not clear why it was named "virtual-display" as the PyPI name is (and was) "PyVirtualDisplay". In any case, this commit rectifies that inconsistency.
This commit is contained in:
Samuel Ainsworth 2023-01-08 04:17:59 +00:00
parent 88ee42a4bd
commit ecf05f1c15
4 changed files with 7 additions and 4 deletions

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, pytest
, virtual-display
, PyVirtualDisplay
, isPy27
}:
@ -19,7 +19,7 @@ buildPythonPackage rec {
buildInputs = [ pytest ];
propagatedBuildInputs = [
virtual-display
PyVirtualDisplay
];
meta = with lib; {

View file

@ -223,6 +223,7 @@ mapAliases ({
unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01
uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13
uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
Wand = wand; # added 2022-11-13
WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01

View file

@ -6285,6 +6285,8 @@ self: super: with self; {
nocaselist = callPackage ../development/python-modules/nocaselist { };
nocturne = callPackage ../development/python-modules/nocturne { };
nodeenv = callPackage ../development/python-modules/nodeenv { };
nodepy-runtime = callPackage ../development/python-modules/nodepy-runtime { };
@ -9454,6 +9456,8 @@ self: super: with self; {
pyvicare = callPackage ../development/python-modules/pyvicare { };
PyVirtualDisplay = callPackage ../development/python-modules/PyVirtualDisplay { };
pyvis = callPackage ../development/python-modules/pyvis { };
pyvisa = callPackage ../development/python-modules/pyvisa { };
@ -11848,8 +11852,6 @@ self: super: with self; {
virtkey = callPackage ../development/python-modules/virtkey { };
virtual-display = callPackage ../development/python-modules/virtual-display { };
virtualenv = callPackage ../development/python-modules/virtualenv { };
virtualenv-clone = callPackage ../development/python-modules/virtualenv-clone { };