summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 09:08:32 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 09:08:32 +0000
commit85313e4e8b48390103ac865cbd3a284c86d32e85 (patch)
treeec721173135c8a4bee3df2a1a73bd910fc02816c /net
parentb32c6f7edd320f531a82ce91ab05f62569143f22 (diff)
downloadpkgsrc-85313e4e8b48390103ac865cbd3a284c86d32e85.tar.gz
Add geography to CATEGORIES.
Mark as not ready for python-3.x.
Diffstat (limited to 'net')
-rw-r--r--net/py-GeoIP/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index b253e9c8502..47765aceb6c 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:01 asau Exp $
-#
+# $NetBSD: Makefile,v 1.13 2014/01/25 09:08:32 wiz Exp $
DISTNAME= GeoIP-Python-1.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
-CATEGORIES= net python
+CATEGORIES= net python geography
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
MAINTAINER= bartosz.kuzma@gmail.com
@@ -13,6 +12,8 @@ LICENSE= gnu-lgpl-v2.1
EGG_NAME= ${DISTNAME:S/-/_/}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.7
+
.include "../../lang/python/distutils.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"