Compare commits

...

No commits in common. "main" and "python-databricks-cli" have entirely different histories.

3 changed files with 52 additions and 3 deletions

23
.SRCINFO Normal file
View file

@ -0,0 +1,23 @@
pkgbase = python-databricks-cli
pkgdesc = open source tool which provides an easy to use interface to the Databricks platform
pkgver = 0.17.1
pkgrel = 1
url = https://github.com/databricks/databricks-cli
arch = x86_64
license = Apache-2.0
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-click
depends = python-pyjwt
depends = python-oauthlib
depends = python-requests
depends = python-tabulate
depends = python-six
source = python-databricks-cli-0.17.1.tar.gz::https://github.com/databricks/databricks-cli/archive/0.17.1.tar.gz
sha256sums = 74c63ce6ef42a86787a3dbe1c0a434f6f6ec93a4f205f68f27164d4effc99212
pkgname = python-databricks-cli

29
PKGBUILD Normal file
View file

@ -0,0 +1,29 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-databricks-cli
pkgver=0.17.1
pkgrel=1
pkgdesc='open source tool which provides an easy to use interface to the
Databricks platform'
arch=('x86_64')
url='https://github.com/databricks/databricks-cli'
license=('Apache-2.0')
depends=('python' 'python-click' 'python-pyjwt' 'python-oauthlib'
'python-requests' 'python-tabulate' 'python-six')
optdepends=()
makedepends=('python' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/databricks/databricks-cli/archive/$pkgver.tar.gz")
sha256sums=('74c63ce6ef42a86787a3dbe1c0a434f6f6ec93a4f205f68f27164d4effc99212')
_pkgname=databricks-cli
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
python -m build --wheel --no-isolation
}
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
python -m installer --destdir="$pkgdir" dist/*.whl
}

View file

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).