python-coolname
MEDIUM
maintainer bulletmark
3 votes
scanned 2026-09-06 17:12:21.241024
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
5
pkgname=python-coolname
6
pkgver=4.0.0
7
pkgrel=1
8
pkgdesc="Random Name and Slug Generator"
9
arch=('any')
10
url="https://github.com/alexanderlukanin13/coolname"
11
license=('BSD')
12
depends=('python')
13
makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
14
checkdepends=('python-six' 'python-pytest')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/alexanderlukanin13/coolname/archive/refs/tags/$pkgver.tar.gz")
16
sha256sums=('bac4dbd53d05c4e8097e8e771e97b84e7269375b63729013c74607cfc2d0516e')
17
18
build() {
19
cd "coolname-$pkgver"
20
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
21
python -m build --wheel --no-isolation --skip-dependency-check
22
}
23
24
check() {
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
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 17:12:21 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |