Search Criteria
Package Details: python-csv-diff 1.2-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-csv-diff.git (read-only, click to copy) |
|---|---|
| Package Base: | python-csv-diff |
| Description: | Tool for viewing the difference between two CSV, TSV or JSON files. |
| Upstream URL: | https://pypi.org/project/csv-diff/ |
| Licenses: | Apache |
| Submitter: | aragon123 |
| Maintainer: | aragon123 |
| Last Packager: | aragon123 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-15 11:35 (UTC) |
| Last Updated: | 2026-01-13 20:59 (UTC) |
Dependencies (7)
- python
- python-click
- python-dictdifferAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-pytest (check)
Required by (1)
- klayout-pex (check)
Latest Comments
1 2 Next › Last »
aragon123 commented on 2026-01-13 21:01 (UTC)
Perfect thank you, and also thank you for the notice about the
pytest-runnerdependency (and the PR).Updated the package accordingly, however I combined the patches.
micwoj92 commented on 2026-01-13 17:50 (UTC)
@aragon123 needs additionally
python-buildandpython-installer. pytest-runner can be patched out, its not usedaragon123 commented on 2026-01-13 10:42 (UTC)
@natsume you should install the aur package
python-pytest-runner(with--asdeps, depending on how you usually install the aur packages).This has also the dependency
python-pytest. Otherwise you can also installpython-pytestdirectly:pacman -S python-pytest --asdepsOr sync the packages of the
PKGBUILD:makepkg -s(which does not work for aur packages).natsume commented on 2026-01-13 10:35 (UTC) (edited on 2026-01-13 10:36 (UTC) by natsume)
Is this error supposed to be fixed by the package build, or do I need to take care of this separately?
aragon123 commented on 2026-01-13 08:38 (UTC)
@micwoj92, thank you, that is correct :-) I removed the make dependency.
micwoj92 commented on 2026-01-13 07:01 (UTC)
pip is not needed to build
aragon123 commented on 2024-04-28 11:36 (UTC)
@Markus00000 thank you. I added
python-pytestas check dependency.Markus00000 commented on 2024-04-28 09:54 (UTC)
Might want to remove tests in check() or add pytest as build dependency.
Markus00000 commented on 2023-01-28 05:05 (UTC)
@aragon123 Installs without conflicts. Thank you!
aragon123 commented on 2023-01-03 15:23 (UTC)
Thank you for the report.
I did not notice this in the first place. But I created two PRs for the upstream packages: https://github.com/mborsetti/webchanges/pull/54 https://github.com/simonw/csv-diff/pull/32
Additionally I included the patch into this package. Please test if this works. Note that you should start from an empty build directory, as the Python setuptools do not remove old packages.
1 2 Next › Last »