Port details |
- py-pytest-datadir pytest plugin for test data directories and files
- 1.4.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2020-11-22 23:42:54
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: MIT
- Description:
- pytest plugin for manipulating test data directories and files.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-datadir>0:devel/py-pytest-datadir@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-datadir/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-datadir
- pkg install py39-pytest-datadir
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-datadir listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytest-datadir
- Package flavors (<flavor>: <package>)
- py39: py39-pytest-datadir
- distinfo:
- TIMESTAMP = 1666797610
SHA256 (pytest-datadir-1.4.1.tar.gz) = 9f7a3c4def6ac4cac3cc8181139ab53bd2667231052bd40cb07081748d4420f0
SIZE (pytest-datadir-1.4.1.tar.gz) = 7862
- 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_scm>=0 : devel/py-setuptools_scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pytest>=0 : devel/py-pytest@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-pytest-regressions
- Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-datadir
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.4.1 21 Nov 2022 17:23:42
    |
Dmitry Marakasov (amdmi3)  |
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by: sunpoet |
1.4.1 26 Oct 2022 18:43:09
    |
Dmitry Marakasov (amdmi3)  |
devel/py-pytest-datadir: update 1.3.1 → 1.4.1 |
1.3.1 08 Sep 2022 20:30:42
    |
Dmitry Marakasov (amdmi3)  |
*/*: preserve all WWWs for my ports |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.1 19 Apr 2022 17:43:13
    |
Dmitry Marakasov (amdmi3)  |
devel/py-pytest-datadir: switch to USES=pytest |
1.3.1 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
1.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.1 23 Nov 2020 07:34:33
  |
antoine  |
Fix bulk -a |
1.3.1 22 Nov 2020 23:41:09
  |
amdmi3  |
- Add devel/py-pytest-datadir
pytest plugin for manipulating test data directories and files.
WWW: https://pypi.org/project/pytest-datadir/
WWW: https://github.com/gabrielcnr/pytest-datadir |