pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 15 12:17:08 UTC 2022
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-test-httpx: DESCR Makefile PLIST distinfo
Log Message:
py-test-httpx: added version 0.21.2
Send responses to HTTPX using pytest.
To generate a diff of this commit:
cvs rdiff -u -r1.1644 -r1.1645 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-test-httpx/DESCR \
pkgsrc/www/py-test-httpx/Makefile pkgsrc/www/py-test-httpx/PLIST \
pkgsrc/www/py-test-httpx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1644 pkgsrc/www/Makefile:1.1645
--- pkgsrc/www/Makefile:1.1644 Wed Nov 9 13:32:49 2022
+++ pkgsrc/www/Makefile Tue Nov 15 12:17:07 2022
@@ -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-swish-e
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
Added files:
Index: pkgsrc/www/py-test-httpx/DESCR
diff -u /dev/null pkgsrc/www/py-test-httpx/DESCR:1.1
--- /dev/null Tue Nov 15 12:17:08 2022
+++ pkgsrc/www/py-test-httpx/DESCR Tue Nov 15 12:17:08 2022
@@ -0,0 +1 @@
+Send responses to HTTPX using pytest.
Index: pkgsrc/www/py-test-httpx/Makefile
diff -u /dev/null pkgsrc/www/py-test-httpx/Makefile:1.1
--- /dev/null Tue Nov 15 12:17:08 2022
+++ pkgsrc/www/py-test-httpx/Makefile Tue Nov 15 12:17:08 2022
@@ -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"
Index: pkgsrc/www/py-test-httpx/PLIST
diff -u /dev/null pkgsrc/www/py-test-httpx/PLIST:1.1
--- /dev/null Tue Nov 15 12:17:08 2022
+++ pkgsrc/www/py-test-httpx/PLIST Tue Nov 15 12:17:08 2022
@@ -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
Index: pkgsrc/www/py-test-httpx/distinfo
diff -u /dev/null pkgsrc/www/py-test-httpx/distinfo:1.1
--- /dev/null Tue Nov 15 12:17:08 2022
+++ pkgsrc/www/py-test-httpx/distinfo Tue Nov 15 12:17:08 2022
@@ -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