summaryrefslogtreecommitdiff
path: root/net/py-GeoIP/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-31 09:08:55 +0000
committerobache <obache@pkgsrc.org>2011-10-31 09:08:55 +0000
commit41dcff335acb9fb406cefeb20d045b0e5d532475 (patch)
treef8ea34daec48257108b85da603da9b98f2394aeb /net/py-GeoIP/Makefile
parent9733d2a9df8893c75d4340508825074ce9cb7395 (diff)
downloadpkgsrc-41dcff335acb9fb406cefeb20d045b0e5d532475.tar.gz
Update py-GeoIP to 1.2.7.
while here, let to register egg-info. 1.2.7 2011-08-23 * Add example test_netspeedcell.py ( Boris Zentner ) 1.2.6 2011-06-06 * Add new methods record_by_name_v6 and record_by_addr_v6 to support GeoIPCityv6 databases. ( Boris Zentner ) 1.2.5 2011-05-10 * Remove Confidence and Accuracy Database it is unsued anyway. ( Boris Zentner ) * Add new methods enable_teredo, teredo, time_zone_by_country_and_region and lib_version ( Boris Zentner ) * Add support for Confidence and Accuracy Database. * Add support for Netspeed Database. via: id_by_addr id_by_name * Add IPv6 glue *** needs libGeoIP 1.4.7 *** country_code_by_name_v6 country_name_by_name_v6 country_code_by_addr_v6 country_name_by_addr_v6 ( Boris Zentner )
Diffstat (limited to 'net/py-GeoIP/Makefile')
-rw-r--r--net/py-GeoIP/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index 7cb8e9e7df6..d2584729e4d 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/01/22 13:45:57 obache Exp $
+# $NetBSD: Makefile,v 1.11 2011/10/31 09:08:55 obache Exp $
#
-DISTNAME= GeoIP-Python-1.2.4
+DISTNAME= GeoIP-Python-1.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
CATEGORIES= net python
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
@@ -13,8 +13,8 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
+EGG_NAME= ${DISTNAME:S/-/_/}
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"