py-nbsphinx: add v0.8.7 (#25515)

This commit is contained in:
Adam J. Stewart 2021-08-20 06:50:32 -05:00 committed by GitHub
parent 65a7ceb3ce
commit 05e933d7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,11 @@ class PyNbsphinx(PythonPackage):
homepage = "https://nbsphinx.readthedocs.io"
pypi = "nbsphinx/nbsphinx-0.8.0.tar.gz"
version('0.8.7', sha256='ff91b5b14ceb1a9d44193b5fc3dd3617e7b8ab59c788f7710049ce5faff2750c')
version('0.8.1', sha256='24d59aa3a1077ba58d9769c64c38fb05b761a1af21c1ac15f6393500cd008ea6')
version('0.8.0', sha256='369c16fe93af14c878d61fb3e81d838196fb35b27deade2cd7b95efe1fe56ea0')
# https://nbsphinx.readthedocs.io/en/latest/installation.html
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-docutils', type=('build', 'run'))
@ -29,3 +31,4 @@ class PyNbsphinx(PythonPackage):
depends_on('py-traitlets', type=('build', 'run'))
depends_on('py-nbformat', type=('build', 'run'))
depends_on('py-sphinx@1.8:', type=('build', 'run'))
depends_on('pandoc', type='run')