blob: ff9ebee78825341454bd272b14c2700d874de95f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-ckernel
pkgdesc = IPython kernels for teaching and learning C/C++ in a Jupyter notebook, providing C/C++ syntax highlighting and a little more magic
pkgver = 0.5.3
pkgrel = 1
url = https://github.com/adamtuft/c-kernel
arch = any
license = custom:BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-colorama
depends = python-sysv_ipc
depends = python-jupyter-client
source = https://files.pythonhosted.org/packages/source/c/ckernel/ckernel-0.5.3.tar.gz
sha256sums = be971aa502538f51b7c40acd99a20edbac510353a388a4ec0c0cc4f1feed1205
pkgname = python-ckernel
|