[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 17 16:29:06 UTC 2022


    Date: Sunday, April 17, 2022 @ 16:29:04
  Author: arojas
Revision: 1186899

Revert PEP517 to fix missing styles (FS#74463)

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-17 15:49:48 UTC (rev 1186898)
+++ PKGBUILD	2022-04-17 16:29:04 UTC (rev 1186899)
@@ -3,7 +3,7 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert"
@@ -22,7 +22,7 @@
   'python-pygments'
   'python-traitlets'
 )
-makedepends=('python-pyppeteer' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('python-pyppeteer')
 checkdepends=('python-pytest' 'python-ipywidgets')
 optdepends=('pandoc: non-html conversion output'
             'python-pyppeteer: for webPDF conversion support')
@@ -36,7 +36,7 @@
 
 build() {
   cd nbconvert-$pkgver
-  python -m build --wheel --no-isolation
+  python setup.py build
 }
 
 check() {
@@ -51,7 +51,7 @@
 
 package() {
   cd nbconvert-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir"
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



More information about the arch-commits mailing list