blob: 5c7a9240ec3108fa5aa5fadfcae08d2f67b9ee62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-csvw
pkgdesc = Python library to work with CSVW described tabular data
pkgver = 4.0.0
pkgrel = 1
url = https://pypi.org/project/csvw
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-attrs
depends = python-dateutil
depends = python-babel
depends = python-jsonschema
depends = python-isodate
depends = python-rdflib
depends = python-requests
depends = python-rfc3986
depends = python-termcolor
depends = python-uritemplate
depends = python-language-tags
provides = python-csvw
conflicts = python-csvw
options = !strip
options = !debug
source = csvw-4.0.0.tar.gz::https://files.pythonhosted.org/packages/source/c/csvw/csvw-4.0.0.tar.gz
sha256sums = 060e9bedf3c274d0fce6d6f7f892a16cc8c72f39c2bc49b69b5f0858fb2f6217
pkgname = python-csvw
|