pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-maxminddb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 11:09:33 UTC 2022

Modified Files:
        pkgsrc/geography/py-maxminddb: Makefile

Log Message:
py-maxminddb: python 3.x only


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-maxminddb/Makefile

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

Modified files:

Index: pkgsrc/geography/py-maxminddb/Makefile
diff -u pkgsrc/geography/py-maxminddb/Makefile:1.1 pkgsrc/geography/py-maxminddb/Makefile:1.2
--- pkgsrc/geography/py-maxminddb/Makefile:1.1  Wed Aug 24 11:07:22 2022
+++ pkgsrc/geography/py-maxminddb/Makefile      Wed Aug 24 11:09:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 11:07:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/24 11:09:33 wiz Exp $
 
 DISTNAME=      maxminddb-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../geography/libmaxminddb/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index