SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,24 @@
COMMENT= HTTP server for pytest
MODPY_EGG_VERSION= 1.0.8
DISTNAME= pytest_httpserver-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/pytest_/py-test-/}
CATEGORIES= devel
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= poetry-core
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= www/py-werkzeug${MODPY_FLAVOR}
TEST_DEPENDS= ${BUILD_PKGPATH} \
textproc/py-toml${MODPY_FLAVOR}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pytest_httpserver-1.0.8.tar.gz) = 4FL2m8ipBz2wJIRoHo5HAE3R+zdjsK6DO9iZ5YlcVZo=
SIZE (pytest_httpserver-1.0.8.tar.gz) = 60126

View file

@ -0,0 +1,5 @@
This library helps testing HTTP clients without contacting the real
HTTP server. It provides an easy to use API to start the server,
configure the request handlers and then shut it down gracefully.
All of these without touching a configuration file or dealing with
daemons.

View file

@ -0,0 +1,21 @@
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}blocking_httpserver.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}blocking_httpserver.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}httpserver.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}httpserver.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}pytest_plugin.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/${MODPY_PYCACHE}pytest_plugin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/blocking_httpserver.py
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/httpserver.py
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/py.typed
lib/python${MODPY_VERSION}/site-packages/pytest_httpserver/pytest_plugin.py