python-coolname

MEDIUM
maintainer bulletmark 3 votes scanned 2026-09-06 17:12:21.241024
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# Contributor: Ivan Batrakov <blackfan321 at disroot dot org>
2# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3# Contributor: Aetf <aetf at unlimitedcodeworks dot xyz>
4
5pkgname=python-coolname
6pkgver=4.0.0
7pkgrel=1
8pkgdesc="Random Name and Slug Generator"
9arch=('any')
10url="https://github.com/alexanderlukanin13/coolname"
11license=('BSD')
12depends=('python')
13makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
14checkdepends=('python-six' 'python-pytest')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/alexanderlukanin13/coolname/archive/refs/tags/$pkgver.tar.gz")
16sha256sums=('bac4dbd53d05c4e8097e8e771e97b84e7269375b63729013c74607cfc2d0516e')
17
18build() {
19 cd "coolname-$pkgver"
20 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
21 python -m build --wheel --no-isolation --skip-dependency-check
22}
23
24check() {
25 cd "coolname-$pkgver"
26 python -m venv --system-site-packages test-env
27 test-env/bin/python -m installer dist/*.whl
28 test-env/bin/python -m pytest
29}
30
31package() {
32 cd "coolname-$pkgver"
33 python -m installer --destdir="$pkgdir" dist/*.whl
34 install -D LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 17:12:21 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