python-ctkcolorpicker

LOW
maintainer emaspa 0 votes scanned 2026-08-23 11:20:29.798052
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Emanuele Sparvoli <sparvoli@gmail.com>
2pkgname=python-ctkcolorpicker
3_pkgname=CTkColorPicker
4pkgver=0.9.0
5pkgrel=1
6pkgdesc="Modern color picker widget for CustomTkinter"
7arch=('any')
8url="https://github.com/Akascape/CTkColorPicker"
9license=('CC0-1.0')
10depends=('python-customtkinter' 'python-pillow')
11makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
13sha256sums=('5f65e35d0cf9d0c9fee7e24f3f460e256641f0e335ab00c17425bb0d16060b0c')
14
15build() {
16 cd "$_pkgname-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$_pkgname-$pkgver"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 11:20:29 Low 1

Report a package

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

0 / 4000
Your suggestion