Package Details: csvkit-git 1.4.0.r13.g59fbd6d-1

Git Clone URL: https://aur.archlinux.org/csvkit-git.git (read-only, click to copy)
Package Base: csvkit-git
Description: A suite of utilities for converting to and working with CSV
Upstream URL: https://csvkit.readthedocs.org
Licenses: MIT
Conflicts: csvkit
Provides: csvkit
Submitter: mszczepanczyk
Maintainer: severach (alerque)
Last Packager: alerque
Votes: 12
Popularity: 0.000000
First Submitted: 2013-04-09 12:52 (UTC)
Last Updated: 2024-03-27 22:36 (UTC)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

kamazee commented on 2015-09-16 20:16 (UTC)

@pmedina, done, check it out. Looks like it doesn't make much sense to build it from git because there has been no new commits for several months, so fetching the whole repo doesn't seem necessary anymore. I switch PKGBUILD to tarball and add a checksum for 0.9.1, so now it's only about 3 Mb of source code + md5 check to make sure it's downloaded properly. I'll switch back to git master when it's updated.

pmedina commented on 2015-09-16 19:29 (UTC)

Had to change the source for it to work behind my proxy to the following: source=('csvkit::git+https://github.com/onyxfish/csvkit.git') Can you please change in the PKGBUILD?

kamazee commented on 2015-05-12 15:46 (UTC)

@IwfY, thanks, added this workaround for PKGBUILD.

IwfY commented on 2015-05-12 15:26 (UTC)

You can add this at line 26 to fix openpyxl dependency: sed -i 's/openpyxl==2.2.0-b1/openpyxl>=2.2.0-b1/' setup.py

tantalum commented on 2015-04-23 17:17 (UTC)

trying to use csvcut in any way i get: pkg_resources.DistributionNotFound: The 'openpyxl==2.2.0-b1' distribution was not found and is required by csvkit

kamazee commented on 2015-03-26 10:17 (UTC)

So, until the author upgrades dateutil, here is a PKGBUILD that does patching for you: https://raw.githubusercontent.com/kamazee/csvkit-aur/b77e92eb98831899c83674a026440daeec6bf2ec/csvkit-git/PKGBUILD

jtroesemeier commented on 2015-03-21 10:41 (UTC)

@pmedina, there is an easy but dirty fix I used: just edit the /usr/lib/python3.4/site-packages/csvkit-1.0.0-py3.4.egg-info/requires.txt and replace python-dateutil==2.2 with python-dateutil>=2.2 Alternatively, you could downgrade to python-dateutil 2.2 Cheers PS: The maintainer writes on the git issues page: "[...] dateutil has previously introduced breaking changes rather suddenly so I've been leery of the >= spec. I'll take a look at 2.3 and likely upgrade. Thanks for opening an issue!"

pmedina commented on 2014-12-16 23:07 (UTC)

There seems to be a conflict with the latest version of 'python-dateutil' [pmedina@laptop ~]$ csvgrep Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 432, in _build_master ws.require(__requires__) File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 741, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 632, in resolve raise VersionConflict(tmpl % args) pkg_resources.VersionConflict: python-dateutil 2.3 is installed but python-dateutil==2.2 is required by ['csvkit']

khughitt commented on 2014-07-29 14:24 (UTC)

Python 3 now supported: https://github.com/onyxfish/csvkit/issues/239#issuecomment-50342600