diff options
| author | Yigit Sever | 2021-12-16 22:16:52 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-12-16 22:16:52 +0300 |
| commit | f835eaee209d9535cecdd18141a21a7a529d0529 (patch) | |
| tree | c5155c2aa8b998f8846a9b2762e7df6b3bbf4ead /dvc/PKGBUILD | |
| parent | ed58428453ae41139237f577c9622952749e56f2 (diff) | |
| download | packages-f835eaee209d9535cecdd18141a21a7a529d0529.tar.gz packages-f835eaee209d9535cecdd18141a21a7a529d0529.tar.bz2 packages-f835eaee209d9535cecdd18141a21a7a529d0529.zip | |
dvc: disowned
Diffstat (limited to 'dvc/PKGBUILD')
| -rw-r--r-- | dvc/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dvc/PKGBUILD b/dvc/PKGBUILD deleted file mode 100644 index baa792d..0000000 --- a/dvc/PKGBUILD +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> | ||
| 2 | # Contributor: Lex Black <autumn-wind@web.de> | ||
| 3 | # Contributor: Mr. Outis <mroutis@protonmail.com> | ||
| 4 | |||
| 5 | pkgname=dvc | ||
| 6 | pkgver=2.8.3 | ||
| 7 | pkgrel=1 | ||
| 8 | pkgdesc="Open-source version control system for data science projects" | ||
| 9 | arch=('any') | ||
| 10 | license=('Apache') | ||
| 11 | url="https://github.com/iterative/${pkgname}" | ||
| 12 | depends=('python' 'python-appdirs' 'python-colorama' 'python-configobj' | ||
| 13 | 'python-distro' 'python-flufl-lock' 'python-funcy' 'python-gitdb' | ||
| 14 | 'python-gitpython' 'python-humanize' 'python-inflect' | ||
| 15 | 'python-packaging' 'python-pathspec' 'python-ply' 'python-pyasn1' | ||
| 16 | 'python-yaml' 'python-requests' 'python-ruamel-yaml' | ||
| 17 | 'python-setuptools' 'python-shortuuid' 'python-tqdm' | ||
| 18 | 'python-treelib' 'python-voluptuous' 'python-zc.lockfile' | ||
| 19 | 'python-nanotime' 'python-grandalf' 'python-ntfs' 'python-shtab' | ||
| 20 | 'python-pygtrie' | ||
| 21 | ) | ||
| 22 | optdepends=('python-google-cloud-storage: support for Google Cloud' | ||
| 23 | 'python-google-api-python-client: support for GDrive' | ||
| 24 | 'python-pydrive: support for GDrive' | ||
| 25 | 'python-boto3: support for AWS S3 remote' | ||
| 26 | 'python-paramiko: support for SSH remote' | ||
| 27 | 'python-azure-storage: support for Azure remote' | ||
| 28 | 'python-oss2: support for Aliyun Object Storage Service (OSS)' | ||
| 29 | 'python-pyarrow: support for HDFS remote' | ||
| 30 | ) | ||
| 31 | makedepends=('git') | ||
| 32 | |||
| 33 | source=("git+${url}/#commit=4175f9ffa4948157436283bef11153a7233e90ca") | ||
| 34 | sha256sums=('SKIP') | ||
| 35 | |||
| 36 | package() { | ||
| 37 | cd ${pkgname} | ||
| 38 | python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 | ||
| 39 | } | ||
| 40 | |||
