Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6136F7A271 for ; Wed, 19 Oct 2016 14:28:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E0E885E94; Wed, 19 Oct 2016 14:28:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9384985E8E for ; Wed, 19 Oct 2016 14:28:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CjxXA1axuHZt for ; Wed, 19 Oct 2016 14:28:46 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02A5F84D04 for ; Wed, 19 Oct 2016 14:28:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECBF7FBD2; Wed, 19 Oct 2016 14:28:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476887325121920" MIME-Version: 1.0 Date: Wed, 19 Oct 2016 14:28:45 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/net/py-GeoIP To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20161019142845.ECBF7FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476887325121920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1476887325121920 Content-Disposition: inline Content-Length: 745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1476887325121920--