Date: Thursday, April 6, 2023 @ 17:00:10
  Author: felixonmars
Revision: 472799

archrelease: copy trunk to staging-x86_64

Added:
  python-geoip/repos/staging-x86_64/
  python-geoip/repos/staging-x86_64/PKGBUILD
    (from rev 472798, python-geoip/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: python-geoip/repos/staging-x86_64/PKGBUILD (from rev 472798, 
python-geoip/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2023-04-06 17:00:10 UTC (rev 472799)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+
+pkgname=python-geoip
+pkgver=1.3.2
+pkgrel=14
+pkgdesc="Python bindings for the GeoIP IP-to-country resolver library"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/GeoIP/";
+license=('LGPL')
+depends=('python' 'geoip')
+makedepends=('python' 'geoip')
+source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
+sha256sums=('a890da6a21574050692198f14b07aa4268a01371278dfc24f71cd9bc87ebf0e6')
+
+build() {
+  cd "GeoIP-$pkgver"
+  python setup.py build
+}
+
+package_python-geoip() {
+  cd "GeoIP-$pkgver"
+  python setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to