python310Packages.xlsxwriter: Normalize attribute & dirname

This commit is contained in:
Martin Weinelt 2023-02-19 19:51:36 +00:00
parent 0347d27afa
commit 19697a0e67
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
10 changed files with 14 additions and 13 deletions

View File

@ -130,7 +130,7 @@ in python.pkgs.buildPythonApplication rec {
vobject
werkzeug
xlrd
XlsxWriter
xlsxwriter
xlwt
zeep
];

View File

@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
] ++ (with python3Packages; [
biopython
psutil
XlsxWriter
xlsxwriter
]);
# Tests rely on some of the databases being available, which is not bundled

View File

@ -19,7 +19,7 @@
, setuptools
, textx
, xlrd
, XlsxWriter
, xlsxwriter
, pytestCheckHook
}:
@ -70,7 +70,7 @@ buildPythonApplication rec {
setuptools
textx
xlrd
XlsxWriter
xlsxwriter
];
nativeCheckInputs = [

View File

@ -11,7 +11,7 @@
, lxml
, xlwt
, xlrd
, XlsxWriter
, xlsxwriter
, pyyaml
, pytestCheckHook
}:
@ -39,7 +39,7 @@ buildPythonPackage rec {
lxml
xlwt
xlrd
XlsxWriter
xlsxwriter
pyyaml
] ++ lib.optional (pythonOlder "3.5") typing;

View File

@ -19,7 +19,7 @@
, types-pytz
, typing-extensions
, xarray
, XlsxWriter
, xlsxwriter
}:
buildPythonPackage rec {
@ -59,7 +59,7 @@ buildPythonPackage rec {
tabulate
typing-extensions
xarray
XlsxWriter
xlsxwriter
];
disabledTests = [

View File

@ -20,7 +20,7 @@
, pytestCheckHook
, pytest-xdist
, pytest-asyncio
, XlsxWriter
, xlsxwriter
# Darwin inputs
, runtimeShell
, libcxx
@ -54,7 +54,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-xdist
pytestCheckHook
XlsxWriter
xlsxwriter
];
# Doesn't work with -Werror,-Wunused-command-line-argument

View File

@ -6,7 +6,7 @@
, requests
, setuptools
, pythonOlder
, XlsxWriter
, xlsxwriter
}:
buildPythonPackage rec {
@ -26,7 +26,7 @@ buildPythonPackage rec {
colorama
requests
setuptools
XlsxWriter
xlsxwriter
];
# The tests require a shodan api key, so skip them.

View File

@ -276,6 +276,7 @@ mapAliases ({
websocket_client = websocket-client; # added 2021-06-15
WSME = wsme; # added 2023-02-19
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
XlsxWriter = xlsxwriter; # added 2023-02-19
zc-buildout221 = zc-buildout; # added 2021-07-21
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
})

View File

@ -12492,7 +12492,7 @@ self: super: with self; {
xlsx2csv = callPackage ../development/python-modules/xlsx2csv { };
XlsxWriter = callPackage ../development/python-modules/XlsxWriter { };
xlsxwriter = callPackage ../development/python-modules/xlsxwriter { };
xlwt = callPackage ../development/python-modules/xlwt { };