diff options
author | prspkt <prspkt@protonmail.com> | 2019-08-11 00:21:35 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-08-11 00:26:34 +0300 |
commit | ea65cfc0033b0b234439012b09ad1b2e6513c443 (patch) | |
tree | 0e3276c7ebab376029944a21f5e393c3f292a38f /community | |
parent | c6200f845d190f97f50cf6e428c4da43f427d942 (diff) | |
download | aports-ea65cfc0033b0b234439012b09ad1b2e6513c443.tar.bz2 aports-ea65cfc0033b0b234439012b09ad1b2e6513c443.tar.xz |
community/py-geoip: deprecated, remove
* https://github.com/appliedsec/pygeoip
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/py-geoip/APKBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/community/py-geoip/APKBUILD b/community/py-geoip/APKBUILD deleted file mode 100644 index cfabcb226e..0000000000 --- a/community/py-geoip/APKBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-geoip -_pkgname=pygeoip -pkgver=0.3.2 -pkgrel=2 -pkgdesc="A Pure Python GeoIP API" -url="https://github.com/appliedsec/pygeoip" -arch="noarch" -license="LGPL-3.0-or-later" -makedepends="python2-dev python3-dev py-setuptools" -subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 -} - -package() { - mkdir -p "$pkgdir" -} - -_py2() { - replaces="$pkgname" - _py python2 -} - -_py3() { - _py python3 -} - -_py() { - local python="$1" - pkgdesc="$pkgdesc (for $python)" - depends="$depends $python" - install_if="$pkgname=$pkgver-r$pkgrel $python" - - cd "$builddir" - $python setup.py install --prefix=/usr --root="$subpkgdir" -} - -md5sums="861664f8be3bed44820356539f2ea5b6 pygeoip-0.3.2.tar.gz" -sha256sums="f22c4e00ddf1213e0fae36dc60b46ee7c25a6339941ec1a975539014c1f9a96d pygeoip-0.3.2.tar.gz" -sha512sums="7d7a6d04b7b00c068ae4b78176bbe5467a54e4c688034c3024013c1c42a2a23264d04ba2d0c9bf023e31601dff1b392d64c41c2f0d835758c1b65da91710122e pygeoip-0.3.2.tar.gz" |