[arch-commits] Commit in python-nbsphinx/repos/community-any (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Aug 22 12:53:16 UTC 2022


    Date: Monday, August 22, 2022 @ 12:53:15
  Author: kgizdov
Revision: 1274684

archrelease: copy trunk to community-any

Added:
  python-nbsphinx/repos/community-any/PKGBUILD
    (from rev 1274683, python-nbsphinx/trunk/PKGBUILD)
Deleted:
  python-nbsphinx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 12:53:09 UTC (rev 1274683)
+++ PKGBUILD	2022-08-22 12:53:15 UTC (rev 1274684)
@@ -1,26 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Liam Timms <timms5000 at gmail.com>
-# Contributor: Michel Zou
-
-pkgname=python-nbsphinx
-pkgver=0.8.8
-pkgrel=2
-pkgdesc="Jupyter Notebook Tools for Sphinx"
-url="http://nbsphinx.rtfd.org/"
-arch=(any)
-license=('MIT')
-depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert' 'jupyter-nbformat' 'python-sphinx')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
-sha256sums=('a95f920c1378d78f4ed1e07dd7ce97abe10b7f4c29a22fc17d02a4d0beaac97d')
-
-build() {
-  cd "${srcdir}"/nbsphinx-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/nbsphinx-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-nbsphinx/repos/community-any/PKGBUILD (from rev 1274683, python-nbsphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-22 12:53:15 UTC (rev 1274684)
@@ -0,0 +1,26 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Liam Timms <timms5000 at gmail.com>
+# Contributor: Michel Zou
+
+pkgname=python-nbsphinx
+pkgver=0.8.9
+pkgrel=1
+pkgdesc="Jupyter Notebook Tools for Sphinx"
+url="http://nbsphinx.rtfd.org/"
+arch=(any)
+license=('MIT')
+depends=('python-docutils' 'python-jinja' 'jupyter-nbconvert' 'jupyter-nbformat' 'python-sphinx')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/spatialaudio/nbsphinx/archive/${pkgver}.tar.gz")
+sha256sums=('f66e4ef55e3cc39fb3db32af4f2e2cb682203b67a18436c6e1305595ba6fa979')
+
+build() {
+  cd "${srcdir}"/nbsphinx-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/nbsphinx-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list