mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py-geoip: new aport
A Pure Python GeoIP API https://github.com/appliedsec/pygeoip
This commit is contained in:
parent
3cba264300
commit
fa4763b7bb
41
testing/py-geoip/APKBUILD
Normal file
41
testing/py-geoip/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-geoip
|
||||
_pkgname=pygeoip
|
||||
pkgver=0.2.7
|
||||
pkgrel=0
|
||||
pkgdesc="A Pure Python GeoIP API"
|
||||
url="https://github.com/appliedsec/pygeoip"
|
||||
arch="noarch"
|
||||
license="LGPL3+"
|
||||
depends="python"
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="f7a689257ceacfb961f124e0b8cf9741 pygeoip-0.2.7.tar.gz"
|
||||
sha256sums="7c4e7b5913bf3adfc0240bde5183e37a921ded2b44bbf29531a761b83a7427fd pygeoip-0.2.7.tar.gz"
|
||||
sha512sums="7ade745efcb824d8a0f0267297db4d69a921f2ab7a5b5ee38e07ca7eac5238251df84915f619ac9ebd7c1ac36a127835d657060c57bf868516f22e3f68943200 pygeoip-0.2.7.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user