diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 20:53:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 21:07:49 +0000 |
commit | ae6ce8b76da1cc0c69156c96c3a728295496ad7d (patch) | |
tree | 13313a58b130946a47718d90f0dc59c858d27c35 | |
parent | ffd2def80b554827887004eda01bd8bf866f42d9 (diff) |
devel/py-pytest-watcher: Update to 0.3.1
- Convert to USE_PYTHON=pep517
Changes: https://github.com/olzhasar/pytest-watcher/releases
-rw-r--r-- | devel/py-pytest-watcher/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pytest-watcher/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-pytest-watcher/Makefile b/devel/py-pytest-watcher/Makefile index f632e0875265..2b3e7d04aba8 100644 --- a/devel/py-pytest-watcher/Makefile +++ b/devel/py-pytest-watcher/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-watcher -PORTVERSION= 0.2.6 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,11 @@ WWW= https://github.com/olzhasar/pytest-watcher LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=2.0.0:devel/py-watchdog@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-watcher/distinfo b/devel/py-pytest-watcher/distinfo index 2106f486064f..2673fdc981d3 100644 --- a/devel/py-pytest-watcher/distinfo +++ b/devel/py-pytest-watcher/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589890 -SHA256 (pytest-watcher-0.2.6.tar.gz) = 351dfb3477366030ff275bfbfc9f29bee35cd07f16a3355b38bf92766886bae4 -SIZE (pytest-watcher-0.2.6.tar.gz) = 4443 +TIMESTAMP = 1685995468 +SHA256 (pytest-watcher-0.3.1.tar.gz) = 89a7be67ce3849d497622d9353de8f7caeb3cc52b6ca47ebe862359cf35a8b22 +SIZE (pytest-watcher-0.3.1.tar.gz) = 5910 |