diff options
author | Universebenzene | 2022-06-04 19:53:15 +0800 |
---|---|---|
committer | Universebenzene | 2022-06-04 19:53:15 +0800 |
commit | 13c55b3fce8297ad06cfcb0450be11ef53dce873 (patch) | |
tree | 5c3748f4ee416fae53effbe8c31de2b979212b9f /.SRCINFO | |
download | aur-13c55b3fce8297ad06cfcb0450be11ef53dce873.tar.gz |
Initial import 0.3.1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..e0550208ddf8 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,26 @@ +pkgbase = python-runnotebook + pkgdesc = IPython notebook sphinx extensions + pkgver = 0.3.1 + pkgrel = 1 + url = https://github.com/ngoldbaum/RunNotebook + arch = any + license = BSD + checkdepends = python-nose + checkdepends = jupyter-nbformat + checkdepends = jupyter-nbconvert + checkdepends = python-docutils + makedepends = python-setuptools + source = https://files.pythonhosted.org/packages/source/R/RunNotebook/RunNotebook-0.3.1.tar.gz + source = https://raw.githubusercontent.com/ngoldbaum/RunNotebook/master/LICENSE + md5sums = 67ddf123b72f97369831ba684a426962 + md5sums = SKIP + +pkgname = python-runnotebook + depends = python-sphinx + depends = jupyter-notebook + depends = python-qtconsole + depends = jupyter_console + depends = jupyter-nbconvert + depends = python-ipykernel + depends = python-ipywidgets + depends = jupyter-nbformat |