Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-nbsphinx
Commits: e358feb8 by Antonio Rojas at 2024-04-09T09:34:39+02:00 upgpkg: 0.9.3-1: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-nbsphinx + pkgdesc = Jupyter Notebook Tools for Sphinx + pkgver = 0.9.3 + pkgrel = 1 + url = http://nbsphinx.rtfd.org/ + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + depends = python-docutils + depends = python-jinja + depends = jupyter-nbconvert + depends = jupyter-nbformat + depends = python-sphinx + source = python-nbsphinx-0.9.3.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/0.9.3.tar.gz + b2sums = 60efe03033a0d3f847ae52a2157da23b2021a912fe1f4204cda24e352ace20b39c15172960966ef2e01c5469458c1580e89fb68051cf90bf917bd69fb2fa7425 + +pkgname = python-nbsphinx ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Michel Zou pkgname=python-nbsphinx -pkgver=0.8.11 -pkgrel=2 +pkgver=0.9.3 +pkgrel=1 pkgdesc="Jupyter Notebook Tools for Sphinx" url="http://nbsphinx.rtfd.org/" arch=(any) @@ -12,7 +12,7 @@ license=('MIT') depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert' 'jupyter-nbformat' 'python-sphinx') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm') source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz") -b2sums=('fc8ab4b6bab910ad47f262b937ce2d941ca4f43040e3b6f2678b29bd40bd82187c8dcdbb9e1918f5e02066b283b72cd1c8f67d961e6b7267b3d1581b91e96869') +b2sums=('60efe03033a0d3f847ae52a2157da23b2021a912fe1f4204cda24e352ace20b39c15172960966ef2e01c5469458c1580e89fb68051cf90bf917bd69fb2fa7425') build() { cd "${srcdir}"/nbsphinx-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbsphinx/-/commit/e358feb8c318c570ac8f168f4ffd2da5e2271940 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbsphinx/-/commit/e358feb8c318c570ac8f168f4ffd2da5e2271940 You're receiving this email because of your account on gitlab.archlinux.org.
