blob: 94b9cc9e580836fb27c62b666470912127e08b6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = jupyter-nbextension-hide-code
pkgdesc = Code, prompt and output hiding for Jupyter/IPython notebooks.
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/kirbs-/hide_code
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry
depends = python>=3.7
depends = jupyter-notebook>=6.0
depends = jupyter-nbconvert>=6
depends = python-pdfkit
depends = wkhtmltopdf
conflicts = python-rise
source = jupyter-nbextension-hide-code-0.7.0.tar.gz::https://github.com/kirbs-/hide_code/archive/v0.7.0.tar.gz
sha256sums = 46e7606ae01fc677a1b402520838be82539b368ea9257e0eefe4bd6855b83530
pkgname = jupyter-nbextension-hide-code
|