python-sphinx_tippy

LOW
maintainer Harryhaha 0 votes scanned 2026-08-25 07:25:49.757666
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: Harryhaha <harry_haha@foxmail.com>
2
3pkgname=python-sphinx_tippy
4_name=${pkgname#python-}
5pkgver=0.4.3
6pkgrel=2
7pkgdesc='Get rich tool tips in your sphinx documentation!'
8url='https://github.com/sphinx-extensions2/sphinx-tippy'
9license=('MIT')
10arch=('any')
11provides=("${pkgname}")
12conflicts=("${pkgname}" "${pkgname}-git")
13depends=('python-sphinx')
14makedepends=('python-build' 'python-installer' 'python-wheel' 'python-flit-core')
15
16source=('version.patch'
17 "https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz")
18
19sha256sums=('8e8d43608c7e8939d11310028d3a2c2e32708d17647c9ec535e40985f081c39a'
20 '255abee0aed8085fdb9ab0cc595cd7a45748ae7f4662156e500a17a3f73ad63d')
21
22prepare() {
23 cd $_name-$pkgver
24 patch < ../version.patch
25}
26
27build() {
28 cd $_name-$pkgver
29 python -m build --wheel --no-isolation
30}
31
32package() {
33 cd $_name-$pkgver
34 python -m installer --destdir="$pkgdir" dist/*.whl
35 install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 07:25:49 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