python-jpholiday

LOW
maintainer liqoxowz 0 votes scanned 2026-08-22 01:15:41.536472
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: liqoxowz <hoswt4s3321399@gmail.com>
2
3pkgname=python-jpholiday
4pkgver=1.0.3
5pkgrel=1
6pkgdesc="日本の祝日を取得するライブラリ"
7arch=('any')
8url="https://github.com/Lalcs/jpholiday"
9license=('MIT')
10depends=('python')
11makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-poetry-dynamic-versioning')
12
13source=("https://files.pythonhosted.org/packages/source/j/jpholiday/jpholiday-${pkgver}.tar.gz")
14sha256sums=('d5a56592fd6a7ceb76d49e1c5f1af806223e0d5d6b9e3bc5477860e6605f4cab')
15
16build() {
17 cd "jpholiday-${pkgver}"
18 python -m build --wheel --no-isolation
19}
20
21package() {
22 cd "jpholiday-${pkgver}"
23 python -m installer --destdir="$pkgdir" dist/*.whl
24
25 install -Dm644 LICENSE \
26 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 01:15:41 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