python2-nulltype
maintainer orphaned
· 0 votes
· base
python-nulltype
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted source; the orphaned/re-adopted status is a metadata concern, not a security risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): Package builds from a source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted source; the orphaned/re-adopted status is a metadata concern, not a security risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
2
# from: pypi
3
# what: nulltype
4
5
_name=nulltype
6
pkgname=( python-$_name python2-$_name )
7
pkgbase=python-$_name
8
9
pkgver=2.3.1
10
pkgrel=5
11
pkgdesc='Null values and sentinels like (but not) None, False & True'
12
13
arch=(any)
14
url=https://web.archive.org/web/*/https://bitbucket.org/jeunice/nulltype
15
license=(Apache)
16
depends=()
17
18
19
makedepends=(python-setuptools python2-setuptools)
20
source=("$pkgbase-$pkgver.zip::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip")
21
sha256sums=('64aa3cb2ab5e904d1b37175b9b922bea268c13f9ce32e3d373313150ab5ef272')
22
23
prepare() {
24
# copy folder, so we can cleanly build for both python versions
25
cp -rup $_name-$pkgver $_name-$pkgver-py2
26
}
27
build() {
28
cd "$srcdir/$_name-$pkgver"
29
python setup.py build
30
cd "$srcdir/$_name-$pkgver-py2"
31
python2 setup.py build
32
}
33
package_python-nulltype()
34
{
35
depends=( python )
36
cd "$srcdir/$_name-$pkgver"
37
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
38
}
39
package_python2-nulltype()
40
{
41
depends=( python2 )
42
cd "$srcdir/$_name-$pkgver-py2"
43
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 01:12:32 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |