11 pythonEnv.pkgs.buildPythonApplication {
12 inherit pname version;
16 inherit pname version;
17 hash = "sha256-qpRgJm1XE/8xKkFO0+3Ybgw6MdqbLidYy+VkP+EUbdE=";
20 propagatedBuildInputs = with pythonEnv.pkgs; [
25 setuptools # csvsql imports pkg_resources
28 nativeCheckInputs = with pythonEnv.pkgs; [
32 pythonImportsCheck = [
37 # Tries to compare CLI output - and fails!
42 homepage = "https://github.com/wireservice/csvkit";
43 description = "Suite of command-line tools for converting to and working with CSV";
44 changelog = "https://github.com/wireservice/csvkit/blob/${version}/CHANGELOG.rst";
45 license = lib.licenses.mit;
46 maintainers = with lib.maintainers; [ AndersonTorres ];