python310Packages.pymvglive: Normalize attribute & pname

This commit is contained in:
Martin Weinelt 2023-02-19 17:46:30 +00:00
parent 0f7b057fa3
commit 9a18b57a3b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, requests }:
buildPythonPackage rec {
pname = "PyMVGLive";
pname = "pymvglive";
version = "1.1.4";
src = fetchPypi {
inherit pname version;
pname = "PyMVGLive";
inherit version;
sha256 = "0sh4xm74im9qxzpbrlc5h1vnpgvpybnpvdcav1iws0b561zdr08c";
};

View File

@ -2436,7 +2436,7 @@
mutesync
];
"mvglive" = ps: with ps; [
PyMVGLive
pymvglive
];
"my" = ps: with ps; [
aiohttp-cors

View File

@ -186,6 +186,7 @@ mapAliases ({
PyLD = pyld; # added 2022-06-22
pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0
pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
PyMVGLive = pymvglive; # added 2023-02-19
pyreadability = readability-lxml; # added 2022-05-24
pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-ethtool = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16

View File

@ -8445,7 +8445,7 @@ self: super: with self; {
pymupdf = callPackage ../development/python-modules/pymupdf { };
PyMVGLive = callPackage ../development/python-modules/pymvglive { };
pymvglive = callPackage ../development/python-modules/pymvglive { };
pymyq = callPackage ../development/python-modules/pymyq { };