python-comfyui-workflow-templates-media-assets-02
LOW
maintainer lalala_233
0 votes
scanned 2026-09-26 07:14:17.811062
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: lalala <lalala_233@qq.com>
2
pkgname=python-comfyui-workflow-templates-media-assets-02
3
_name=${pkgname#python-}
4
pkgver=0.1.3
5
pkgrel=1
6
pkgdesc="Media assets bundle 02 for ComfyUI workflow templates"
7
arch=('any')
8
url="https://github.com/Comfy-Org/workflow_templates/"
9
license=('MIT')
10
depends=('python')
11
makedepends=(python-build python-installer python-wheel python-setuptools)
12
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name//-/_}-${pkgver}.tar.gz")
13
sha512sums=('a1a4fa3f662dcf5dfc8f2d8608e27729811d970937826d10d01344703a978e532c3341ffd03fe19efee65f628a1f3ecc17078871d27c019cfbb25db85203b012')
14
15
build() {
16
cd ${_name//-/_}-${pkgver}
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
cd ${_name//-/_}-${pkgver}
22
python -m installer --destdir="$pkgdir" dist/*.whl
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 07:14:17 | Low | 1 |