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.000663 |
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 (optional) – nicer command-line for csvpy utility
Latest Comments
1 2 3 4 Next › Last »
husam212 commented on 2021-01-23 21:09
@severach I'm using
yay
to handle the dependencies, I can reproduce the issue in a fresh image of Arch in docker.severach commented on 2021-01-22 05:23
I'm building fine, in chroot and out of chroot. python-geojson is not installed and no complaints about it missing. Do you have all your AUR python dependencies updated?
pacman -Qo /usr/lib/python3.8
husam212 commented on 2021-01-10 14:41
I'm getting the following error:
caleb commented on 2020-03-04 05:41
Hey @severach I'm one of the co-maintainers on csvkit and just gave this PKGBUILD a bit of an overhaul. This -git version has some obsolete dependencies and is missing some current ones. Also the actual build process could use some improvement. I've synced it up with the stable one. Here is a patch you can apply with
git am
(or add me as a co-maintainer and I'll be happy to post it and help keep this updated as well):Also you might want to remove the pin from @kamazee's no longer relevant comment as that repo isn't the place for PRs with him not being a maintainer any more ;-)
kamazee commented on 2017-06-05 11:29
I don't actively use csvkit, so if anyone is willing to take it over, please feel free to do so.
pmedina commented on 2016-05-03 20:56
Had to change the sources again to allow for proxy, see below.
source=(
'csvkit::git+https://github.com/wireservice/csvkit.git'
'agate::git+https://github.com/wireservice/agate.git'
'agate-excel::git+https://github.com/wireservice/agate-excel.git'
'agate-dbf::git+https://github.com/wireservice/agate-dbf.git'
)
kamazee commented on 2016-03-08 19:41
Dear all,
Feel free to submit a pull request at https://github.com/kamazee/aur-csvkit-git instead of posting patches here as it seems way more convenient (and doesn't swallow leading spaces). You can also make a patch using `git format-patch` and email it to me (address is in my profile).
kamazee commented on 2016-03-08 19:39
@ekkelett, I've pulled your changes in, thanks.
ekkelett commented on 2016-03-07 19:32
I've made a minor update to the PKGBUILD as there's a new organization hosting the repository, and the development has been relatively stable over new year's.
diff --git a/.SRCINFO b/.SRCINFO
index e19fc0f..cd1b3f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
+# Generated by mksrcinfo v8
+# Mon Mar 7 19:29:28 UTC 2016
pkgbase = csvkit-git
pkgdesc = A suite of utilities for converting to and working with CSV.
- pkgver = 0.9.1.gbf18815
- pkgrel = 2
+ pkgver = 1.0.0.g48f9602
+ pkgrel = 1
url = http://csvkit.readthedocs.org
arch = any
license = MIT
- makedepends = tar
- makedepends = gzip
+ makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-xlrd>=0.9.2
depends = python-dateutil>=2.0
depends = python-sqlalchemy>=0.9.3
depends = python-openpyxl>=2.0.3
depends = python-six>=1.6.1
- source = csvkit-0.9.1.tar.gz::https://github.com/onyxfish/csvkit/archive/0.9.1.tar.gz
- md5sums = 5708394caa93408254a15269a83cfeed
+ source = csvkit::git://github.com/wireservice/csvkit.git
+ md5sums = SKIP
pkgname = csvkit-git
diff --git a/.gitignore b/.gitignore
index effcdbf..f0d06db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/csvkit-*.tar.[gx]z
-/src
-/pkg
+/csvkit-git-*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5eea2d7..9672e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,27 @@
# Maintainer: Alexander Kurilo <alex@kurilo.me>
# Contributor: Mariusz Szczepańczyk <mszczepanczyk@gmail.com>
-gittag=0.9.1
-gitrev=gbf18815
+# Contributor: Thor K. H. <thor alfakrøll roht dott no>
+
pkgname=csvkit-git
-pkgver=$gittag.$gitrev
-pkgrel=2
+pkgver=1.0.0.g48f9602
+pkgrel=1
pkgdesc="A suite of utilities for converting to and working with CSV."
arch=('any')
url="http://csvkit.readthedocs.org"
license=('MIT')
makedepends=('git')
depends=('python' 'python-xlrd>=0.9.2' 'python-dateutil>=2.0' 'python-sqlalchemy>=0.9.3' 'python-openpyxl>=2.0.3' 'python-six>=1.6.1')
-makedepends=('tar' 'gzip')
-md5sums=('5708394caa93408254a15269a83cfeed')
-source=("csvkit-$gittag.tar.gz::https://github.com/onyxfish/csvkit/archive/$gittag.tar.gz")
+makedepends=('git' 'python-setuptools')
+md5sums=('SKIP')
+source=('csvkit::git://github.com/wireservice/csvkit.git')
+
+pkgver() {
+ cd "$srcdir/csvkit"
+ git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
+}
build() {
- cd "$srcdir/csvkit-$gittag"
+ cd "$srcdir/csvkit"
# Quick and dirty fix until the author officially supports dateutil>=2.2
# (see https://github.com/onyxfish/csvkit/issues/370)
sed -i 's/python-dateutil==2.2/python-dateutil>=2.2/' setup.py
@@ -24,7 +29,7 @@ build() {
}
package() {
- cd "$srcdir/csvkit-$gittag"
+ cd "$srcdir/csvkit"
python setup.py install --root="$pkgdir/"
}
pmedina commented on 2015-11-30 21:37
Please add 'python-setuptools' as a dependency.