python-gtime

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=python-gtime
5_pkgname=gtime
6pkgver=0.8.4
7pkgrel=1
8pkgdesc="Global time zone lookup, comparison, and management with fuzzy search"
9arch=('any')
10url="https://github.com/savitojs/gtime"
11license=('MIT')
12depends=('python' 'python-pytz' 'python-tzlocal' 'python-fuzzywuzzy' 'python-tabulate')
13makedepends=('python-build' 'python-installer' 'python-wheel')
14_tag="v0.8.4"
15_srcdir="gtime-0.8.4"
16source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/savitojs/gtime/tar.gz/refs/tags/$_tag")
17sha256sums=('1ac56f7195c9a0de6a40a086427c1330325b6dec65265c73cbef1bbfb6b65da6')
18
19build() {
20 cd "$_srcdir"
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "$_srcdir"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 if [ -f LICENSE ]; then
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
29 fi
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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