pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-GeoIP net/py-GeoIP now Python3 compatible.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c72a41d0c186
branches:  trunk
changeset: 354093:c72a41d0c186
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Oct 19 14:28:45 2016 +0000

description:
net/py-GeoIP now Python3 compatible.

diffstat:

 net/py-GeoIP/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 7306ddde8f1d -r c72a41d0c186 net/py-GeoIP/Makefile
--- a/net/py-GeoIP/Makefile     Wed Oct 19 14:09:55 2016 +0000
+++ b/net/py-GeoIP/Makefile     Wed Oct 19 14:28:45 2016 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index