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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 06:57:22 UTC 2022


    Date: Monday, May 16, 2022 @ 06:57:21
  Author: arojas
Revision: 1207516

archrelease: copy trunk to community-any

Added:
  python-jupyter-sphinx/repos/community-any/PKGBUILD
    (from rev 1207515, python-jupyter-sphinx/trunk/PKGBUILD)
Deleted:
  python-jupyter-sphinx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 06:57:09 UTC (rev 1207515)
+++ PKGBUILD	2022-05-16 06:57:21 UTC (rev 1207516)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=jupyter-sphinx
-pkgname=python-$_pipname
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Jupyter Sphinx Extensions'
-arch=(any)
-url='https://github.com/jupyter/jupyter-sphinx/'
-license=(BSD)
-depends=(python-sphinx python-ipywidgets)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest jupyter-nbformat)
-#source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) - doesn't include tests
-source=(https://github.com/jupyter/jupyter-sphinx/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3b8dfc9364ec4f88b779411736adfd649989b432d6ba2b3761e85771d03c68eb')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  PYTHONPATH="$PWD"/build/lib \
-  pytest -v
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-jupyter-sphinx/repos/community-any/PKGBUILD (from rev 1207515, python-jupyter-sphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 06:57:21 UTC (rev 1207516)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=jupyter-sphinx
+pkgname=python-$_pipname
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Jupyter Sphinx Extensions'
+arch=(any)
+url='https://github.com/jupyter/jupyter-sphinx/'
+license=(BSD)
+depends=(python-sphinx python-ipywidgets jupyter-nbconvert)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+#source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) - doesn't include tests
+source=(https://github.com/jupyter/jupyter-sphinx/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3b8dfc9364ec4f88b779411736adfd649989b432d6ba2b3761e85771d03c68eb')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  PYTHONPATH="$PWD"/build/lib \
+  pytest -v
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list