summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-10-19 14:28:45 +0000
committerfhajny <fhajny@pkgsrc.org>2016-10-19 14:28:45 +0000
commit390847153282a79c883ddbb658b87d9810d8b13f (patch)
treee622c61f665f4309395349a8082871e7e11dc694 /net
parent9ba888305e65caa9d7293f52db9aed504a5203c1 (diff)
downloadpkgsrc-390847153282a79c883ddbb658b87d9810d8b13f.tar.gz
net/py-GeoIP now Python3 compatible.
Diffstat (limited to 'net')
-rw-r--r--net/py-GeoIP/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index 222a8fb7c86..99dfb1fa256 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/10/19 13:31:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/19 14:28:45 fhajny Exp $
DISTNAME= geoip-api-python-1.3.2
PKGNAME= ${PYPKGPREFIX}-GeoIP-${DISTNAME:S/geoip-api-python-//}
@@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2.1
GITHUB_PROJECT= geoip-api-python
GITHUB_TAG= v${PKGVERSION_NOREV}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.7
-
EGG_NAME= GeoIP-${PKGVERSION_NOREV}
.include "../../lang/python/egg.mk"