diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-03-13 10:24:43 +0100 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-03-13 10:24:43 +0100 |
commit | 8c2f4cee4a6edcc3eed6ad6079556b246a8f602e (patch) | |
tree | 1177e5ca583c3d12c4c441bb30e4707003554729 | |
parent | graphics/drm-66-kmod: Update to drm_v6.6.25_2 (diff) |
devel/py-watchdog: Update to 6.0.0
- Update list of test dependencies
- Pet portclippy
Release changes: https://github.com/gorakhargosh/watchdog/releases/tag/v6.0.0
Reported by: portscout!
-rw-r--r-- | devel/py-watchdog/Makefile | 11 | ||||
-rw-r--r-- | devel/py-watchdog/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile index 316451fd39f5..a5e71894464a 100644 --- a/devel/py-watchdog/Makefile +++ b/devel/py-watchdog/Makefile @@ -1,5 +1,5 @@ PORTNAME= watchdog -DISTVERSION= 4.0.2 +DISTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,19 +21,20 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>=1.8.0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruff>=0.9.6_1:devel/py-ruff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-PyYAML>=6.0.12.12:devel/py-types-PyYAML@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest -# NotImplementedError: unsupported platform -# site-packages/trio/_core/_run.py:2843: NotImplementedError -PYTEST_IGNORED_TESTS= test_eventlet_monkey_patching # FileNotFoundError: [Errno 2] No such file or directory: /tmp/tmp* # src/watchdog/utils/dirsnapshot.py:318: FileNotFoundError PYTEST_BROKEN_TESTS= test_observers_polling -# tests: 144 passed, 11 skipped, 3 deselected +# NotImplementedError: unsupported platform +# site-packages/trio/_core/_run.py:2843: NotImplementedError +PYTEST_IGNORED_TESTS= test_eventlet_monkey_patching +# tests: 147 passed, 13 skipped, 2 deselected TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} diff --git a/devel/py-watchdog/distinfo b/devel/py-watchdog/distinfo index 55281d81b43e..8a1ec5771277 100644 --- a/devel/py-watchdog/distinfo +++ b/devel/py-watchdog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723362630 -SHA256 (watchdog-4.0.2.tar.gz) = b4dfbb6c49221be4535623ea4474a4d6ee0a9cef4a80b20c28db4d858b64e270 -SIZE (watchdog-4.0.2.tar.gz) = 126587 +TIMESTAMP = 1741857258 +SHA256 (watchdog-6.0.0.tar.gz) = 9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282 +SIZE (watchdog-6.0.0.tar.gz) = 131220 |