pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-watch py-test-watch: remove python 2.x s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/10767cf25af5
branches: trunk
changeset: 388162:10767cf25af5
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 14 17:16:04 2022 +0000
description:
py-test-watch: remove python 2.x support
next py-watchdog release won't have it, no other pkgsrc package needs it
diffstat:
devel/py-test-watch/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r bcea0e039f70 -r 10767cf25af5 devel/py-test-watch/Makefile
--- a/devel/py-test-watch/Makefile Mon Nov 14 16:47:24 2022 +0000
+++ b/devel/py-test-watch/Makefile Mon Nov 14 17:16:04 2022 +0000
@@ -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 @@
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 @@
${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