jupyter-server-mathjax
LOW
maintainer orphaned
0 votes
scanned 2026-09-12 11:11:46.143552
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
3
pkgname=jupyter-server-mathjax
4
pkgver=0.2.6
5
pkgrel=5
6
pkgdesc='MathJax resources as a Jupyter Server Extension'
7
arch=(any)
8
url='https://jupyter.org/'
9
license=(BSD)
10
depends=(jupyter-server mathjax2)
11
makedepends=(python-build python-installer python-jupyter_packaging python-setuptools)
12
source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
13
sha256sums=('bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943')
14
15
build() {
16
cd ${pkgname//-/_}-$pkgver
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 11:11:46 | Low | 1 |