py-watchdog: add missing TDEP, add comment warning about

spyder3 tight version spec
This commit is contained in:
sthen 2023-11-21 11:34:30 +00:00
parent abb389c438
commit 05c98b0ecf
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
COMMENT = filesystem event monitoring
# XXX restrictive version spec in spyder3
MODPY_EGG_VERSION = 1.0.2
DISTNAME = watchdog-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@ -19,6 +20,7 @@ MODPY_PYBUILD = setuptools
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR} \
devel/py-argh${MODPY_FLAVOR} \
devel/py-flaky${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}
.include <bsd.port.mk>