pkgsrc-WIP-changes archive

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

mitmproxy: Adjust py-{h11,wsproto} DEPENDS and get rid of TODO



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 26 13:12:23 2018 +0100
Changeset:	55fdae6a1f4738c569d5d465186042db6f28daa0

Modified Files:
	mitmproxy/Makefile
Removed Files:
	mitmproxy/TODO

Log Message:
mitmproxy: Adjust py-{h11,wsproto} DEPENDS and get rid of TODO

(Finally it should be ready to be used to update net/mitmproxy!)

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

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

diffstat:
 mitmproxy/Makefile | 4 ++--
 mitmproxy/TODO     | 5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index d0c7ba366b..e27ff18a3e 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -20,7 +20,7 @@ DEPENDS+=	${PYPKGPREFIX}-configargparse>=0.10.0:../../devel/py-configargparse
 DEPENDS+=	${PYPKGPREFIX}-construct>=2.5.2:../../devel/py-construct
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-cssutils>=1.0.1:../../textproc/py-cssutils
-DEPENDS+=	${PYPKGPREFIX}-h11>=0.7.0:../../wip/py-h11
+DEPENDS+=	${PYPKGPREFIX}-h11>=0.7.0:../../www/py-h11
 DEPENDS+=	${PYPKGPREFIX}-h2>=3.0.1:../../www/py-h2
 DEPENDS+=	${PYPKGPREFIX}-hpack>=2.1.0:../../net/py-hpack
 DEPENDS+=	${PYPKGPREFIX}-html2text>=2016.1.8:../../textproc/py-html2text
@@ -36,7 +36,7 @@ DEPENDS+=	${PYPKGPREFIX}-sortedcontainers>=1.5.4:../../devel/py-sortedcontainers
 DEPENDS+=	${PYPKGPREFIX}-tornado>=4.3.0:../../www/py-tornado
 DEPENDS+=	${PYPKGPREFIX}-urwid>=2.0.1:../../devel/py-urwid
 DEPENDS+=	${PYPKGPREFIX}-watchdog>=0.8.3:../../sysutils/py-watchdog
-DEPENDS+=	${PYPKGPREFIX}-wsproto>=0.11.0:../../wip/py-wsproto
+DEPENDS+=	${PYPKGPREFIX}-wsproto>=0.11.0:../../www/py-wsproto
 
 REPLACE_SH+=	mitmproxy/contrib/kaitaistruct/make.sh
 
diff --git a/mitmproxy/TODO b/mitmproxy/TODO
deleted file mode 100644
index edaa28f68c..0000000000
--- a/mitmproxy/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-Before updating net/mitmproxy the following steps are needed:
-
- - Import wip/py-h11 as www/py-h11
- - Import wip/py-wsproto as www/py-wsproto
- - Adjust py-h11 and py-wsproto DEPENDS in Makefile


Home | Main Index | Thread Index | Old Index