SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/py-test-httpserver/Makefile
Normal file
24
devel/py-test-httpserver/Makefile
Normal 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>
|
2
devel/py-test-httpserver/distinfo
Normal file
2
devel/py-test-httpserver/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pytest_httpserver-1.0.8.tar.gz) = 4FL2m8ipBz2wJIRoHo5HAE3R+zdjsK6DO9iZ5YlcVZo=
|
||||
SIZE (pytest_httpserver-1.0.8.tar.gz) = 60126
|
5
devel/py-test-httpserver/pkg/DESCR
Normal file
5
devel/py-test-httpserver/pkg/DESCR
Normal 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.
|
21
devel/py-test-httpserver/pkg/PLIST
Normal file
21
devel/py-test-httpserver/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue