python-jpholiday
LOW
maintainer liqoxowz
0 votes
scanned 2026-08-22 01:15:41.536472
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
3
pkgname=python-jpholiday
4
pkgver=1.0.3
5
pkgrel=1
6
pkgdesc="日本の祝日を取得するライブラリ"
7
arch=('any')
8
url="https://github.com/Lalcs/jpholiday"
9
license=('MIT')
10
depends=('python')
11
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-poetry-dynamic-versioning')
12
13
source=("https://files.pythonhosted.org/packages/source/j/jpholiday/jpholiday-${pkgver}.tar.gz")
14
sha256sums=('d5a56592fd6a7ceb76d49e1c5f1af806223e0d5d6b9e3bc5477860e6605f4cab')
15
16
build() {
17
cd "jpholiday-${pkgver}"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-22 01:15:41 | Low | 1 |