Port details |
- py-pytest-watcher Continiously run pytest on changes in *.py files
- 0.2.6 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-03 02:28:05
- Last Update: 2023-01-30 13:00:01
- Commit Hash: 4aec468
- Also Listed In: python
- License: MIT
- Description:
- pytest-watcher is a tool to automatically rerun pytest when your code changes.
It looks for the following events:
- New *.py file created
- Existing *.py file modified
- Existing *.py file deleted
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-watcher>0:devel/py-pytest-watcher@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-watcher/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-watcher
- pkg install py39-pytest-watcher
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pytest-watcher listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytest-watcher
- Package flavors (<flavor>: <package>)
- py39: py39-pytest-watcher
- distinfo:
- TIMESTAMP = 1674589890
SHA256 (pytest-watcher-0.2.6.tar.gz) = 351dfb3477366030ff275bfbfc9f29bee35cd07f16a3355b38bf92766886bae4
SIZE (pytest-watcher-0.2.6.tar.gz) = 4443
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-watchdog>=2.0.0 : devel/py-watchdog@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-watcher
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.6 30 Jan 2023 13:00:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-watcher: Update to 0.2.6
Changes: https://github.com/olzhasar/pytest-watcher/releases |
0.2.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.2.5 30 Dec 2022 09:04:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-watcher: Update to 0.2.5
Changes: https://github.com/olzhasar/pytest-watcher/releases |
0.2.3 03 Oct 2022 02:10:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-watcher: Add py-pytest-watcher 0.2.3
pytest-watcher is a tool to automatically rerun pytest when your code changes.
It looks for the following events:
- New *.py file created
- Existing *.py file modified
- Existing *.py file deleted |
Number of commits found: 4
|