pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-netaddr
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 14 21:51:09 UTC 2022
Modified Files:
pkgsrc/net/py-netaddr: Makefile
Log Message:
py-netaddr: remove python 3.6 support
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-netaddr/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-netaddr/Makefile
diff -u pkgsrc/net/py-netaddr/Makefile:1.9 pkgsrc/net/py-netaddr/Makefile:1.10
--- pkgsrc/net/py-netaddr/Makefile:1.9 Wed Jan 5 15:41:17 2022
+++ pkgsrc/net/py-netaddr/Makefile Fri Jan 14 21:51:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/05 15:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/14 21:51:09 wiz Exp $
DISTNAME= netaddr-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Python library for manipluating
LICENSE= modified-bsd
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 37
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
.endif
Home |
Main Index |
Thread Index |
Old Index