From 5f672acc55ffe9d72c39d76f4bc1ae8ec6539067 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 16 Nov 2021 15:56:06 +0300 Subject: Tracking adopted packages - dvc - flowy - ouch{-bin, -git,} --- dvc/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dvc/PKGBUILD (limited to 'dvc/PKGBUILD') diff --git a/dvc/PKGBUILD b/dvc/PKGBUILD new file mode 100644 index 0000000..baa792d --- /dev/null +++ b/dvc/PKGBUILD @@ -0,0 +1,40 @@ +# 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