mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
devel/py-pytest-watcher: Update to 0.3.1
- Convert to USE_PYTHON=pep517 Changes: https://github.com/olzhasar/pytest-watcher/releases
This commit is contained in:
parent
ffd2def80b
commit
ae6ce8b76d
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= pytest-watcher
|
PORTNAME= pytest-watcher
|
||||||
PORTVERSION= 0.2.6
|
PORTVERSION= 0.3.1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,10 +11,11 @@ WWW= https://github.com/olzhasar/pytest-watcher
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=2.0.0:devel/py-watchdog@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.7+
|
USES= python:3.7+
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1674589890
|
TIMESTAMP = 1685995468
|
||||||
SHA256 (pytest-watcher-0.2.6.tar.gz) = 351dfb3477366030ff275bfbfc9f29bee35cd07f16a3355b38bf92766886bae4
|
SHA256 (pytest-watcher-0.3.1.tar.gz) = 89a7be67ce3849d497622d9353de8f7caeb3cc52b6ca47ebe862359cf35a8b22
|
||||||
SIZE (pytest-watcher-0.2.6.tar.gz) = 4443
|
SIZE (pytest-watcher-0.3.1.tar.gz) = 5910
|
||||||
|
|
Loading…
Add table
Reference in a new issue