summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a89814483f2049e29925bdd03e61ea994916dc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: plastik-flasche
pkgname=python-kotlin-jupyter-kernel
_name=kotlin-jupyter-kernel
pkgver=0.12.0.322
pkgrel=1
pkgdesc="Kotlin Kernel for Jupyter Notebooks"
arch=('x86_64')
url="https://github.com/Kotlin/kotlin-jupyter"
license=('Apache')
depends=('python' 'jupyter-notebook' 'java-environment' 'gradle')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
sha256sums=('d22863403cfd4ee8764496a9c538c1a90465d90672d79feec8360fe6c9d989d1')

package() {
    cd "$srcdir"
    python -m installer --destdir="$pkgdir" "${_name//-/_}-$pkgver-py3-none-any.whl"
}