summaryrefslogtreecommitdiff
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
commit5b80ea516c9966a4b52a80271c97243a32a3589b (patch)
treeec721173135c8a4bee3df2a1a73bd910fc02816c
parent27c118d0530859222871af4067d9fb9346634477 (diff)
downloadpkgsrc-5b80ea516c9966a4b52a80271c97243a32a3589b.tar.gz
Add geography to CATEGORIES.
Mark as not ready for python-3.x.
-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"