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