py-respx: added version 0.16.3
RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP Core, libraries.
This commit is contained in:
parent
9357675c17
commit
652d523eae
5 changed files with 68 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1498 2020/12/14 03:35:23 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.1499 2021/01/03 11:00:01 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= Packages related to the World Wide Web
|
||||
|
@ -800,6 +800,7 @@ SUBDIR+= py-python3-digest
|
|||
SUBDIR+= py-pywebdav
|
||||
SUBDIR+= py-raven
|
||||
SUBDIR+= py-recaptcha
|
||||
SUBDIR+= py-respx
|
||||
SUBDIR+= py-rfc3986
|
||||
SUBDIR+= py-robobrowser
|
||||
SUBDIR+= py-rss2gen
|
||||
|
|
2
www/py-respx/DESCR
Normal file
2
www/py-respx/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP
|
||||
Core, libraries.
|
20
www/py-respx/Makefile
Normal file
20
www/py-respx/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/01/03 11:00:01 adam Exp $
|
||||
|
||||
DISTNAME= respx-0.16.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/lundberg/respx
|
||||
COMMENT= Utility for mocking out the Python HTTPX library
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.15:../../www/py-httpx
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
38
www/py-respx/PLIST
Normal file
38
www/py-respx/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/01/03 11:00:01 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/respx/__init__.py
|
||||
${PYSITELIB}/respx/__init__.pyc
|
||||
${PYSITELIB}/respx/__init__.pyo
|
||||
${PYSITELIB}/respx/__version__.py
|
||||
${PYSITELIB}/respx/__version__.pyc
|
||||
${PYSITELIB}/respx/__version__.pyo
|
||||
${PYSITELIB}/respx/api.py
|
||||
${PYSITELIB}/respx/api.pyc
|
||||
${PYSITELIB}/respx/api.pyo
|
||||
${PYSITELIB}/respx/fixtures.py
|
||||
${PYSITELIB}/respx/fixtures.pyc
|
||||
${PYSITELIB}/respx/fixtures.pyo
|
||||
${PYSITELIB}/respx/mocks.py
|
||||
${PYSITELIB}/respx/mocks.pyc
|
||||
${PYSITELIB}/respx/mocks.pyo
|
||||
${PYSITELIB}/respx/models.py
|
||||
${PYSITELIB}/respx/models.pyc
|
||||
${PYSITELIB}/respx/models.pyo
|
||||
${PYSITELIB}/respx/patterns.py
|
||||
${PYSITELIB}/respx/patterns.pyc
|
||||
${PYSITELIB}/respx/patterns.pyo
|
||||
${PYSITELIB}/respx/py.typed
|
||||
${PYSITELIB}/respx/router.py
|
||||
${PYSITELIB}/respx/router.pyc
|
||||
${PYSITELIB}/respx/router.pyo
|
||||
${PYSITELIB}/respx/transports.py
|
||||
${PYSITELIB}/respx/transports.pyc
|
||||
${PYSITELIB}/respx/transports.pyo
|
||||
${PYSITELIB}/respx/types.py
|
||||
${PYSITELIB}/respx/types.pyc
|
||||
${PYSITELIB}/respx/types.pyo
|
6
www/py-respx/distinfo
Normal file
6
www/py-respx/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2021/01/03 11:00:01 adam Exp $
|
||||
|
||||
SHA1 (respx-0.16.3.tar.gz) = ca09552ff2d1e278a63a20d3a7c88f034b6be924
|
||||
RMD160 (respx-0.16.3.tar.gz) = ee1e54bfb9d9a92fadb00084d7e59931dee94ed7
|
||||
SHA512 (respx-0.16.3.tar.gz) = 3279999bd5e5b4843e280f2b0154fd94e17eba903b11bb581a75b26ca2218ccce654e639b03aba4387aa27bec53d48404f5a550f09eae8c8f497386d08e4f815
|
||||
Size (respx-0.16.3.tar.gz) = 21300 bytes
|
Loading…
Reference in a new issue