python-fcetool-git

LOW
maintainer taotieren 0 votes scanned 2026-09-08 11:17:13.613315
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: taotieren <admin@taotieren.com>
2
3pkgbase=python-fcetool-git
4pkgname=python-fcetool-git
5_name=${pkgname%-git}
6_name=${_name#python-}
7pkgver=1.0.6.r0.gff7d9d6
8pkgrel=1
9pkgdesc="Extract specific files from remote ROM.ZIP archives without downloading the complete ROM"
10arch=(any)
11url="https://github.com/fcetool/fcetool"
12license=('MIT')
13groups=()
14provides=(${_name} ${pkgname%-git})
15conflicts=(${_name} ${pkgname%-git})
16replaces=()
17_pydeps=(
18 aiohttp
19 pyzstd
20)
21depends=(
22 python
23 "${_pydeps[@]/#/python-}"
24)
25makedepends=(
26 git
27 python-build
28 python-installer
29 python-wheel
30 python-setuptools
31)
32checkdepends=()
33optdepends=()
34source=("${_name}::git+${url}.git")
35sha256sums=('SKIP')
36options=()
37
38pkgver() {
39 cd "${srcdir}/${_name}"
40 (
41 set -o pipefail
42 git describe --long --tag --abbrev=7 2>/dev/null | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g' ||
43 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
44 )
45}
46
47prepare() {
48 git -C "${srcdir}/${_name}" clean -dfx
49}
50
51build() {
52 cd "${srcdir}/${_name}"
53 python -m build --wheel --no-isolation
54}
55
56package() {
57 cd "${srcdir}/${_name}"
58 python -m installer --destdir="${pkgdir}" dist/*.whl
59 install -vDm644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
60 install -vDm644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}/"
61}
62

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 11:17:13 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