| Port details on branch 2026Q2 |
- py-pretend Library for stubbing in Python
- 1.0.9_1 devel
=1 1.0.9_1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2015-06-02 09:58:32
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: py311-Automat, freeimage, font-misc-meltho, libjxl, py311-pycparser
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/alex/pretend
- Description:
- Pretend is a library to make stubbing with Python easier.
What is stubbing?
Stubbing is a technique for writing tests. You may hear the term mixed
up with mocks, fakes, or doubles. Basically a stub is an object that
returns pre-canned responses, rather than doing any computation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pretend/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pretend
- pkg install py311-pretend
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 py311-pretend listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pretend
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1533607486
SHA256 (alex-pretend-v1.0.9_GH0.tar.gz) = 890313320280455daeaa11100e8b765093fee7839ae946de38333601fe544a16
SIZE (alex-pretend-v1.0.9_GH0.tar.gz) = 5656
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pretend
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|