Package Details: python-csv-diff 1.2-4

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)

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-runner dependency (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-build and python-installer. pytest-runner can be patched out, its not used

aragon123 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 install python-pytest directly: pacman -S python-pytest --asdeps

Or 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?

ERROR Missing dependencies:
        pytest-runner
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'python-csv-diff-1.2-3'

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-pytest as check dependency.

Markus00000 commented on 2024-04-28 09:54 (UTC)

==> Starting check()...
/home/m/.cache/pikaur/build/python-csv-diff/PKGBUILD: line 30: pytest: command not found
==> ERROR: A failure occurred in check().
    Aborting...

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.