python-ctkcolorpicker
LOW
maintainer emaspa
0 votes
scanned 2026-08-23 11:20:29.798052
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>
2
pkgname=python-ctkcolorpicker
3
_pkgname=CTkColorPicker
4
pkgver=0.9.0
5
pkgrel=1
6
pkgdesc="Modern color picker widget for CustomTkinter"
7
arch=('any')
8
url="https://github.com/Akascape/CTkColorPicker"
9
license=('CC0-1.0')
10
depends=('python-customtkinter' 'python-pillow')
11
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
13
sha256sums=('5f65e35d0cf9d0c9fee7e24f3f460e256641f0e335ab00c17425bb0d16060b0c')
14
15
build() {
16
cd "$_pkgname-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
cd "$_pkgname-$pkgver"
22
python -m installer --destdir="$pkgdir" dist/*.whl
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |