pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-test-httpx: added version 0.21.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea8cded9ecb
branches:  trunk
changeset: 388254:7ea8cded9ecb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 15 12:17:07 2022 +0000

description:
py-test-httpx: added version 0.21.2

Send responses to HTTPX using pytest.

diffstat:

 www/Makefile               |   3 ++-
 www/py-test-httpx/DESCR    |   1 +
 www/py-test-httpx/Makefile |  21 +++++++++++++++++++++
 www/py-test-httpx/PLIST    |  20 ++++++++++++++++++++
 www/py-test-httpx/distinfo |   5 +++++
 5 files changed, 49 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r 5adc0aecba84 -r 7ea8cded9ecb www/Makefile
--- a/www/Makefile      Tue Nov 15 12:15:28 2022 +0000
+++ b/www/Makefile      Tue Nov 15 12:17:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1644 2022/11/09 13:32:49 nikita Exp $
+# $NetBSD: Makefile,v 1.1645 2022/11/15 12:17:07 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -834,6 +834,7 @@
 SUBDIR+=       py-terminado
 SUBDIR+=       py-test-django
 SUBDIR+=       py-test-httpbin
+SUBDIR+=       py-test-httpx
 SUBDIR+=       py-tornado
 SUBDIR+=       py-trytond-web-user
 SUBDIR+=       py-twill
diff -r 5adc0aecba84 -r 7ea8cded9ecb www/py-test-httpx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-test-httpx/DESCR   Tue Nov 15 12:17:07 2022 +0000
@@ -0,0 +1,1 @@
+Send responses to HTTPX using pytest.
diff -r 5adc0aecba84 -r 7ea8cded9ecb www/py-test-httpx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-test-httpx/Makefile        Tue Nov 15 12:17:07 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/11/15 12:17:08 adam Exp $
+
+DISTNAME=      pytest_httpx-0.21.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpx/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://colin-b.github.io/pytest_httpx/
+COMMENT=       Send responses to httpx
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.23.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-test>=6.0.0:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5adc0aecba84 -r 7ea8cded9ecb www/py-test-httpx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-test-httpx/PLIST   Tue Nov 15 12:17:07 2022 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/15 12:17:08 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_httpx/__init__.py
+${PYSITELIB}/pytest_httpx/__init__.pyc
+${PYSITELIB}/pytest_httpx/__init__.pyo
+${PYSITELIB}/pytest_httpx/_httpx_internals.py
+${PYSITELIB}/pytest_httpx/_httpx_internals.pyc
+${PYSITELIB}/pytest_httpx/_httpx_internals.pyo
+${PYSITELIB}/pytest_httpx/_httpx_mock.py
+${PYSITELIB}/pytest_httpx/_httpx_mock.pyc
+${PYSITELIB}/pytest_httpx/_httpx_mock.pyo
+${PYSITELIB}/pytest_httpx/py.typed
+${PYSITELIB}/pytest_httpx/version.py
+${PYSITELIB}/pytest_httpx/version.pyc
+${PYSITELIB}/pytest_httpx/version.pyo
diff -r 5adc0aecba84 -r 7ea8cded9ecb www/py-test-httpx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-test-httpx/distinfo        Tue Nov 15 12:17:07 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/15 12:17:08 adam Exp $
+
+BLAKE2s (pytest_httpx-0.21.2.tar.gz) = a9f4bdbb8bc2c5bc7681cabcc2ac995df7d6a7a2a9c84678daaf05cd96552bfe
+SHA512 (pytest_httpx-0.21.2.tar.gz) = d90cba6a3dc52e5634e8ecdd881f489d5d286e858e8ab7d9b630d5668d98f834cc2819799cacb3feadf221b554061f008ce988a0cbfd30049a4dc4af3368a7cc
+Size (pytest_httpx-0.21.2.tar.gz) = 16710 bytes



Home | Main Index | Thread Index | Old Index