pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-watch
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 17:16:04 UTC 2022
Modified Files:
pkgsrc/devel/py-test-watch: Makefile
Log Message:
py-test-watch: remove python 2.x support
next py-watchdog release won't have it, no other pkgsrc package needs it
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-watch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-watch/Makefile
diff -u pkgsrc/devel/py-test-watch/Makefile:1.4 pkgsrc/devel/py-test-watch/Makefile:1.5
--- pkgsrc/devel/py-test-watch/Makefile:1.4 Wed Jan 5 15:41:08 2022
+++ pkgsrc/devel/py-test-watch/Makefile Mon Nov 14 17:16:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/14 17:16:04 wiz Exp $
DISTNAME= pytest-watch-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,8 +14,9 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.3:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-docopt>=0.4.0:../../devel/py-docopt
DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.6.0:../../sysutils/py-watchdog
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONED_DEPENDENCIES= test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
@@ -27,5 +28,4 @@ post-install:
${MV} pytest-watch pytest-watch-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index