summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-09-02 17:26:14 +0800
committerUniversebenzene2021-09-02 17:26:14 +0800
commit920f4e9c31830e001e0ef9dd9b5483d6c2e59131 (patch)
treecf41f5c80bac0921f6030858ab9f39f5891f4f2a
parentf8f5354b045ff116229d90c176590e1ea10ed073 (diff)
downloadaur-920f4e9c31830e001e0ef9dd9b5483d6c2e59131.tar.gz
Update to version 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2bf7a4f8b7..d83b38caac9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-myst-nb
pkgdesc = Parse and execute ipynb files in Sphinx
- pkgver = 0.12.3
+ pkgver = 0.13.0
pkgrel = 1
url = https://myst-nb.readthedocs.io
arch = any
license = BSD
- checkdepends = python-sphinx-togglebutton
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/m/myst-nb/myst-nb-0.12.3.tar.gz
- md5sums = feaa9f113d1a7151fa6025f01186ec53
+ source = https://files.pythonhosted.org/packages/source/m/myst-nb/myst-nb-0.13.0.tar.gz
+ md5sums = eca38ccee76befe0e58354b5fdcdbe22
pkgname = python-myst-nb
depends = python-importlib-metadata
@@ -35,4 +34,3 @@ pkgname = python-myst-nb
optdepends = python-sphinx-panels: rtd
optdepends = python-sphinxcontrib-bibtex: rtd
optdepends = python-sympy: rtd
-
diff --git a/PKGBUILD b/PKGBUILD
index 28a4e0a93a20..9bb3e6ad74a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-myst-nb
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=0.12.3
+pkgver=0.13.0
pkgrel=1
pkgdesc="Parse and execute ipynb files in Sphinx"
arch=('any')
@@ -10,9 +10,9 @@ url="https://myst-nb.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools')
#'python-sphinx')
-checkdepends=('python-sphinx-togglebutton')
+#checkdepends=('jupyter-nbconvert' 'python-yaml' 'python-sphinx-togglebutton' 'python-myst-parser')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('feaa9f113d1a7151fa6025f01186ec53')
+md5sums=('eca38ccee76befe0e58354b5fdcdbe22')
build() {
cd ${srcdir}/${_pyname}-${pkgver}