Date: Wednesday, October 19, 2022 @ 19:23:31
Author: arojas
Revision: 1332898
archrelease: copy trunk to community-any
Added:
jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 1332897, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
jupyter-nbconvert/repos/community-any/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-19 19:23:18 UTC (rev 1332897)
+++ PKGBUILD 2022-10-19 19:23:31 UTC (rev 1332898)
@@ -1,54 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=7.2.1
-pkgrel=1
-pkgdesc="Jupyter Notebook Conversion"
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert"
-license=('BSD')
-depends=(
- 'jupyter-nbformat'
- 'jupyter-nbclient'
- 'jupyterlab_pygments'
- 'python-beautifulsoup4'
- 'python-bleach'
- 'python-defusedxml'
- 'python-entrypoints'
- 'python-jinja'
- 'python-pandocfilters'
- 'python-mistune>=2'
- 'python-pygments'
- 'python-traitlets'
- 'python-tinycss2'
- 'python-lxml'
-)
-makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-pyppeteer')
-checkdepends=('python-pytest' 'python-ipywidgets')
-optdepends=('pandoc: non-html conversion output'
- 'python-pyppeteer: for webPDF conversion support')
-source=("https://github.com/jupyter/nbconvert/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9ad7725360f0cdac1d579ff2e7e9ba265509a67f277ef8067481df26ca349875')
-
-build() {
- cd nbconvert-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd nbconvert-$pkgver
- export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
- # disable tests that download chromium and (probably) require a graphical
session
- pytest -v -k 'TestWebPDFExporter and not (test_export or
test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
- pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W
ignore::DeprecationWarning
- # run all remaining tests
- pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W
ignore::DeprecationWarning
-}
-
-package() {
- cd nbconvert-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 1332897,
jupyter-nbconvert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-19 19:23:31 UTC (rev 1332898)
@@ -0,0 +1,54 @@
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=7.2.2
+pkgrel=1
+pkgdesc="Jupyter Notebook Conversion"
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert"
+license=('BSD')
+depends=(
+ 'jupyter-nbformat'
+ 'jupyter-nbclient'
+ 'jupyterlab_pygments'
+ 'python-beautifulsoup4'
+ 'python-bleach'
+ 'python-defusedxml'
+ 'python-entrypoints'
+ 'python-jinja'
+ 'python-pandocfilters'
+ 'python-mistune>=2'
+ 'python-pygments'
+ 'python-traitlets'
+ 'python-tinycss2'
+ 'python-lxml'
+)
+makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-pyppeteer')
+checkdepends=('python-pytest' 'python-ipywidgets')
+optdepends=('pandoc: non-html conversion output'
+ 'python-pyppeteer: for webPDF conversion support')
+source=("https://github.com/jupyter/nbconvert/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2ee3514d31eed16e04e8f18cfa6e74d37f011b803c23fbb7fef5e87dd202ef54')
+
+build() {
+ cd nbconvert-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd nbconvert-$pkgver
+ export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
+ # disable tests that download chromium and (probably) require a graphical
session
+ pytest -v -k 'TestWebPDFExporter and not (test_export or
test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
+ pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W
ignore::DeprecationWarning
+ # run all remaining tests
+ pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W
ignore::DeprecationWarning
+}
+
+package() {
+ cd nbconvert-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}