Port details |
- py-testpath Test utilities for Python code working with files and commands
- 0.6.0 devel
=0 0.5.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2017-01-09 18:45:22
- Last Update: 2022-04-16 04:19:44
- Commit Hash: 06943a7
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Test utilities for Python code working with files and commands.
WWW: https://github.com/jupyter/testpath
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}testpath>0:devel/py-testpath@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-testpath/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-testpath
- pkg install py38-testpath
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 py38-testpath listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-testpath
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1649423978
SHA256 (testpath-0.6.0.tar.gz) = 2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f
SIZE (testpath-0.6.0.tar.gz) = 93348
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- math/sage
- Configuration Options:
- No options to configure
- Options name:
- devel_py-testpath
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Apr 2022 04:19:44 0.6.0
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-testpath: Update to 0.6.0
- Update version requirement of TEST_DEPENDS
- Update do-test:
Changes: https://github.com/jupyter/testpath/blob/master/doc/history.rst |
30 Jun 2021 20:44:03 0.5.0
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-testpath: Update to 0.5.0
Changes: https://github.com/jupyter/testpath/blob/master/doc/history.rst |
07 Apr 2021 08:09:01 0.4.4
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.4.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Jan 2021 17:05:25
0.4.4
|
rene  |
Remove unused PY_PATHLIB references and its definition.
The port itself (devel/py-pathlib) was already removed. |
28 Dec 2020 23:02:15
0.4.4
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
27 Jan 2020 20:10:35
0.4.4
|
sunpoet  |
Update to 0.4.4
Changes: https://github.com/jupyter/testpath/commits/master |
14 Nov 2018 21:44:36
0.4.2
|
sunpoet  |
Simplify Makefile: use PY_PATHLIB |
08 Oct 2018 21:41:59
0.4.2
|
sunpoet  |
Update to 0.4.2
- Change MASTER_SITES to CHEESESHOP
- Update LICENSE
- Use setup.py from upstream
Changes: https://github.com/jupyter/testpath/commits/master |
20 Jun 2018 17:05:44
0.3.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.3.1 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
25 May 2017 21:02:05
0.3.1
|
sunpoet  |
Update to 0.3.1
- Sort USE_PYTHON
Changes: https://github.com/jupyter/testpath/commits/master |
09 Jan 2017 18:45:15
0.3
|
antoine  |
New port: devel/py-testpath
Test utilities for Python code working with files and commands.
WWW: https://github.com/jupyter/testpath |