python-red-black-tree-mod

MEDIUM
maintainer RubenKelevra 1 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
4pkgname="python-${_pkgname}"
5pkgver=1.22
6pkgrel=1
7pkgdesc="Flexible python implementation of red black trees"
8arch=("any")
9url="http://stromberg.dnsalias.org/~strombrg/${_pkgname}"
10license=('MIT')
11depends=("python")
12makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
13source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
14sha256sums=('38e3652903a2bf96379c27c2082ca0b7b905158662dd7ef0c97f4fd93a9aa908')
15
16build() {
17 cd "${_pkgname}-${pkgver}"
18 python -m build --wheel --no-isolation
19}
20
21package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion