python-red-black-tree-mod
MEDIUM
maintainer RubenKelevra
1 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
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: devome <evinedeng@hotmail.com>
2
3
_pkgname=red-black-tree-mod
4
pkgname="python-${_pkgname}"
5
pkgver=1.22
6
pkgrel=1
7
pkgdesc="Flexible python implementation of red black trees"
8
arch=("any")
9
url="http://stromberg.dnsalias.org/~strombrg/${_pkgname}"
10
license=('MIT')
11
depends=("python")
12
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
13
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
14
sha256sums=('38e3652903a2bf96379c27c2082ca0b7b905158662dd7ef0c97f4fd93a9aa908')
15
16
build() {
17
cd "${_pkgname}-${pkgver}"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
22
cd "${_pkgname}-${pkgver}"
23
python -m installer --destdir="${pkgdir}" dist/*.whl
24
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |