python-fancycompleter

MEDIUM
maintainer IngoMeyer 8 votes scanned 2026-08-20 01:42:48.230657
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: Daniel Hahler <archlinux+aur@thequod.de>
2# Based on https://aur.archlinux.org/packages/python2-fancycompleter
3pkgname=python-fancycompleter
4_realname=fancycompleter
5pkgver=0.9.1
6pkgrel=1
7pkgdesc="Colorful TAB completion for Python prompt"
8arch=("any")
9url="https://github.com/pdbpp/fancycompleter"
10license=('BSD')
11depends=('python')
12# pyrepl is optional, and non-git version buggy on py3.
13optdepends=('python-pyrepl-git')
14install="$pkgname.install"
15source=("https://pypi.python.org/packages/source/f/$_realname/$_realname-$pkgver.tar.gz")
16md5sums=('43a27912077813bd268809246b23fdc6')
17
18package() {
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)SeverityRules
2026-08-20 01:42:48 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