Search Criteria
Package Details: csvkit-git 1.0.5.r1.g178eb76-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: | |
Conflicts: | |
Provides: | |
Submitter: | mszczepanczyk |
Maintainer: | severach (caleb) |
Last Packager: | caleb |
Votes: | 12 |
Popularity: | 0.000247 |
First Submitted: | 2013-04-09 12:52 |
Last Updated: | 2020-05-29 13:29 |
Dependencies (16)
- python (python-dbg)
- python-babel
- python-dateutil
- python-openpyxl
- python-six
- python-sphinx_rtd_theme
- python-sqlalchemy (python-sqlalchemy-0.7.9, python-sqlalchemy-1.3.13, python-sqlalchemy-git)
- python-xlrd
- python-agate-dbf>=0.2.0
- python-agate-excel>=0.2.2
- python-agate-sql>=0.5.3
- python-agate>=1.6.1
- git (git-git) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- ipython (ipython-git) (optional) – nicer command-line for csvpy utility
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
ayr0 commented on 2013-10-23 04:08
python2-argparse is not longer needed as argparse is now part of the python standard library.
khughitt commented on 2013-09-25 10:02
Also, it's possible that the python2-argparse dependency can be dropped. It is now orphaned and may be included in python2.
khughitt commented on 2013-09-25 09:59
python2-sqlalchemy dependency needs to be modified -- the current stable version is 0.8.x, so you can probably just drop the min version requirement.
ishanarora commented on 2013-05-30 13:54
thanks.
mszczepanczyk commented on 2013-05-30 13:49
indeed. i didn't notice that. updated
ishanarora commented on 2013-05-30 13:38
No, i meant python2-distribute should be in depends variable.
All the csv tools in /usr/bin import from pkg_resources, which is provided by python2-distribute
mszczepanczyk commented on 2013-05-30 13:33
done
ishanarora commented on 2013-05-30 12:41
python2-distribute should also be a runtime dependency
mszczepanczyk commented on 2013-05-15 16:33
You're right. Thanks for pointing that out!
ishanarora commented on 2013-05-15 13:39
csvkit requires dbf>=0.94.003 (I maintain it as python2-dbf on AUR)
Your PKGBUILD mistakenly depends on dbfpy (python2-dbfpy), which is a different python module altogether