Commit graph

15 commits

Author SHA1 Message Date
Weijia Wang 35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Martin Weinelt a765d4b299
csvkit: Downgrade sqlalchemy to 1.4.46
Required for compatibility with agate-sql for now.
2023-03-09 16:41:21 +01:00
Fabian Affolter 9fb40a03a3 csvkit: 1.0.5 -> 1.1.1
Changelog: https://github.com/wireservice/csvkit/blob/1.1.1/CHANGELOG.rst
2023-03-02 11:42:29 +01:00
Fabian Affolter e7423d453b csvkit: add chagnelog to meta 2023-03-02 11:36:38 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz b1d385cf4b csvkit: not broken 2021-03-08 09:25:16 +01:00
Sandro Jäckel 089b96e217
csvkit: add pythonImportCheck, mark broken 2021-03-08 02:01:16 +01:00
Mario Rodas 610a11f361 csvkit: add setuptools to runtime dependencies
fixes https://github.com/NixOS/nixpkgs/issues/93594
2020-10-10 04:20:00 +00:00
Doron Behar 8bf99f6787 csvkit: fix tests
Remove unneeded glibcLocales. Remove overrided agate-sql and agate-dbf,
as these overrides are not needed. Use pytestCheckHook instead of
overriding checkPhase. Add an upstream patch that fixes tests.
2020-09-20 08:29:18 -07:00
Doron Behar eb9393a4db csvkit: 1.0.4 -> 1.0.5 2020-09-20 08:29:18 -07:00
Tim Zook 32c9ee2cfc csvkit: fix failing test
The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package.
2020-09-09 10:37:57 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
danme 535117b136 csvkit: fix failing test
downgrading dependency agate-sql
2019-09-13 15:29:32 +02:00
R. RyanTM 096536ded5 csvkit: 1.0.3 -> 1.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/csvkit/versions
2019-04-14 05:38:44 -07:00
Robert Schütz 5e39aa231a csvkit: move out of pythonPackages
From https://csvkit.readthedocs.io/en/1.0.3/index.html:
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00