summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ba1dc696efc6d2feeebe71d73f7dd1a572ac4a16 (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.0
	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.0.tar.gz
	md5sums = f09de465ec4aacaecab782d054263de6

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