python-pygeoip

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