[arch-commits] Commit in python-geoip/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Thu Sep 2 16:32:30 UTC 2010


    Date: Thursday, September 2, 2010 @ 12:32:29
  Author: remy
Revision: 89623

upgpkg: python-geoip 1.2.4-2
Rebuild for python2

Modified:
  python-geoip/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-02 16:29:00 UTC (rev 89622)
+++ PKGBUILD	2010-09-02 16:32:29 UTC (rev 89623)
@@ -3,18 +3,18 @@
 
 pkgname=python-geoip
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library."
 arch=(i686 x86_64)
 url="http://www.maxmind.com/app/python"
 license=('LGPL')
-depends=('python>=2.5' 'geoip')
+depends=('python2' 'geoip')
 source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz)
 replaces=('geoip-python')
 provides=('geoip-python')
 
 build() {
   cd ${startdir}/src/GeoIP-Python-${pkgver}
-  python setup.py build install --root=${startdir}/pkg
+  python2 setup.py build install --root=${startdir}/pkg
 }
 md5sums=('50f820d854476efaf3b7af733ffe4236')




More information about the arch-commits mailing list