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 vobject
werkzeug werkzeug
xlrd xlrd
XlsxWriter xlsxwriter
xlwt xlwt
zeep zeep
]; ];

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@
, requests , requests
, setuptools , setuptools
, pythonOlder , pythonOlder
, XlsxWriter , xlsxwriter
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -26,7 +26,7 @@ buildPythonPackage rec {
colorama colorama
requests requests
setuptools setuptools
XlsxWriter xlsxwriter
]; ];
# The tests require a shodan api key, so skip them. # 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 websocket_client = websocket-client; # added 2021-06-15
WSME = wsme; # added 2023-02-19 WSME = wsme; # added 2023-02-19
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31 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-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"; 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 { }; xlsx2csv = callPackage ../development/python-modules/xlsx2csv { };
XlsxWriter = callPackage ../development/python-modules/XlsxWriter { }; xlsxwriter = callPackage ../development/python-modules/xlsxwriter { };
xlwt = callPackage ../development/python-modules/xlwt { }; xlwt = callPackage ../development/python-modules/xlwt { };