pkgsrc-WIP-changes archive

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

mitmproxy: Switch to www/py-aioquic



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 7 00:19:25 2024 +0100
Changeset:	9e34f3eb2751d688f3908cf1cbfdbad1a020a3b0

Modified Files:
	mitmproxy/Makefile

Log Message:
mitmproxy: Switch to www/py-aioquic

py-aioquic was imported in pkgsrc as www/py-aioquic.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e34f3eb2751d688f3908cf1cbfdbad1a020a3b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mitmproxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index 718d9e64b8..a970b3b6dc 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://mitmproxy.org/
 COMMENT=	Interactive console program for inspecting and editing traffic flows
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-aioquic>=0.9.24:../../wip/py-aioquic
+DEPENDS+=	${PYPKGPREFIX}-aioquic>=0.9.24:../../www/py-aioquic
 DEPENDS+=	${PYPKGPREFIX}-asgiref>=3.2.10:../../www/py-asgiref
 DEPENDS+=	${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli
 DEPENDS+=	${PYPKGPREFIX}-certifi>=2019.9.11:../../security/py-certifi


Home | Main Index | Thread Index | Old Index