pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-GeoIP



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Oct 19 14:28:45 UTC 2016

Modified Files:
        pkgsrc/net/py-GeoIP: Makefile

Log Message:
net/py-GeoIP now Python3 compatible.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/py-GeoIP/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-GeoIP/Makefile
diff -u pkgsrc/net/py-GeoIP/Makefile:1.18 pkgsrc/net/py-GeoIP/Makefile:1.19
--- pkgsrc/net/py-GeoIP/Makefile:1.18   Wed Oct 19 13:31:17 2016
+++ pkgsrc/net/py-GeoIP/Makefile        Wed Oct 19 14:28:45 2016
@@ -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"



Home | Main Index | Thread Index | Old Index