python-fancycompleter
MEDIUM
maintainer IngoMeyer
8 votes
scanned 2026-08-20 01:42:48.230657
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: Daniel Hahler <archlinux+aur@thequod.de>
2
# Based on https://aur.archlinux.org/packages/python2-fancycompleter
3
pkgname=python-fancycompleter
4
_realname=fancycompleter
5
pkgver=0.9.1
6
pkgrel=1
7
pkgdesc="Colorful TAB completion for Python prompt"
8
arch=("any")
9
url="https://github.com/pdbpp/fancycompleter"
10
license=('BSD')
11
depends=('python')
12
# pyrepl is optional, and non-git version buggy on py3.
13
optdepends=('python-pyrepl-git')
14
install="$pkgname.install"
15
source=("https://pypi.python.org/packages/source/f/$_realname/$_realname-$pkgver.tar.gz")
16
md5sums=('43a27912077813bd268809246b23fdc6')
17
18
package() {
19
cd "$srcdir/$_realname-$pkgver"
20
python setup.py install --root="$pkgdir/" --optimize=1
21
}
22
23
# vim:set ts=2 sw=2 et:
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |