pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-GeoIP Add geography to CATEGORIES.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bcc6ad02dad
branches: trunk
changeset: 629647:1bcc6ad02dad
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 25 09:08:32 2014 +0000
description:
Add geography to CATEGORIES.
Mark as not ready for python-3.x.
diffstat:
net/py-GeoIP/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 5c0fd47726de -r 1bcc6ad02dad net/py-GeoIP/Makefile
--- a/net/py-GeoIP/Makefile Sat Jan 25 09:06:42 2014 +0000
+++ b/net/py-GeoIP/Makefile Sat Jan 25 09:08:32 2014 +0000
@@ -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@localhost
@@ -13,6 +12,8 @@
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"
Home |
Main Index |
Thread Index |
Old Index