jupyter-server-mathjax

LOW
maintainer orphaned 0 votes scanned 2026-09-12 11:11:46.143552
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Antonio Rojas <arojas@archlinux.org>
2
3pkgname=jupyter-server-mathjax
4pkgver=0.2.6
5pkgrel=5
6pkgdesc='MathJax resources as a Jupyter Server Extension'
7arch=(any)
8url='https://jupyter.org/'
9license=(BSD)
10depends=(jupyter-server mathjax2)
11makedepends=(python-build python-installer python-jupyter_packaging python-setuptools)
12source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
13sha256sums=('bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943')
14
15build() {
16 cd ${pkgname//-/_}-$pkgver
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd ${pkgname//-/_}-$pkgver
22 python -m installer --destdir="$pkgdir" dist/*.whl
23 mv "$pkgdir"{/usr,}/etc
24
25# Unbundle mathjax
26 _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
27 rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
28 ln -s /usr/share/mathjax2 "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
29
30 install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 11:11:46 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion