python-sourcemap
LOW
maintainer etbusch
0 votes
scanned 2026-08-24 03:21:59.346116
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: Eric Busch <me@etbus.ch>
2
_name=sourcemap
3
pkgname=python-sourcemap
4
pkgver=0.2.1
5
pkgrel=1
6
pkgdesc="Parse JavaScript source maps"
7
arch=('any')
8
url="https://github.com/mattrobenolt/python-sourcemap"
9
license=('BSD-2-Clause')
10
depends=('python')
11
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12
source=("https://files.pythonhosted.org/packages/63/12/0dba762927b6a763fbb33f8a96f5080b0745c7493360c9ead6449c9a9d70/$_name-$pkgver.tar.gz")
13
sha256sums=('be00a90185e7a16b87bbe62a68ffd5e38bc438ef4700806d9b90e44d8027787c')
14
15
build() {
16
cd "$_name-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
cd "$_name-$pkgver"
22
python -m installer --destdir="$pkgdir" dist/*.whl
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 03:21:59 | Low | 1 |