blob: 955e60f996fc7c0534dc977cee8b0c436dc09b8f (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
pkgbase = dvc
pkgdesc = Open-source version control system for data science projects
pkgver = 2.8.3
pkgrel = 1
url = https://github.com/iterative/dvc
arch = any
license = Apache
makedepends = git
depends = python
depends = python-appdirs
depends = python-colorama
depends = python-configobj
depends = python-distro
depends = python-flufl-lock
depends = python-funcy
depends = python-gitdb
depends = python-gitpython
depends = python-humanize
depends = python-inflect
depends = python-packaging
depends = python-pathspec
depends = python-ply
depends = python-pyasn1
depends = python-yaml
depends = python-requests
depends = python-ruamel-yaml
depends = python-setuptools
depends = python-shortuuid
depends = python-tqdm
depends = python-treelib
depends = python-voluptuous
depends = python-zc.lockfile
depends = python-nanotime
depends = python-grandalf
depends = python-ntfs
depends = python-shtab
depends = python-pygtrie
optdepends = python-google-cloud-storage: support for Google Cloud
optdepends = python-google-api-python-client: support for GDrive
optdepends = python-pydrive: support for GDrive
optdepends = python-boto3: support for AWS S3 remote
optdepends = python-paramiko: support for SSH remote
optdepends = python-azure-storage: support for Azure remote
optdepends = python-oss2: support for Aliyun Object Storage Service (OSS)
optdepends = python-pyarrow: support for HDFS remote
source = git+https://github.com/iterative/dvc/#commit=4175f9ffa4948157436283bef11153a7233e90ca
sha256sums = SKIP
pkgname = dvc
|