From f835eaee209d9535cecdd18141a21a7a529d0529 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 16 Dec 2021 22:16:52 +0300 Subject: dvc: disowned --- dvc/PKGBUILD | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dvc/PKGBUILD (limited to 'dvc/PKGBUILD') diff --git a/dvc/PKGBUILD b/dvc/PKGBUILD deleted file mode 100644 index baa792d..0000000 --- a/dvc/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer: Stefan Husmann -# Contributor: Lex Black -# Contributor: Mr. Outis - -pkgname=dvc -pkgver=2.8.3 -pkgrel=1 -pkgdesc="Open-source version control system for data science projects" -arch=('any') -license=('Apache') -url="https://github.com/iterative/${pkgname}" -depends=('python' 'python-appdirs' 'python-colorama' 'python-configobj' - 'python-distro' 'python-flufl-lock' 'python-funcy' 'python-gitdb' - 'python-gitpython' 'python-humanize' 'python-inflect' - 'python-packaging' 'python-pathspec' 'python-ply' 'python-pyasn1' - 'python-yaml' 'python-requests' 'python-ruamel-yaml' - 'python-setuptools' 'python-shortuuid' 'python-tqdm' - 'python-treelib' 'python-voluptuous' 'python-zc.lockfile' - 'python-nanotime' 'python-grandalf' 'python-ntfs' 'python-shtab' - 'python-pygtrie' -) -optdepends=('python-google-cloud-storage: support for Google Cloud' - 'python-google-api-python-client: support for GDrive' - 'python-pydrive: support for GDrive' - 'python-boto3: support for AWS S3 remote' - 'python-paramiko: support for SSH remote' - 'python-azure-storage: support for Azure remote' - 'python-oss2: support for Aliyun Object Storage Service (OSS)' - 'python-pyarrow: support for HDFS remote' - ) -makedepends=('git') - -source=("git+${url}/#commit=4175f9ffa4948157436283bef11153a7233e90ca") -sha256sums=('SKIP') - -package() { - cd ${pkgname} - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 -} - -- cgit v1.2.3-70-g09d2