pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-supervisor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 13:04:57 UTC 2023

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

Log Message:
py-supervisor: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/py-supervisor/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-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.14 pkgsrc/sysutils/py-supervisor/Makefile:1.15
--- pkgsrc/sysutils/py-supervisor/Makefile:1.14 Wed Mar 29 09:34:13 2023
+++ pkgsrc/sysutils/py-supervisor/Makefile      Mon Jul  3 13:04:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/03/29 09:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/03 13:04:57 wiz Exp $
 
 DISTNAME=      supervisor-4.2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,7 @@ LICENSE=     original-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} == 207
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 REPLACE_PYTHON+=       supervisor/scripts/*.py
 



Home | Main Index | Thread Index | Old Index