beets-ytimport
LOW
maintainer begbaj
0 votes
scanned 2026-09-23 13:40:34.773403
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: Began Bajrami <begbaj@proton.me>
2
pkgname=beets-ytimport
3
pkgdesc='A beets plugin to import music from Youtube and SoundCloud'
4
pkgver=1.13.0
5
pkgrel=1
6
url=https://github.com/mgoltzsche/beets-ytimport
7
arch=(any)
8
license=(Apache-2.0)
9
depends=(beets yt-dlp python-ytmusicapi python-requests python-confuse python-mediafile)
10
makedepends=(python-build python-installer python-setuptools)
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
b2sums=('ac751b7f9e7dadabb56fe377f0fb4f0ba19d5bdd3a657feb97a925940eb375439875c592a54961f21fe329b8fdb3ef5fe8000621733b548b015707f0f8ed4984')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 13:40:34 | Low | 1 |