python-pygeoip
LOW
maintainer etbusch
0 votes
scanned 2026-09-01 17:48:51.913915
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: Eric Busch <me@etbus.ch>
2
_name=pygeoip
3
pkgname=python-pygeoip
4
pkgver=0.3.2
5
pkgrel=1
6
pkgdesc="Pure Python API for the MaxMind GeoIP databases"
7
arch=('any')
8
url="https://github.com/appliedsec/pygeoip"
9
license=('LGPL-3.0-or-later')
10
depends=('python')
11
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12
source=("https://files.pythonhosted.org/packages/ed/65/bb86312b064a6e79c82965202f239850008dbcc9bb24bd0d0bfc7b7bea0b/$_name-$pkgver.tar.gz")
13
sha256sums=('f22c4e00ddf1213e0fae36dc60b46ee7c25a6339941ec1a975539014c1f9a96d')
14
15
build() {
16
cd "$_name-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
cd "$_name-$pkgver"
22
python -m installer --destdir="$pkgdir" dist/*.whl
23
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 17:48:51 | Low | 1 |