pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www py-respx: added version 0.16.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/950cd763a581
branches:  trunk
changeset: 444170:950cd763a581
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 11:00:01 2021 +0000

description:
py-respx: added version 0.16.3

RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP Core, libraries.

diffstat:

 www/Makefile          |   3 ++-
 www/py-respx/DESCR    |   2 ++
 www/py-respx/Makefile |  20 ++++++++++++++++++++
 www/py-respx/PLIST    |  38 ++++++++++++++++++++++++++++++++++++++
 www/py-respx/distinfo |   6 ++++++
 5 files changed, 68 insertions(+), 1 deletions(-)

diffs (99 lines):

diff -r 6e695f4de43a -r 950cd763a581 www/Makefile
--- a/www/Makefile      Sun Jan 03 10:57:01 2021 +0000
+++ b/www/Makefile      Sun Jan 03 11:00:01 2021 +0000
@@ -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-pywebdav
 SUBDIR+=       py-raven
 SUBDIR+=       py-recaptcha
+SUBDIR+=       py-respx
 SUBDIR+=       py-rfc3986
 SUBDIR+=       py-robobrowser
 SUBDIR+=       py-rss2gen
diff -r 6e695f4de43a -r 950cd763a581 www/py-respx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-respx/DESCR        Sun Jan 03 11:00:01 2021 +0000
@@ -0,0 +1,2 @@
+RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP
+Core, libraries.
diff -r 6e695f4de43a -r 950cd763a581 www/py-respx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-respx/Makefile     Sun Jan 03 11:00:01 2021 +0000
@@ -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@localhost
+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"
diff -r 6e695f4de43a -r 950cd763a581 www/py-respx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-respx/PLIST        Sun Jan 03 11:00:01 2021 +0000
@@ -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
diff -r 6e695f4de43a -r 950cd763a581 www/py-respx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-respx/distinfo     Sun Jan 03 11:00:01 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index