pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-netaddr py-netaddr: remove python 3.6 support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51549501179d
branches:  trunk
changeset: 371838:51549501179d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 14 21:51:09 2022 +0000

description:
py-netaddr: remove python 3.6 support

diffstat:

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

diffs (18 lines):

diff -r 3edf8479e82f -r 51549501179d net/py-netaddr/Makefile
--- a/net/py-netaddr/Makefile   Fri Jan 14 19:55:17 2022 +0000
+++ b/net/py-netaddr/Makefile   Fri Jan 14 21:51:09 2022 +0000
@@ -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 @@
 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