Port details |
- py-pytest-httpserver HTTP server for pytest
- 1.0.12 devel
=2 1.0.12Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-08-27 10:34:14
- Last Update: 2024-07-24 11:44:44
- Commit Hash: b45cf4d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/csernazs/pytest-httpserver
- Description:
- This library is designed to help to test http clients without contacting the
real http server. In other words, it is a fake http server which is accessible
via localhost can be started with the pre-defined expected http requests and
their responses.
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-httpserver>0:devel/py-pytest-httpserver@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-httpserver/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-httpserver
- pkg install py311-pytest-httpserver
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-pytest-httpserver listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-httpserver
- Package flavors (<flavor>: <package>)
- py311: py311-pytest-httpserver
- distinfo:
- TIMESTAMP = 1721710260
SHA256 (pytest_httpserver-1.0.12.tar.gz) = c14600b8efb9ea8d7e63251a242ab987f13028b36d3d397ffaca3c929f67eb16
SIZE (pytest_httpserver-1.0.12.tar.gz) = 66948
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-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>=0 : devel/py-coverage@py311
- py311-mypy>=0 : devel/py-mypy@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-requests>=0 : www/py-requests@py311
- py311-types-requests>=0 : devel/py-types-requests@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-werkzeug>=2.0.0 : www/py-werkzeug@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-httpserver
- USES:
- python
- 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.0.12 24 Jul 2024 11:44:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.12
Changes: https://github.com/csernazs/pytest-httpserver/releases |
1.0.11 21 Jul 2024 09:57:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.11
Changes: https://github.com/csernazs/pytest-httpserver/releases |
1.0.10 09 Mar 2024 14:06:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.10
Changes: https://github.com/csernazs/pytest-httpserver/releases |
1.0.9 21 Feb 2024 15:07:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.9
Changes: https://github.com/csernazs/pytest-httpserver/releases |
1.0.8 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.8 27 May 2023 23:44:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.8
Changes: https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst |
1.0.6 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.0.6 03 Oct 2022 02:15:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Update to 1.0.6
Changes: https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst |
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.0.5 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.0.5 31 Aug 2022 11:41:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Convert to USE_PYTHON=pytest |
1.0.5 27 Aug 2022 10:10:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-httpserver: Add py-pytest-httpserver 1.0.5
This library is designed to help to test http clients without contacting the
real http server. In other words, it is a fake http server which is accessible
via localhost can be started with the pre-defined expected http requests and
their responses.
WWW: https://github.com/csernazs/pytest-httpserver |