pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-psutil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  1 09:15:03 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/py-psutil/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-psutil/Makefile
diff -u pkgsrc/sysutils/py-psutil/Makefile:1.42 pkgsrc/sysutils/py-psutil/Makefile:1.43
--- pkgsrc/sysutils/py-psutil/Makefile:1.42     Mon Mar 28 21:50:42 2022
+++ pkgsrc/sysutils/py-psutil/Makefile  Sun May  1 09:15:03 2022
@@ -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 @@ HOMEPAGE=    https://github.com/giampaolo/p
 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