blob: 52a9ee5bd241eae9d3afb0107037567541216ddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = python-jupyter-cache
pkgdesc = A defined interface for working with a cache of jupyter notebooks
pkgver = 1.0.1
pkgrel = 1
url = https://jupyter-cache.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-click
checkdepends = python-importlib-metadata
checkdepends = python-jupytext
checkdepends = python-nbdime
checkdepends = jupyter-nbclient
checkdepends = jupyter-nbformat
checkdepends = python-sqlalchemy
checkdepends = python-tabulate
checkdepends = python-yaml
makedepends = python-flit-core
makedepends = python-build
makedepends = python-installer
source = https://github.com/executablebooks/jupyter-cache/archive/refs/tags/v1.0.1.tar.gz
md5sums = 239f1ec9f47fb544d321a5c5de7717d2
pkgname = python-jupyter-cache
depends = python-attrs
depends = python-click
depends = python-importlib-metadata
depends = python-tabulate
depends = python-yaml
depends = jupyter-nbformat
depends = jupyter-nbclient>=0.2
depends = python-sqlalchemy<3
optdepends = python-click-log: cli
optdepends = python-jupytext: rtd
optdepends = python-myst-nb: rtd
optdepends = python-nbdime: rtd
optdepends = python-sphinx-book-theme: rtd
optdepends = python-sphinx-copybutton: rtd
optdepends = python-pre-commit: code_style
|