Skip to content
Snippets Groups Projects
Commit 0f5fd9ea authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 1.1.1-1

parent 51d39356
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
# Contributor: Michał Pałubicki <maln0ir@gmx.com>
pkgname=csvkit
pkgver=1.0.7
pkgrel=2
pkgver=1.1.1
pkgrel=1
pkgdesc='A suite of utilities for converting to and working with CSV'
arch=(any)
url="https://$pkgname.readthedocs.org"
......@@ -12,19 +12,17 @@ _pydeps=(agate
agate-dbf
agate-excel
agate-sql
six
setuptools
sphinx_rtd_theme)
depends=(python
"${_pydeps[@]/#/python-}")
optdepends=('ipython: nicer command-line for csvpy utility')
makedepends=(python-{build,installer,wheel}
python-setuptools
python-sphinx)
checkdepends=(python-pytest
python-pytimeparse)
checkdepends=(python-pytest)
_archive="$pkgname-$pkgver"
source=("$_archive.tgz::https://github.com/wireservice/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('84adaa554672bac5cd1d84d40183f86be1bec5a198119046e79409e371546d20')
sha256sums=('bdb36aba91c5765930c3876e3683dcc75490962047468c1e75871c1da6e9f713')
build() {
cd "$_archive"
......@@ -37,6 +35,7 @@ build() {
check() {
cd "$_archive"
export LANG=en_US.UTF-8
pytest tests
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment