pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-psutil py-psutil: mark as not for python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a1412a63f13
branches:  trunk
changeset: 378262:4a1412a63f13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 01 09:15:03 2022 +0000

description:
py-psutil: mark as not for python 2.x

diffstat:

 sysutils/py-psutil/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 86669f088f25 -r 4a1412a63f13 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Sun May 01 09:13:41 2022 +0000
+++ b/sysutils/py-psutil/Makefile       Sun May 01 09:15:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/03/28 21:50:42 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/05/01 09:15:03 wiz Exp $
 
 DISTNAME=      psutil-5.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,13 +11,7 @@
 COMMENT=       Cross-platform process and system utilities module for Python
 LICENSE=       modified-bsd
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-TEST_DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-TEST_DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index